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 :
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 :
Mensajes Thu 08 Dec 16 @ 4:40 pm
Put this
at the end ?
deck 1 level & param_cast & deck 3 level
at the end ?
Mensajes Fri 09 Dec 16 @ 10:17 am
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
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
Mensajes Fri 09 Dec 16 @ 12:44 pm
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.
Mensajes Fri 09 Dec 16 @ 3:25 pm
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 :
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 :
Mensajes Fri 09 Dec 16 @ 4:31 pm
Working... don't ask why xD
Stills it's not a desired/expected behavior.
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.
Mensajes Fri 09 Dec 16 @ 5:50 pm