GeneratorType enum

Inheritance

Constructors

GeneratorType()
const

Values

startAddressOffset → const GeneratorType
endAddressOffset → const GeneratorType
startLoopAddressOffset → const GeneratorType
endLoopAddressOffset → const GeneratorType
startAddressCoarseOffset → const GeneratorType
modulationLfoToPitch → const GeneratorType
vibratoLfoToPitch → const GeneratorType
modulationEnvelopeToPitch → const GeneratorType
initialFilterCutoffFrequency → const GeneratorType
initialFilterQ → const GeneratorType
modulationLfoToFilterCutoffFrequency → const GeneratorType
modulationEnvelopeToFilterCutoffFrequency → const GeneratorType
endAddressCoarseOffset → const GeneratorType
modulationLfoToVolume → const GeneratorType
unused1 → const GeneratorType
chorusEffectsSend → const GeneratorType
reverbEffectsSend → const GeneratorType
pan → const GeneratorType
unused2 → const GeneratorType
unused3 → const GeneratorType
unused4 → const GeneratorType
delayModulationLfo → const GeneratorType
frequencyModulationLfo → const GeneratorType
delayVibratoLfo → const GeneratorType
frequencyVibratoLfo → const GeneratorType
delayModulationEnvelope → const GeneratorType
attackModulationEnvelope → const GeneratorType
holdModulationEnvelope → const GeneratorType
decayModulationEnvelope → const GeneratorType
sustainModulationEnvelope → const GeneratorType
releaseModulationEnvelope → const GeneratorType
keyNumberToModulationEnvelopeHold → const GeneratorType
keyNumberToModulationEnvelopeDecay → const GeneratorType
delayVolumeEnvelope → const GeneratorType
attackVolumeEnvelope → const GeneratorType
holdVolumeEnvelope → const GeneratorType
decayVolumeEnvelope → const GeneratorType
sustainVolumeEnvelope → const GeneratorType
releaseVolumeEnvelope → const GeneratorType
keyNumberToVolumeEnvelopeHold → const GeneratorType
keyNumberToVolumeEnvelopeDecay → const GeneratorType
instrument → const GeneratorType
reserved1 → const GeneratorType
keyRange → const GeneratorType
velocityRange → const GeneratorType
startLoopAddressCoarseOffset → const GeneratorType
keyNumber → const GeneratorType
velocity → const GeneratorType
initialAttenuation → const GeneratorType
reserved2 → const GeneratorType
endLoopAddressCoarseOffset → const GeneratorType
coarseTune → const GeneratorType
fineTune → const GeneratorType
sampleID → const GeneratorType
sampleModes → const GeneratorType
reserved3 → const GeneratorType
scaleTuning → const GeneratorType
exclusiveClass → const GeneratorType
overridingRootKey → const GeneratorType
unused5 → const GeneratorType
unusedEnd → const GeneratorType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<GeneratorType>
A constant List of the values in this enum, in order of their declaration.