View Single Post
Old 05-12-2019, 06:53 AM   #2896
Freex
Human being with feelings
 
Freex's Avatar
 
Join Date: Jul 2011
Location: Northern Ireland
Posts: 903
Default

Quote:
Originally Posted by Geoff Waddington View Post
Yup the NoAction Action is for just that.




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 ?
With my basic knowledge of code (which I've learnt here btw lol) it seems to make sense.
Glad i could be of use...lol.
Freex is offline   Reply With Quote