bitfocus/companion-module-behringer-x32

Feature Request: Allow range of inputs/outputs for sources and targets

Sable147 opened this issue · 1 comments

When having a button that applies the same operation on a range of inputs or mixbusses, it would be far easier to set up and maintain if you could Source to 'Channel 1'-'Channel 32'; 'Aux In 1'-'Aux In 4' and allow the same things for Targets.

Usecases:

  • Having a button which mutes/unmutes a channel on a range of mixbusses (In my case for talkback)
  • Modifying all channel sends to a mixbus at once (when all levels of a monitor mix get louder over the lengh of a tour, I can take back the whole mix evenly so I have some headroom again)

This is an interesting enhancement 🤔 would require a fair bit of work though. on what actions would you want this though because obviously for somethings you dont want them to do all the same thing. Also you would only be able to set this up to do one thing to the group of sources (eg send channels 1, 2, 3 and 4 to bus 1 at -10db but not send channels 1,2,3 and 4 to bus 1, 2, 3 and 4 respectively at -10db -- yeah I know its a silly example but you get the idea)

I'm thinking this could be doable by making the "source" as a MultiDropdown (ie dropdown that you can choose multiple things) then loop through that list for the actions. But on which actions?