View Single Post
Old 01-26-2020, 08:08 AM   #6193
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Actually, what I was trying to do and this is why there's a collison, is that when an effect is selected or open, then the BCR become THAT selected effect.
tks again for your help
Seby


Quote:
Originally Posted by MixMonkey View Post
Ok, firstly the action:
Code:
OnTrackSelection MapSelectedTrackFXToWidgets
is going to map ALL the FX on a track to the widgets. So in your two FX .zon files there will be collisions as A1-3 are used in both .zon.

Also in the .zon files you should have EITHER:
Code:
FocusedFXNavigator
OR

Code:
SelectedTrackNavigator
but not both. They represent two different methods of mapping FX parameters to widgets.

Code:
MapSelectedTrackFX
shouldn't be in there either.

Let me see if I can cook up an FX menu solution on the BCR2000 (slightly tricky with no displays) as this would let you select which FX slot gets mapped to the widgets.
SebyMusic is offline   Reply With Quote