hi all,
first post I’m only into cabbage for ~2 weeks and into csound maybe ~4, so I’m not at all surprised that almost nothing I try to achieve works out I could be posting a 1000 questions already but I’ll try to keep it to a minimum.
I read on another thread that the turnon / turnoff-opcodes don’t work on windows (I’m on windows 10). (which I read because as soon as I tried launching a csd-file with one them it crashed cabbage instantly. Cabbage just shut down, no error-messages. It took me some time to find out what the issue was and I’m hyper-glad that cabbage restores unsaved changes after the crash! )
In that other thread it said that one should use a score event instead of the turnon opcode, like event "i", "inst_name", 0, 1
which sounds good.
But
1) How can you turn the instrument on indefinitely? From the score section you can:
i99 0 z
to play intrument 99 forever, but from in the instrument section I can’t send that “z”. Should I just pass a duration of several days? But then
2) How can I turn the instrument off again with a score event? I googled and looked through the examples but found nothing so far.
Thanks for any thoughts and hints!
Kind regards,
Stefan