Minim
index
 
Name playNote ( )
Examples
None available
Description Play a note startTime seconds from now, for the given duration, using the given instrument.
Syntax
playNote(startTime, duration, instrument);
playNote(startTime, duration, hz);
playNote(startTime, duration, pitchName);
playNote(startTime, hz);
playNote(startTime, pitchName);
playNote(hz);
playNote(pitchName);
playNote();
Parameters
startTime  
duration  
instrument  
Returns None
Usage Web & Application
Related