Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet ColorFX / Vocals Mapping

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Hi

I've mapped my VCI-400 so that each of the 8 channel strip FX buttons (ie. FX 1 and FX2 on each channel), will apply a different colorFX effect to the filter knob.
(I found I wanted instant access to them, and the colorFX Pad Bank ended up being a few too many clicks, and I also got easily confused about what I had active)

It works great, BUT.... "Vocals" quite often fails to activate.
Any ideas what might cause this?

So, here's the script I've used (this is just for the FX 2 btn).

device_side 1 ? deck 1 filter_selectcolorfx 'cut' & deck 2 filter_selectcolorfx ‘Cut' :
device_side 2 ? deck 1 filter_selectcolorfx 'Flanger' & deck 2 filter_selectcolorfx 'Flanger' :
device_side 3 ? deck 1 filter_selectcolorfx 'reverb' & deck 2 filter_selectcolorfx 'reverb' :
device_side 4 ? deck 1 filter_selectcolorfx 'vocals' & deck 2 filter_selectcolorfx 'vocals' :


Thanks
 

Posté Sat 29 Aug 20 @ 1:02 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Scripts look ok, even though i would use deck all filter_selectcolorfx 'cut' instead of deck 1 .. & deck 2. and not sure if action_deck x changes anything...

so..
action_deck 1 ? deck all filter_selectcolorfx 'cut' : action_deck 2 ? deck all filter_selectcolorfx 'Flanger' : action_deck 3 ? deck all filter_selectcolorfx 'reverb' : deck all filter_selectcolorfx 'vocals'


What do you have for the resetStemsonLoad setting ?
 

Posté Sat 29 Aug 20 @ 4:25 pm
resetStemsOnLoad is set to All

"deck all" - of course.... Us part time scripters forget that one.

 

Posté Mon 31 Aug 20 @ 2:58 am


(Les anciens sujets et forums sont automatiquement fermés)