Minim
core
ugens
analysis
 
Name noteOn
Examples
None available
Description Turn on the default instrument. Typically, you will not call this directly. It will be called at the appropriate time by the AudioOuput you schedule a note with.
Syntax
noteOn(dur);
Parameters
dur   float: The duration of the note, in seconds.
Returns None
Usage Web & Application
Related DefaultInstrument