Se Connecter:     


Forum: General Discussion

Sujet: Ducking Echo

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

 

Posté Tue 04 Feb 14 @ 11:19 am
I'll map it for you tomorrow... I'm just heading to bed now.
 

synthet1c wrote :
I'll map it for you tomorrow... I'm just heading to bed now.



thanks man, you have made my vci400 the bomb...i almost sold this thing and bought another Voxoa C60 but im just gonna get the Voxoa m70 for the timecode set-up..gonna test that with mixvibes. Mixvibes looking good. gonna do a side by side timecode comparison then make my decision.
 

sorry for the delay LOL ;-)

it was actually pretty easy to achieve with the echodoppler, the drawback of using this effect is that you can only have quantisation of half and full beat.

param_smaller 100% ? effect 'echodoppler' active on & param_invert & effect 'echodoppler' slider 1 : effect 'echodoppler' active off

There is two for ramp_delay. The first one is smoother at introducing the delay, but will not stop cutting out the volume until the slider is moved past 50%. The second will start the delay at full but you will have more control over the volume change.

param_smaller 100% ? effect 'ramp_delay' active on & param_invert & effect 'ramp_delay' slider 1 : effect 'ramp_delay' active off

param_smaller 100% ? effect 'ramp_delay' active on & param_invert & param_multiply 50% & param_add 50% & effect 'ramp_delay' slider 1 : effect 'ramp_delay' active off & effect 'ramp_delay' slider 1 50%

I prefer ramp_delay as you can choose 3/4 beat size, which I think sounds better than 1/2 or 1.

how do you want to activate it. I can make a shift button, or do a condition that if you have the echodoppler or ramp_delay selected in the first slot it will change the behaviour of the volume sliders.
 

ok in the video he activated the echo but it didnt engage until he lowered the volume fader. so something similar. I have flanged loop out set on one of the buttons under the jog wheel since that is the effect im replacing i will probably us that button to activate it for the deck.
 

then map the button to
toggle 'faderEcho'

and the slider to
var 'fadeEcho' ? fake_level & param_smaller 100% ? effect 'ramp_delay' active on & param_invert & effect 'ramp_delay' slider 1 : effect 'ramp_delay' active off : volume

you can replace the grey bit with any of the above scripts.
 

synthet1c wrote :
you can replace the grey bit with any of the above scripts.


you lost me wth that line...lol..

 

doesnt seem to work...should i say left or right deck any where...maybe its not able to act in the post fader behavior
 

I think I know why..

the trackpad buttons are not linked to the currently selected left and right decks, for some reason the vestax developers decided that was a good idea. It will just take a little more script on the active buttons..

left side trackpad active button
deck 1 leftdeck ? deck 1 toggle 'faderEcho' : deck 3 toggle 'faderEcho'

right side trackpad active button
deck 2 rightdeck ? deck 2 toggle 'faderEcho' : deck 4 toggle 'faderEcho'

what I was saying is that you can replace the greyed out piece of script with any of the other grey scripts depending on the effect you want to use, but the black part of the script has to stay as that is querying whether the shift for it is active.
 

works great....but the button doesnt toggle it comes on but doesnt turn off when pressed again....
 

I think it need a little more to shut off the effect.

left side trackpad active button
deck 1 leftdeck ? deck 1 var 'faderEcho' 1 ? deck 1 set 'faderEcho' 0 & deck 1 effect 'ramp_delay' active off : deck 1 set 'faderEcho' 1 : deck 3 var 'faderEcho' 1 ? deck 3 set 'faderEcho' 0 & deck 3 effect 'ramp_delay' active off : deck 3 set 'faderEcho' 1

right side trackpad active button
deck 2 leftdeck ? deck 2 var 'faderEcho' 1 ? deck 2 set 'faderEcho' 0 & deck 2 effect 'ramp_delay' active off : deck 2 set 'faderEcho' 1 : deck 4 var 'faderEcho' 1 ? deck 4 set 'faderEcho' 0 & deck 4 effect 'ramp_delay' active off : deck 4 set 'faderEcho' 1

make sure you replace the bold effect name if you are using the echodoppler
 

ok ill check when i get home...but yes im using rampdelay
 

ok it works perfect but the light on the button doesnt light up anymore
 

duplicate..
 

left side trackpad active button
deck 1 leftdeck ? deck 1 var 'faderEcho' 1 ? on & deck 1 set 'faderEcho' 0 & deck 1 effect 'ramp_delay' active off : off & deck 1 set 'faderEcho' 1 : deck 3 var 'faderEcho' 1 ? on & deck 3 set 'faderEcho' 0 & deck 3 effect 'ramp_delay' active off : off & deck 3 set 'faderEcho' 1

right side trackpad active button
deck 2 leftdeck ? deck 2 var 'faderEcho' 1 ? on & deck 2 set 'faderEcho' 0 & deck 2 effect 'ramp_delay' active off : off & deck 2 set 'faderEcho' 1 : deck 4 var 'faderEcho' 1 ? on & deck 4 set 'faderEcho' 0 & deck 4 effect 'ramp_delay' active off : off & deck 4 set 'faderEcho' 1

you can change on to blink if you prefer that
 

you need to be on the payroll....
 

I can't see it happening as my skill set is pretty limited and I'm on the wrong side of the world, It would be great though.
 

synthet1c wrote :
I can't see it happening as my skill set is pretty limited and I'm on the wrong side of the world, It would be great though.


limited? man you have remapped my vci400 in every way i wanted.
 



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