Minim
core | ugens | analysis
 

FilePlayer

cue

Description

Sets the position to millis milliseconds from the beginning. This will not change the play state. 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().

Signature

void cue(int millis)

Parameters

millis — int: the position to place the "playhead", in milliseconds

Returns

None

Related

FilePlayer

Example

None available

Usage

Web & Application