From 56feb05100396ee3f88da8212354d767687c77ce Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 1 Dec 2015 13:09:42 +0000 Subject: [PATCH] Added MIDI El Capitan issue to change-log --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 184f9483..32bca934 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,8 @@ sc_usb_audio Change Log - ADDED: Extended available sample-rate/master-clock ratios. Previous restriction was <= 512x (i.e. could not support 1024x and above e.g. 49.152MHz MCLK for Sample Rates below 96kHz) (#13893) + - RESOLVED: MIDI data not accepted after "sleep" in OSX 10.11 (El Capitan) - related to sc_xud + bug #17092 - CHANGE: Asynchronous feedback system re-implemented to allow the previous two changelog items - CHANGE: Hardware divider used to generate bit-clock from master clock (xCORE-200 only).