Hi DJ Pari & Locodog
Thank you for sharing this script !
Very handy because I also use this 'Freeze Echo' effect during my sets.
I'm new to VDJ and am still testing and experimenting with the program (I am current Traktor user but will probably do the switch to VDJ, if I can configure the software to my personal preferences).
For testing purposes I mapped the script to a 'custom button'.
The only thing about this script is that when I deactivate the button, the filter knob keeps on decreasing (even though the 'loop effect' is stopped, the filter knob keeps on turning until it reaches 0 (<20Hz)).
What must I add to the script so the filter stops decreasing the moment I deactivate the effect ? (so when deactivate: stop loop, stop decreasing filter and set filter back to it's begin value (OFF)). I'm completely new (inexperienced) to script-programming.
(Now my adjusted script is: Deck 1 loop 1 & repeat_start 'rsiVolumeDrop' 110ms 33 & filter -1%)
Thanks !
Kristof
Thank you for sharing this script !
Very handy because I also use this 'Freeze Echo' effect during my sets.
I'm new to VDJ and am still testing and experimenting with the program (I am current Traktor user but will probably do the switch to VDJ, if I can configure the software to my personal preferences).
For testing purposes I mapped the script to a 'custom button'.
The only thing about this script is that when I deactivate the button, the filter knob keeps on decreasing (even though the 'loop effect' is stopped, the filter knob keeps on turning until it reaches 0 (<20Hz)).
What must I add to the script so the filter stops decreasing the moment I deactivate the effect ? (so when deactivate: stop loop, stop decreasing filter and set filter back to it's begin value (OFF)). I'm completely new (inexperienced) to script-programming.
(Now my adjusted script is: Deck 1 loop 1 & repeat_start 'rsiVolumeDrop' 110ms 33 & filter -1%)
Thanks !
Kristof
Posted Sat 20 May 17 @ 4:25 pm
Deck 1 toggle 'press' & Deck 1 loop 1 & var 'press' ? repeat_start 'rsiVolumeDrop' 110ms 33 & filter -1% : repeat_stop 'rsiVolumeDrop'
Your previous script had no stop point either by count nor condition,
I changed it so a variable is toggled to either 1 or 0 when a button is pressed, then queried the variable, is it a start press or a stop press? Then it carries out adjust the filter, or stop adjusting the filter.
see my blog
https://www.virtualdj.com/user/locodog/blogs/5458/How_to__Perform_A_Action_Automatically_When_A_Track_Is_Loaded.html
It covers repeat_start scripts and more
Your previous script had no stop point either by count nor condition,
I changed it so a variable is toggled to either 1 or 0 when a button is pressed, then queried the variable, is it a start press or a stop press? Then it carries out adjust the filter, or stop adjusting the filter.
see my blog
https://www.virtualdj.com/user/locodog/blogs/5458/How_to__Perform_A_Action_Automatically_When_A_Track_Is_Loaded.html
It covers repeat_start scripts and more
Posted Sat 20 May 17 @ 6:58 pm
If Atomix would model its echo plug-in after a true echo effect none of this would be needed. There would be no need for the echoout or loopout. I know this is a DJ program but effects are to be thought as a d.a.w. pre and post fader capabilities.
Posted Sat 20 May 17 @ 9:41 pm
Djratedxxx919 wrote :
If Atomix would model its echo plug-in after a true echo effect none of this would be needed. There would be no need for the echoout or loopout. I know this is a DJ program but effects are to be thought as a d.a.w. pre and post fader capabilities.
VDJ have pre and post fader effects these days
As shown in this echo example:
Is somehing still missing?
Posted Sun 21 May 17 @ 1:12 pm