aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/zodiac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi/zodiac.cpp')
-rw-r--r--backends/midi/zodiac.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/midi/zodiac.cpp b/backends/midi/zodiac.cpp
index 891d3c3de0..e626db687e 100644
--- a/backends/midi/zodiac.cpp
+++ b/backends/midi/zodiac.cpp
@@ -110,6 +110,11 @@ void MidiDriver_Zodiac::send(uint32 b) {
}
void MidiDriver_Zodiac::sysEx(const byte *msg, uint16 length) {
+FIXME: We may have to add the 0xF0 / 0xF7 frame here.
+Or not -- maybe TwMidiSysEx doesn't expect it either.
+But since I couldn't find any documentation on this API,
+I'll leave it to the porter to decide that. -- Fingolfin
+
TwMidiSysEx(_midiHandle, 0, (byte *)msg, length);
}