Follow-up question: I have a modifier set up in an instrument's channel strip that re-assigns Expression to Mod Wheel. I have a button set up in Workspace that adjusts the modifier's bypass so when the button is inactive, the modifier is bypassed. When the button is active, so is the modifier. Just like you described.
Now I'm thinking about having four modifiers total that do the following:
- re-assign expression to mod wheel
- re-assign expression to pitch bend
- re-assign expression to volume
- re-assign expression to breath
How do I add a second button so that:
- When neither button is active, the first modifier is active
- When only the first button is active, the second modifier is active
- When only the second button is active, the third modifier is active
- When both buttons are active, the fourth modifier is active
If you know how binary works, the buttons act like 00 = modifier 0, 01 = modifier 1, 10 = modifier 2, 11 = modifier 3