Hi,
I have problems to understand how Cabbage (or Csound) instruments play at time. I would like to play two or three instruments when I play a note but I can not.
I was convinced that what played via MIDI, activated all the “instrS” provided with appropriate opcodes (imidi an so on)
In the EXAMPLE code below, you can see “instr 1” and “instr 2”; if I comment “turnon 2”, only instr 1 midi values are printed correctly, (and even now I wonder why). But if UNcomment “turnon 2” also instrument 2 is played but the MIDI values printed is 0…
I seems that Cabbage runs only 1 instrument at time. What I not understand? Can anyone help me?
Thanks, R
Example.csd (545 Bytes)