View Single Post
Old 05-12-2019, 05:29 AM   #2892
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,183
Default

Quote:
Originally Posted by Freex View Post
As MixMonkey said, the null command should prevent any accidents.
Yup the NoAction Action is for just that.


Quote:
Originally Posted by Freex View Post
Just out of curiosity would this scenario on the MCU be possible?
Where when you pressed the "sends button" the first send of each channel took over the pan knob, then you used the push on the pan knob to cycle thru the sends for that channel, also if you banked across, then sends followed the channels?
Thanks for improving the design, perhaps unwittingly

You actually just asked for 2 Navigators, a TrackNavigator and a SendsNavigator.

Hadn't considered that.

Ok, so new syntax for this, we can drop:
Code:
 Navigator TrackNavigator
and do something like this:

Code:
Zone Home
    SendsButton ToggleZone AllSends
...


Zone AllSends
   Included Zones
      Sends|1-4
...

Zone Sends|1-4
    TrackNavigator
    SendsNavigator
    Rotary| SendVolume
    RotaryPush| Cycle SendsNavigator
...

Notice the AllSends Zone which simply contains all the Sends Zones -- this makes the Activation/Deactivation of all Sends by the single SendsButton easy to state.

Once again we see the separation of Activation (all Sends) and Navigation (a Send within a Track).

Does this make sense as a way to handle your Sends scenario ?
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote