View Single Post
Old 01-07-2022, 07:59 AM   #147
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by SebyMusic View Post
Hi, still with my FaderPort 8, when i'm in sends zone / view, everything is fine. What I want to have is the last 8th fader to still remain the "normal" volume fader of the track. Is it possible?

tks
Seby
Hmmm....I'm not 100% sure about that one. The challenge is the navigators. If you're coming from a TrackNavigator to the SelectedTrackSendNavigator, then even if you only listed 7 sends in your preferences, I think Fader 8 would still be assigned to channel 8 from the Channel navigator, so you'd want a SelectedTrackNavigator zone too, and the Send button to enable them. Not aware of anyone having tried that before.

You could try something like this (no guarantee this will work):

Code:
Zone "Channel"
TrackNavigator
Send       MapSelectedTrackSendsToWidgets
Send       GoZone "SelectedTrack"
ZoneEnd
In your CSI preferences, you'd have to setup 7 sends and a Send.zon like this...
Code:
Zone "SelectedTrackSend"
SelectedTrackSendNavigator
Fader|     TrackSendVolume
ZoneEnd
Then you'd need an additional SelectedTrack.zon...
Code:
Zone "SelectedTrack"
SelectedTrackNavigator
Fader8     TrackVolume
ZoneEnd
Funkybot is online now   Reply With Quote