summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-03-15 11:33:23 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-03-15 11:33:23 -0400
commit9523a1b50c2e9578476ef69551bf07550856de68 (patch)
treee4c93be7e9bccd5ba20731df11c86816e3557ba1 /doc
parentf9c4af9da634d6e0c949f38802abb257db6ca204 (diff)
Commented out use of MIDISendSysex() in OS-X, so sysexes are sent as normal messages. This avoids a problem where virtual ports were not receiving the sysex messages.
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 5589727..fbbe45a 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -12,7 +12,7 @@ v2.1.0: (?? 2014)
- fix for unicode conversion in WinMM (Dan Wilcox)
- added custom error hook that allows the client to capture an RtMidi error outside of the RtMidi code (Pavel Mogilevskiy)
- added RtMidi::isPortOpen function (Pavel Mogilevskiy)
-- updated OS-X sysex sending mechanism (ptarabbia)
+- updated OS-X sysex sending mechanism to use normal message sending, which fixes a problem where virtual ports didn't receive sysex messages
- Windows update to avoid lockups when shutting down while sending/receiving sysex messages (ptarabbia)
- OS-X fix to avoid empty messages in callbacks when ignoring sysex messages and split sysexes are received (codepainters)