Minim
index
 
Name cue ( )
Examples
None available
Description Sets the position to millis milliseconds from the beginning. This will not change the playstate. If an error occurs while trying to cue, the position will not change. If you try to cue to a negative position or try to a position that is greater than length(), the amount will be clamped to zero or length().
Syntax
cue(millis);
Parameters
millis   the position to place the "playhead"
Returns None
Usage Web & Application
Related