Minim
index
 
Name loop ( )
Examples
None available
Description Sets looping to continuous. If this is already playing, the position will not be reset to the beginning. If this is not playing, it will start playing.
Syntax
loop();
loop(num);
Parameters
num   the number of times to loop
Returns None
Usage Web & Application
Related