ReverbType enum

Enumeration of reverb types.

Inheritance

Constructors

ReverbType()
const

Values

none → const ReverbType

No reverb.

ktv → const ReverbType

KTV reverb.

hall → const ReverbType

Hall reverb.

concert → const ReverbType

Concert reverb.

rock → const ReverbType

Rock reverb.

smallRoom → const ReverbType

Small room reverb.

largeRoom → const ReverbType

Large room reverb.

valley → const ReverbType

Valley reverb.

recordingStudio → const ReverbType

Recording studio reverb.

basement → const ReverbType

Basement reverb.

Popular reverb.

gramophone → const ReverbType

Gramophone reverb.

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<ReverbType>
A constant List of the values in this enum, in order of their declaration.