Hello, I have this script:
<map value="ROLL_PAD8" action="play ? effect 'EchoDoppler' slider 1 65% & effect 'EchoDoppler' active & loop 2 & stop : nothing" />
What I need is when I press the pad 8 the current song staying in a loop of 2 bits, activate an effect (echo) and stop the song. All is working, but I don't know why "stop" is not working properly.... I need give it a time (delay) before stop the music, because the effect wont work if the music stops immediately. When I removed "stop" from the script, the loop and the effect works perfectly.
Hope someone can help me with this.
<map value="ROLL_PAD8" action="play ? effect 'EchoDoppler' slider 1 65% & effect 'EchoDoppler' active & loop 2 & stop : nothing" />
What I need is when I press the pad 8 the current song staying in a loop of 2 bits, activate an effect (echo) and stop the song. All is working, but I don't know why "stop" is not working properly.... I need give it a time (delay) before stop the music, because the effect wont work if the music stops immediately. When I removed "stop" from the script, the loop and the effect works perfectly.
Hope someone can help me with this.
Posted Wed 28 Oct 15 @ 6:39 am
V7 or 8?
Posted Wed 28 Oct 15 @ 10:18 pm
From the syntax you use and the license on your profile I assume you're trying to do this with version 7.
In version 7 it's not possible to insert a delay
In version 8 it is :)
In version 7 it's not possible to insert a delay
In version 8 it is :)
Posted Thu 29 Oct 15 @ 10:48 am
V7 it is possible but you need the CueMacro plugin and canny scripting.
You add your exit/end/kill script into CueMacro and link a name, then place a hotcue with that name at a forward point.
The beauty of CueMaro is one xml can insert an advanced (renamed, macro-linked) cue in to any track instead of V8's APOI being per track, that said the V8 delay script repeat_start is a triumph. It's proper 21c digitaldjing.
You add your exit/end/kill script into CueMacro and link a name, then place a hotcue with that name at a forward point.
The beauty of CueMaro is one xml can insert an advanced (renamed, macro-linked) cue in to any track instead of V8's APOI being per track, that said the V8 delay script repeat_start is a triumph. It's proper 21c digitaldjing.
Posted Thu 29 Oct 15 @ 9:17 pm