View Single Post
Old 05-14-2019, 04:58 PM   #2914
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Been thinking all day about how to implement a solution to the Pan/Width banking problem.

After working through about 4-5 solutions in my head, all of which were pretty miserable, it hit me:

The Pan/Width/banking issue is a great example of conflating Activation and Navigation.

Long Story Short -- Zones overlay Zones underneath, they do not "travel along" with them in the Navigation Sense.

If you want something that "travels along" use a modifier.

In that sense, RotaryPush for things like Pan/Width, Cycle Sends etc., will become a Modifier, something like:

Code:
Zone Channel|1-8
    RotaryPush| Cycle
    Cycle+Rotary| TrackPan
    Cycle+Rotary| TrackPanWidth
...
or for Sends:

Code:
Zone Sends|1-4
    RotaryPush| Cycle
    Cycle+Rotary| TrackSend 1
    Cycle+Rotary| TrackSend 2
    Cycle+Rotary| TrackSend 3
    Cycle+Rotary| TrackSend 4
...
Something like that...
__________________
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

Last edited by Geoff Waddington; 05-14-2019 at 05:17 PM.
Geoff Waddington is offline   Reply With Quote