if it's possible but with VDJ, everything is possible :)
How can I set cue #3 to to an exact time of the loaded mp3/video ?
I want to map a button to set cue #3 to where I want so I don't have to it manually by clicking the waveform and spinning the virtual turntable to set the spot exactly where I want it.
TIA
How can I set cue #3 to to an exact time of the loaded mp3/video ?
I want to map a button to set cue #3 to where I want so I don't have to it manually by clicking the waveform and spinning the virtual turntable to set the spot exactly where I want it.
TIA
geposted Mon 13 Jul 15 @ 9:51 am
goto 10000ms will goto 10secs after beginning so maybe something like ..
goto Xms & set_cue 3
goto Xms & set_cue 3
geposted Mon 13 Jul 15 @ 11:59 am
Thanks Dad.
It works just need to play with the time.
Dunno how the time works and dunno if its a error or correct but 10000 does not cue 10sec.
It works just need to play with the time.
Dunno how the time works and dunno if its a error or correct but 10000 does not cue 10sec.
geposted Mon 13 Jul 15 @ 12:20 pm
10000ms don't forget ms
geposted Mon 13 Jul 15 @ 12:24 pm
you are correct PatchN, I did not enter ms.
Thanks for the script. It was so simple and I was starting at the wrong command.
"Set_cue 3 (500:00)" this is what I was playing with :)
Thanks for the script. It was so simple and I was starting at the wrong command.
"Set_cue 3 (500:00)" this is what I was playing with :)
geposted Mon 13 Jul 15 @ 12:30 pm
This is working.
How about setting the cue from the END ?
This is what I'm trying now:
goto -1000ms & set_cue 3
This works only if I goto the end of the manually.
What script to select the entire wav so I can add it to the beginning of the script ?
(there is no goto_end, only goto_start)
if there is a goto_end, this is the script, I would have
goto_end & goto -1000ms & set_cue 3
This would set cue 3 at the 1 sec before ending.
TIA
How about setting the cue from the END ?
This is what I'm trying now:
goto -1000ms & set_cue 3
This works only if I goto the end of the manually.
What script to select the entire wav so I can add it to the beginning of the script ?
(there is no goto_end, only goto_start)
if there is a goto_end, this is the script, I would have
goto_end & goto -1000ms & set_cue 3
This would set cue 3 at the 1 sec before ending.
TIA
geposted Mon 13 Jul 15 @ 1:05 pm
I think I got what I need
goto 100% & goto -1000ms & set_cue 3
Thanks.
goto 100% & goto -1000ms & set_cue 3
Thanks.
geposted Mon 13 Jul 15 @ 1:34 pm





