Anmelden:     


Forum: General Discussion

Topic: Scripting help/question

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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
 

geposted Mon 13 Jul 15 @ 9:51 am
goto 10000ms will goto 10secs after beginning so maybe something like ..
goto Xms & set_cue 3
 

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.

 

10000ms don't forget ms
 

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 :)



 

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
 

I think I got what I need

goto 100% & goto -1000ms & set_cue 3

Thanks.
 



(Alte Themen und Foren werden automatisch geschlossen)