[ insert standard 'I'm a newb, please don't hit me' paragraph here ]
so, I've got this ancient old keyboard ( Yamaha PSS-480 ) that will generate MIDI msgs, and I'm trying to figure out how to use it with my selected tool, i.e. Mulab 5 XT.
After some frustration and much semirandom button pressing, I've got things so that pressing the keyboard keys makes notes in the basic synth ( keyboard is on channel 1 ), the latency is tolerable for my primitive purposes, and I can record them and play them back.
Now what I want to do is have additional tracks using different synths. I want to use the keyboard to play them, such that eventually each track contains a different sequence of midi notes directed to a different synth/instrument, and I can then mix those tracks.
This is where I'm stuck. My mental model of the way things are working is that MIDI note info on a particular channel is being routed by Mulab to a particular synth, which plays notes according to how it has been configured. I'm ignoring all the other things that MIDI can potentially do with a device, all I care about here and now is notes.
However, I cannot work out how to make synth's other than the basic synth respond to notes. By 'respond', I mean 'the level meter shows something is happening'. I can see three possible 'solutions'.
1. I have to arrange to route MIDI channel 1 to a different synth somehow whenever I want to play that synth.
2. I have to arrange to copy MIDI channel 1 to all the synths, and just record the relevant one somehow.
3. I have to assign a different channel to each synth somehow, and switch the channel on the keyboard when I want to use a different one.
Which of these should I be trying for ?
