I’m working on a clock that can trigger other events using channels. Everything appears to work, I can get my clock pulse to work and I can get the clock gate to work, but I can’t get them to work together. As far as I can tell, it is something to do with ‘schedulek’ because I can have one statement with it, but not two, and no matter how I arrange them it will only ever schedule the second event, the first just seems to get lost.
If you run the program as is, the ClockListener instr will print out only the clock pulse. Then if you comment out line 51 (the second call using ‘schedulek’), and it will now print out the clock gate. They both seem to work, but not together.
Trigger.csd (3.4 KB)