Package | Description |
---|---|
net.kreatious.pianoleopard.midi |
Data models backed by physical MIDI sequencer devices
|
Modifier and Type | Method and Description |
---|---|
static OutputModel.EventAction |
OutputModel.EventAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputModel.EventAction[] |
OutputModel.EventAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputModel.addEventHandler(BiFunction<MidiMessage,Optional<Event>,OutputModel.EventAction> handler)
Adds an event handler to handle MIDI events.
|
Copyright © 2015 Kreatious LLC. All rights reserved.