I found out how to make the sequencer in the forum,
but I wanted to add a on/off for each sound, so I used this way, but my “mute” couldn’t turn it off, and I was playing the first sound all the time. How to fix it?arpe select 1.csd (7.4 KB)
In the simple arp example you had, the instrument was being triggered via MIDI, so it had p4 and p5 values passed to it. In this example, instrument 3 is not started via MIDI, but from the score. I think you should be starting it via MIDI as in the earlier example.
Well, ah… I’m sorry that I still haven’t succeeded. Theory I know… but I don’t know what’s wrong. If you have time, can you help me change it? Let me learn…And the case above…thanks
Start with the first example first. You can streaming note out of your apeggiator. The note that is being output is iNoteArray[nNoteIndex]. If kNoteIndex is 1, and you have that note muted, then don’t call the event opcode. You know what I mean?
I think the problem is you are lifting code from lots of different examples. This is going to make it really difficult to make one coherent instrument.