Minim
core | ugens | analysis
 

DefaultInstrument

noteOn

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.

Signature

void noteOn(float dur)

Parameters

dur — float: The duration of the note, in seconds.

Returns

None

Related

DefaultInstrument

Example

None available

Usage

Web & Application