Re: [seq24-users] seq24-0.7.0
Brought to you by:
rcbuse
|
From: federico <xa...@in...> - 2005-08-27 23:22:58
|
uhm... i'm looking in the src directory. i wonder if and where system exclusive should be transmitted. in perform.cpp:513 perform::play() calls sequence::play(), which calls sequence::put_event_on_bus() which calls mastermidibus::play(), which doesn't check for message type, so mastermidibus::sysex() is never called. i am right? who should call that function? should mastermidibus::play() check for status==0xF0 and if so pass the control to ::sysex()? in midibus.cpp:1203[mastermidibus::get_midi_event] i see that the check for EVENT_SYSEX is commented out (but mastermidibus::get_midi_event is for midi keyboard input?) |