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

Here's a (hopefully) slightly improved Channel notation using the vertical bar symbol.

Code:
Zone Channel|1-8
	Navigator Follow Page Track
	DisplayUpper|  TrackNameDisplay
	Fader|  TrackVolume
	FaderTouch|  TrackTouch
	Select|  TrackUniqueSelect
	RecordArm|  TrackRecordArm
	Mute| TrackMute
	Solo|  TrackSolo

        ActionZone TrackTouchControlledDisplay| 
	DisplayLower|
        Navigator TrackTouchControlled 
        TrackPanDisplay 
        TrackVolumeDisplay
        ActionZoneEnd

        ActionZone TrackCyclePanWidth| 
	Rotary|
        Navigator TrackCycleNavigator RotaryPush|
        TrackPan 0
        TrackPanWidth 1
        ActionZoneEnd
ZoneEnd
Zone Channel|1-8 sets the range.

Then anything that has a trailing "|" gets that range applied to it.

It's just a simple way to add a number automatically to the end of the names.

If nobody really hates it, we'll use it since it also helps parsing
__________________
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-27-2019 at 05:40 PM.
Geoff Waddington is offline   Reply With Quote