fmsynth_global_parameter class abstract

Parameters which are global to the entire synth.

Constructors

fmsynth_global_parameter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

FMSYNTH_GLOBAL_PARAM_END → const int
< The number of global parameters available.
FMSYNTH_GLOBAL_PARAM_ENSURE_INT → const int
< Ensure the enum is sizeof(int).
FMSYNTH_GLOBAL_PARAM_LFO_FREQ → const int
< LFO frequency in Hz.
FMSYNTH_GLOBAL_PARAM_VOLUME → const int
< Overall volume of the synth.