Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: how to start playing track from the middle? (Read 2840 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

how to start playing track from the middle?

Maybe it's stupid, but I cannot figure it out from SDK.
I'm using play() and then seek(), but it's ugly solution.
Is there any built-in function/parameter to do that? What's the trick?

[edit: spelling]

how to start playing track from the middle?

Reply #1
I don't know what does this have anything to do with the SDK (other than using it to write an specific plugin to accomplish this task), but here is  way to do it.

Load the track, hit the play button and inmediately hit the pause button (or keyboard character key, maybe that's easier).
Form the COMPONENTS menu select JUMP TO TIME (its gotta be installed first).
Uncheck "Jump instantly"
Move the below slider to the desired position.
Hit the PLAY button.

It is not an elegant solution, but it is effective.

Hope this is of any help
I'm the one in the picture, sitting on a giant cabbage in Mexico, circa 1978.
Reseñas de Rock en Español: www.estadogeneral.com

how to start playing track from the middle?

Reply #2
Quote
Maybe it's stupid, but I cannot figure it out from SDK.
I'm using play() and then seek(), but it's ugly solution.
Is there any built-in function/parameter to do that? What's the trick?

[edit: spelling]

IIRC there is a foo_bookmark plugin that lets you start playing a song from the middle, you might look around for it and see if the author can give you some tips.