goldenblue
2014-10-05 15:50:27 UTC
SC version: 3.6.6
OS: Windows 7 (64 bit).
I'm using LoopBe1 (virtual MIDI device) and MIDI OX for testing.
If I send "note on" message with MIDI OX, I can get proper response in the
post window. This means the MIDI setup is OK.
If I send "sysex" message ("F7 ... F0"), i can not get any response. It
seems that SC have silently eaten the message without posting an error.
Another question: Is there any method that can receive raw data on MIDI?
======below are my codes========
MIDIClient.init;
MIDIIn.connect(0,MIDIClient.sources[0]);
MIDIIn.sysex = { arg uid, data; "sysex received".postln; data.postln; };
MIDIIn.noteOn = {arg uid, channel, number, velo; [uid, channel, number,
velo / 127].postln;};
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/MIDIIn-sysex-does-not-work-and-not-reporting-error-in-Windows-tp7613772.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
OS: Windows 7 (64 bit).
I'm using LoopBe1 (virtual MIDI device) and MIDI OX for testing.
If I send "note on" message with MIDI OX, I can get proper response in the
post window. This means the MIDI setup is OK.
If I send "sysex" message ("F7 ... F0"), i can not get any response. It
seems that SC have silently eaten the message without posting an error.
Another question: Is there any method that can receive raw data on MIDI?
======below are my codes========
MIDIClient.init;
MIDIIn.connect(0,MIDIClient.sources[0]);
MIDIIn.sysex = { arg uid, data; "sysex received".postln; data.postln; };
MIDIIn.noteOn = {arg uid, channel, number, velo; [uid, channel, number,
velo / 127].postln;};
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/MIDIIn-sysex-does-not-work-and-not-reporting-error-in-Windows-tp7613772.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/