View Single Post
Old 04-10-2020, 09:46 AM   #8098
tdc
Human being with feelings
 
Join Date: Oct 2019
Location: Sydney
Posts: 471
Default

What is the reason that implementing a SelectedTrackNavigator as per the Wiki isn't working for me.

Code:
Zone “MyWidgets”
    SelectedTrackNavigator
    Fader TrackVolume
EndZone
But if I add the templating pipe at the end of the Zone name it works?

Code:
Zone “MyWidgets|”
    SelectedTrackNavigator
    Fader TrackVolume
EndZone
Thanks folks :-)
tdc is offline   Reply With Quote