Hi,
I managed to implement the CC message listening in Tidal Cycles and sending in supercollider like described in the reference documentation: MIDI | Tidal Cycles . As I use several Midi Controllers, it happes that same CC message is sent via several midi channels. How can I filter with cF in tidal cycle per channel? I was assuming that "d1 $ sound "bd" # speed (cF 1 "12")" listens for cc message 12 from channel 1. But it doesn't seem so. What is the meaning of "1" in 'cF 1 "12"'?
Is there a way to include the midi channel in cF command?
Thanks in advance.
Update: ok i got it now that "1" in "cF 1 "12"" is the starting value.
Currently, I'm filtering in SuperCollider that I only pass CC values on midi channel 4. But would be nice to be able to specify in TidalCycles from which channel the cc value should be listened to.