Minim
index
 
Name play ( )
Examples
None available
Description Starts playback from the current position. If this was previously set to loop, looping will be disabled.
Syntax
play();
play(millis);
Parameters
millis  
Returns None
Usage Web & Application
Related