ButtonCode enum

Inheritance

Constructors

ButtonCode(int code)
const

Values

browser → const ButtonCode
const ButtonCode(CC.browser)
patternUp → const ButtonCode
const ButtonCode(CC.patternUp)
patternDown → const ButtonCode
const ButtonCode(CC.patternDown)
gridLeft → const ButtonCode
const ButtonCode(CC.gridLeft)
gridRight → const ButtonCode
const ButtonCode(CC.gridRight)
step → const ButtonCode
const ButtonCode(CC.step)
note → const ButtonCode
const ButtonCode(CC.note)
drum → const ButtonCode
const ButtonCode(CC.drum)
perform → const ButtonCode
const ButtonCode(CC.perform)
shift → const ButtonCode
const ButtonCode(CC.shift)
alt → const ButtonCode
const ButtonCode(CC.alt)
pattern → const ButtonCode
const ButtonCode(CC.pattern)
soloMute1 → const ButtonCode
const ButtonCode(CC.muteButton1)
soloMute2 → const ButtonCode
const ButtonCode(CC.muteButton2)
soloMute3 → const ButtonCode
const ButtonCode(CC.muteButton3)
soloMute4 → const ButtonCode
const ButtonCode(CC.muteButton4)
play → const ButtonCode
const ButtonCode(CC.play)
stop → const ButtonCode
const ButtonCode(CC.stop)
record → const ButtonCode
const ButtonCode(CC.record)

Properties

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