Hi, is it possible to change the midi channel globally on a device (PBF4 in my case) ?
midi channel change
Bruce · · 7 replies
Replies (7)
If you define ch as a global variable on System load instead of a local on each element, then you can set it in one place!
I could just put 5 in every midi block but it's not the effective way. I'm a developer but beginner in lua and the editor 😉
hello, Switch the minimalist mode off, and use the System Setup element for ch = 5
Grid count the channels from 0-15 so ch 5 will be midi channel 6
Thank you ! I had this in the Setup tab so I changed to 5:
default_channel = 5
highResolution = false
btnToggleMode = false
btnMidiCommand = 176
element[0].cc = 16
View on Discord
This post is from the Intech Studio Discord community.


