Module synth

Source
Expand description

Abstractions for processors that generate audio.

Constants§

AFTERTOUCH_INFO
Parameter info for the aftertouch parameter. See CONTROLLER_PARAMETERS for more.
AFTERTOUCH_PARAMETER
The parameter ID of the aftertouch parameter. See CONTROLLER_PARAMETERS for more.
CONTROLLER_PARAMETERS
This represents a set of “controller parameters” that are common to all synths.
EXPRESSION_INFO
Parameter info for the expression pedal parameter. See CONTROLLER_PARAMETERS for more.
EXPRESSION_PARAMETER
The parameter ID of the expression pedal parameter. See CONTROLLER_PARAMETERS for more.
MOD_WHEEL_INFO
Parameter info for the mod wheel parameter. See CONTROLLER_PARAMETERS for more.
MOD_WHEEL_PARAMETER
The parameter ID of the mod wheel parameter. See CONTROLLER_PARAMETERS for more.
PITCH_BEND_INFO
Parameter info for the pitch bend parameter. See CONTROLLER_PARAMETERS for more.
PITCH_BEND_PARAMETER
The parameter ID of the pitch bend parameter. See CONTROLLER_PARAMETERS for more.
SUSTAIN_INFO
Parameter info for the sustain pedal parameter. See CONTROLLER_PARAMETERS for more.
SUSTAIN_PARAMETER
The parameter ID of the sustain pedal parameter. See CONTROLLER_PARAMETERS for more.
TIMBRE_INFO
Parameter info for the timbre parameter. See CONTROLLER_PARAMETERS for more.
TIMBRE_PARAMETER
The parameter ID of the timbre parameter. See CONTROLLER_PARAMETERS for more.

Traits§

Synth
A trait for synthesizers