Hi!
I was trying to setup a controller with different pages that would send the same controller number but on different channels according to the page its on.
I tried adding
!S02_1 is: `MidiController73 displayAs: #toggle; channel: 1
!S02_2 is: `MidiController73 displayAs: #toggle; channel: 2
but it doesn't seem to work. Am I doing it right?