View Single Post
Old 02-18-2020, 10:25 PM   #6756
MalcolmG
Human being with feelings
 
MalcolmG's Avatar
 
Join Date: Jun 2015
Location: Sydney, Australia
Posts: 180
Default

Quote:
Originally Posted by MalcolmG View Post
Thanks for the tip. I'll roll back and wait for the next one.
Hi guys,

I'm trying out the new version, and am getting much further with updating my config for it. A couple of things though:

- Zone names are mostly wrapped in quotes, except Home. Sometimes it is, sometimes it isn't. Is this just an oversight in the samples? Seems to work either way, so I'm curious what the actual rules are for zone names and quotes. Same for GoZone. In quotes or not?
- It appears I have to include the pipe character in my zone names, even if I'm not using the track iterator in it. COuldn't get one of mine to work until I did this, even though there is no tracknumbering in it and not using the TrackNavigator

For examples of both of these, see the MCUXT.zon file in the samples:

Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-8"
	IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
	Send 		ToggleMapSelectedTrackSends
	Track 		ToggleMapSelectedTrackFXMenu
	Pan 		ToggleMapSelectedTrackFX
        ChannelLeft 	TrackBank "-1"
...snip...

Cheers
Malcolm
__________________
Filter Theory | CSI Notes wiki

Last edited by MalcolmG; 02-18-2020 at 11:11 PM.
MalcolmG is offline   Reply With Quote