|
From: Stjepan H. <zva...@gm...> - 2014-02-10 14:15:51
|
What i want to use LSCP for is to mute and unmute a single sampler channel by a program change.. How program changes works: *192* 2 - change the program (sound) on MIDI channel 1 to program #2 and *192* 1 - change the program (sound) on MIDI channel 1 to program #1 So what i wanted to do is the folowing: when i recive "192 2" : "SET CHANNEL MUTE 0 1" "192 1" : "SET CHANNEL MUTE 0 0" do you know if there is a better way (with higher priority to do so).. |