Minim
core | ugens | analysis
 

FilePlayer

setLoopPoints

Description

Sets the loop points used when looping.

Signature

void setLoopPoints(int start, int stop)

Parameters

start — int: the start of the loop in milliseconds
stop — int: the end of the loop in milliseconds

Returns

None

Related

loop ( )
FilePlayer

Example

None available

Usage

Web & Application