First I have is what is a hot cue? and when is it used?
Inviato Thu 15 Sep 11 @ 1:09 am
you should use it and you will see....
but it basicly is a way to set the song position at a certain pre defined point within the song timeline. The benifit a hot cue is it has different variables built into the one easy command. scripted it looks like this
cue 1 ? pause ? goto_cue 1 & play : goto_cue 1 : set_cue 1
it will set a cue if none has been set, play the cue if paused, or jump to the cue if playing
you use it whenever you want to jump to a different part of the song or if you want to start the song from a certain place.
but it basicly is a way to set the song position at a certain pre defined point within the song timeline. The benifit a hot cue is it has different variables built into the one easy command. scripted it looks like this
cue 1 ? pause ? goto_cue 1 & play : goto_cue 1 : set_cue 1
it will set a cue if none has been set, play the cue if paused, or jump to the cue if playing
you use it whenever you want to jump to a different part of the song or if you want to start the song from a certain place.
Inviato Thu 15 Sep 11 @ 3:00 am
does that make sense OP?
Inviato Tue 20 Sep 11 @ 1:01 am