How do I change the MIDI channel of a note?

I have multiple VST plugins, many of which don’t have keyswitch, and require me to open up multiple instances of instruments within the plugin, and assign different articulations and such to different midi channels. How can I enter a note that doesn’t go to MIDI channel 1? I’d hate to have to create new instruments for every single articulation…

In the Key Editor you can select the note event(s) and set the MIDI channel in the Info Line.

In the Inspector set MIDI Out channel to Any to ensure the channel information stored in the events is sent to the Instrument. Otherwise it will be overruled by the Inspector channel setting.

Another approach is to use an Expression Map to change the Channel on-the-fly based on the currently active Articulation. Then you can just leave the Notes alone and let the Articulation Lanes control what goes where.

EDIT

Here’s an example of changing the Channel via an Expression Map - although for a slightly different purpose.