I'm trying to use MIDI Channel 16 to send notes which trigger certain events, but I want to use the default midi channel to play notes and gates.
I don't really want to use a MIDIVoice object at this point. How can I ask for !KeyPitch using inline Capytalk but from a different channel than the default?
For example something like this... ( this doesn't work... its a wishful thinking example :)
(((!Pitch channel:16) removeUnits eq: 12) + 1) * !KeyPitch