Is it possible change the order in which a song are played? I imagine to split the song in pieces based on beats and combine them in different order, like a programming thing. A sort of programmed remix. There is something like that?
Mensajes Sat 29 Jan 22 @ 9:06 am
You can use hotcues and action POIs to jump from one point of a song to another
Mensajes Sat 29 Jan 22 @ 9:46 am
actionPOI is one way here's another.
https://www.youtube.com/playlist?list=PLElI5UuIUibOAknXcVweAILtdCrFyLQQu
https://www.youtube.com/playlist?list=PLElI5UuIUibOAknXcVweAILtdCrFyLQQu
Mensajes Sat 29 Jan 22 @ 10:01 am
hello. I can't fine routineSP plugin in VD2021. Shoud it be downloaded from elsewhere? Thanks.
Mensajes Sat 29 Jan 22 @ 12:36 pm
it's a padpage>others
Mensajes Sat 29 Jan 22 @ 12:48 pm
thanks for the hint. There is a way to script how the cue points are to be played? I mean somethins like that: play from cue1022 to cue2011
play from cue 3012 to cue4004
etc.?
scripting instead of recording
thanks
play from cue 3012 to cue4004
etc.?
scripting instead of recording
thanks
Mensajes Sat 29 Jan 22 @ 2:32 pm
with routine, no, with apoi, yes, cycle a var, query the value if desired step jump to wherever rince and repeat.
Mensajes Sat 29 Jan 22 @ 2:41 pm
thanks for your reply.
there is a way using action point to start a loop and repete it 4 times? for example.
thanks
there is a way using action point to start a loop and repete it 4 times? for example.
thanks
Mensajes Sat 29 Jan 22 @ 3:35 pm
loop 1 & wait 4bt & loop_exit
loop 2 & wait 8bt & loop_exit
Basically this formula:
loop N (amount of beats) & wait 4xN bt & loop_exit
loop 2 & wait 8bt & loop_exit
Basically this formula:
loop N (amount of beats) & wait 4xN bt & loop_exit
Mensajes Sat 29 Jan 22 @ 3:59 pm