Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: Should be a short reply

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

locoDogPRO InfinityModeratorMember since 2013
I've got this, clones a deck and loops the clone also clones the levels eq and filter,
It appears deck 3 level is being cast to deck 1 eq high [bold bit] and I don't want that, what do I need to change, thanks in advance

action_deck 1 ?
deck 1 clone_deck 3 & deck 3 loop 0 & deck 3 loop 0.125 &
deck 1 level & param_cast & deck 3 level &
deck 1 eq_high &
param_cast & deck 3 eq_high &
deck 1 eq_mid & param_cast & deck 3 eq_mid &
deck 1 eq_low & param_cast & deck 3 eq_low &
deck 1 filter & param_cast & deck 3 filter &
deck 1 select :
 

Inviato Thu 08 Dec 16 @ 4:40 pm
FruitPRO InfinityMember since 2003
Put this
deck 1 level & param_cast & deck 3 level

at the end ?
 

Inviato Fri 09 Dec 16 @ 10:17 am
locoDogPRO InfinityModeratorMember since 2013
thanks for the reply but, it's the other way round, deck 3 level, say 100% , is being sent to eq high [ouch]

I've tested some more and I can't figure out what's going on, I'd like to, but I'll fall back to that I know works.

level to var, var to level
 

Inviato Fri 09 Dec 16 @ 12:44 pm
FruitPRO InfinityMember since 2003
locodog wrote :
it's the other way round, deck 3 level, say 100% , is being sent to eq high [ouch]


Yes but, separating the string part I quoted more clearly from the rest could make it work the good way. Try to put it far from the eq things. Idk I didn't give it a try yet, just wondering.
 

Inviato Fri 09 Dec 16 @ 3:25 pm
locoDogPRO InfinityModeratorMember since 2013
Actually tried that, still no dice how I notice it was very not right, pottered with "value" still nothing,

casting is just one of those I keep smashing with " ' or ` s and hope for the best,
this is what I reverted to, but I'm now thinking of crossing the up faders, I've got something like overloop or loop roll fx back in the very early v8 days, going on.
it feels like it might be handy

action_deck 1 ?
deck 1 clone_deck 3 & deck 3 loop 0 & deck 3 loop 0.125 & deck 1 select &
set '$laveVar' '`deck 1 volume' & get_var '$laveVar' & param_cast & deck 3 level &
set '$laveVar' '`deck 1 eq_low' & get_var '$laveVar' & param_cast & deck 3 eq_low &
set '$laveVar' '`deck 1 eq_mid' & get_var '$laveVar' & param_cast & deck 3 eq_mid &
set '$laveVar' '`deck 1 eq_high' & get_var '$laveVar' & param_cast & deck 3 eq_high &
set '$laveVar' '`deck 1 filter' & get_var '$laveVar' & param_cast & deck 3 filter :
 

Inviato Fri 09 Dec 16 @ 4:31 pm
FruitPRO InfinityMember since 2003
Working... don't ask why xD

action_deck 1 ?
deck 1 clone_deck 3 & deck 3 loop 0 & deck 3 loop 0.125 &
deck 1 eq_high & param_cast & deck 3 eq_high & param_cast & deck 1 eq_high &
deck 1 eq_mid & param_cast & deck 3 eq_mid & param_cast & deck 1 eq_mid &
deck 1 eq_low & param_cast & deck 3 eq_low & param_cast & deck 1 eq_low &
deck 1 filter & param_cast & deck 3 filter & param_cast deck 1 filter &
deck 1 level & param_cast & deck 3 level &
deck 1 select :


Stills it's not a desired/expected behavior.
 

Inviato Fri 09 Dec 16 @ 5:50 pm


(Vecchi argomenti e forum sono automaticamente chiusi)