Midi fade zones

nor

Active Member
Hi,
I´m looking for a way to fade 8 zones up and down via MIDI.
One fader for each zone.
And also assign clips to zones, which I´ve heard is possible.
Can´t start Beyond where I am now, don´t have the FB3 here. So I can´t just figure it out myself either :-/

Side note: Why does Beyond need my FB3 every few weeks? I´d like to be able to play around with Beyond on the train or at home in the sofa, without bringing the FB3 with me.
 
Hi, nor.

Script for fader:

StopOnBlackout // unrem this line if the script must stop when Blackout pressed
StoreZoneSelection
UnselectAllZones
SelectZone 5,6 // zone index, 1..N.
SelectAndFocusZone 5
ControlSelZones
Brightness ExtValue(0,100)
ReStoreZoneSelection

//ProTrack1.Brightness=ExtValue(0,100) //for ProTrack
exit

Sergey.
 
Hi again,
Looking into this again, will try it and see if things work as soon as I get my Advanced license running.
It would be cool if one could control individual parameters on indivicual FX inside Cues. Then I could have one Cue and control brightness (or other fx) on one fader.
 
Back
Top