View Single Post
Old 02-15-2020, 07:12 PM   #6609
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,235
Default

Quote:
Originally Posted by MixMonkey View Post
This isn't really a bug, but it's had me going round in circles for an hour or so..

This works:
Code:
Zone "FXMenu|1-8"
		SelectedTrackNavigator
		DisplayUpperD| 			FXNameDisplay |
		DisplayLowerD| 			NoAction
		RotaryD| 			NoAction	
		RotaryPushD| 			GoFXSlot |
ZoneEnd
This doesn't:
Code:
Zone "FXMenu|1-8"
		SelectedTrackNavigator
		DisplayUpperD| 			FXNameDisplay|
		DisplayLowerD| 			NoAction
		RotaryD| 			NoAction	
		RotaryPushD| 			GoFXSlot|
ZoneEnd
Yeah, it's subtle.

Think of it this way:

Similar Widgets often have tags to differentiate them -- Fader1, Fader2, etc.

Actions are never tagged, but often take parameters, FXNameDisplay 5, FXNameDisplay 6, etc.
__________________
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