View Single Post
Old 02-13-2019, 07:46 AM   #2575
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,183
Default

Playing around with DrillDown notation, the Zone below will be used as a sub Zone, hence the Back action assignment to Shift+RotaryPush1:

Code:
WidgetZone TrackSendParams
Shift+RotaryPush1 GoBack
Rotary1 TrackSendVolume
Rotary2 TrackSendPan
RotaryPush1 TrackSendPrePost
RotaryPush2 TrackSendStereoMono
RotaryPush3 TrackSendPhaseInvert
WidgetZoneEnd
Now we can add a way to get to the sub Zone from any Send context a la:

Code:
WidgetZone TrackSplaySends
Rotary1 TrackSendVolume
Rotary2 TrackSendVolume
Rotary3 TrackSendVolume
Rotary4 TrackSendVolume
Rotary5 TrackSendVolume
Rotary6 TrackSendVolume
Rotary7 TrackSendVolume
Rotary8 TrackSendVolume
RotaryPush1 TrackSendMute
RotaryPush2 TrackSendMute
RotaryPush3 TrackSendMute
RotaryPush4 TrackSendMute
RotaryPush5 TrackSendMute
RotaryPush6 TrackSendMute
RotaryPush7 TrackSendMute
RotaryPush8 TrackSendMute
Shift+RotaryPush1 WidgetZone TrackSendParams
Shift+RotaryPush2 WidgetZone TrackSendParams
Shift+RotaryPush3 WidgetZone TrackSendParams
Shift+RotaryPush4 WidgetZone TrackSendParams
Shift+RotaryPush5 WidgetZone TrackSendParams
Shift+RotaryPush6 WidgetZone TrackSendParams
Shift+RotaryPush7 WidgetZone TrackSendParams
Shift+RotaryPush8 WidgetZone TrackSendParams
WidgetZoneEnd

This is a surely contrived example, but I think it shows the concept, what do you think ?
__________________
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; 02-13-2019 at 07:59 AM.
Geoff Waddington is offline   Reply With Quote