Package | Description |
---|---|
net.kreatious.pianoleopard.midi |
Data models backed by physical MIDI sequencer devices
|
net.kreatious.pianoleopard.midi.track |
Data model for a parsed MIDI sequence
|
Modifier and Type | Method and Description |
---|---|
void |
OutputModel.addOpenListener(Consumer<? super ParsedSequence> listener)
Adds a listener to notify when a parsed MIDI file is opened.
|
Modifier and Type | Method and Description |
---|---|
static ParsedSequence |
ParsedSequence.createEmpty()
Returns an empty parsed sequence containing nothing.
|
static ParsedSequence |
ParsedSequence.parseByTracks(Sequence sequence)
Parses a MIDI sequence, arranging it by tracks
|
Copyright © 2015 Kreatious LLC. All rights reserved.