Package | Description |
---|---|
net.kreatious.pianoleopard.midi.event |
Data model for MIDI events
|
Modifier and Type | Method and Description |
---|---|
Pedal |
PedalEvent.getPedal() |
static Pedal |
Pedal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pedal[] |
Pedal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Pedal> |
Pedal.lookup(int data)
Determines the pedal enum associated with a MIDI data value.
|
Copyright © 2015 Kreatious LLC. All rights reserved.