midi channel change | Intech Studio
💬 general RequestGeneral

midi channel change

Bruce
Bruce · · 7 replies

Hi, is it possible to change the midi channel globally on a device (PBF4 in my case) ?

Replies (7)

cecilnick cecilnick ·

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!

Bruce Bruce ·

tryed ch = 5 with no success

image.png
Bruce Bruce ·

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 😉

Greg-Orca Greg-Orca ·

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

Greg-Orca Greg-Orca ·

]

Screenshot_2025-12-03_at_13.22.10.png
Greg-Orca Greg-Orca ·
Screenshot_2025-12-03_at_13.22.31.png
Bruce Bruce ·

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

Discord

View on Discord

This post is from the Intech Studio Discord community.

Open thread →