pmaillot / X32-Behringer

This GIT repo (C language) holds applications and utilities for the Behringer X32 and M32 mixing consoles. Additional details, documentation, implementation examples and apps can be found in my website:
https://sites.google.com/site/patrickmaillot/x32
234 stars 41 forks source link

X32Commander - Channel Name #31

Closed gosmittyca closed 1 year ago

gosmittyca commented 1 year ago

I cannot for the life of me figure out how to use X32Commander to rename a channel. I can get it to change channel colors, but not channel names. Is X32Commander capable of dealing with channel names?

pmaillot commented 1 year ago

As shown on line 686 or so... type tag 's' is left as a todo. :)

} else if (ctype == 's') {
    // string parameter;
    //todo