hello friends, does anyone know how to create a button to change midi channel???
If you look carefully, in the Multi Scripts provided by Native Instrument, the one called "Multi Change Velocity" includes a Menu giving access to a choice of 128 MIDI channels.
yes I know... but I need the command for another script I'm creating... I need to know how to assign to a button the function of switching between channel 1 and channel 2
Ah, OK; but , it's not a multiscript ?
yes, it's a multiscript
on ui_control ($button_name)
{code to change the midi channel}
exit
end if
end on
is that code what i need
Page 241 of the KSP manual?