View Single Post
Old 03-19-2019, 10:32 AM   #2756
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Remember a while back I was thinking I was clever and came up with the thought that "Shift", "Instrument", "TrackOnFocusedFX", "TrackOnSelection", etc., were just other forms of Navigator.

Nope, way off

Navigators provide navigation WITHIN a Zone.

These other things -- "Shift", "Instrument", "MapFXToWidgets", etc., allow a Zone to become active.

Let's see, Navigators navigate, what could possibly activate ?

Code:
Zone ChannelsWithShiftPressed|1-8
	Activator PageShift
	Navigator PageTrack
	Select|1-8  TrackRangeSelect
ZoneEnd
says that this Zone activates when "Shift" is pressed and navigation is tied to Track.

By convention the "Home" Zone has no navigation and no activation, it is static.

Back to MalcolmG's observation that "TrackOnSelection" can activate a Zone -- the Activator is not restricted to a surface control.

Anyone see any holes in this ?
__________________
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