|
Post by mo13 on Oct 24, 2021 16:08:22 GMT
Hi, I have a controller that sends out Program Changes together with B1 22 00. is there a way to ignore/block that CC but only for once upon loading a streambyter preset? so after that the CC would be functional again?
|
|
abadam
Developer 
Rotten Apple
Posts: 50
|
Post by abadam on Oct 24, 2021 21:13:18 GMT
if load assign l0 = 0 end if m0 == b1 22 00 if l0 == 0 block assign l0 = 1 end end
|
|
|
Post by mo13 on Oct 25, 2021 7:10:13 GMT
perfect. thanks!
|
|