Package | Description |
---|---|
net.kreatious.pianoleopard.midi |
Data models backed by physical MIDI sequencer devices
|
net.kreatious.pianoleopard.midi.event |
Data model for MIDI events
|
net.kreatious.pianoleopard.midi.track |
Data model for a parsed MIDI sequence
|
net.kreatious.pianoleopard.painter.layout |
Layout strategies for the painter
|
Modifier and Type | Method and Description |
---|---|
Iterable<EventPair<PedalEvent>> |
InputModel.getPedalPairs(long low,
long high) |
Modifier and Type | Method and Description |
---|---|
PedalEvent |
PedalEvent.createOff(long offTime) |
Modifier and Type | Method and Description |
---|---|
Iterable<EventPair<PedalEvent>> |
ParsedTrack.getPedalPairs(long low,
long high)
Gets the pedal event pairs overlapping with the specified interval
|
Modifier and Type | Method and Description |
---|---|
void |
EventLayout.layoutPedal(long currentTime,
EventPair<PedalEvent> event,
Rectangle rect)
Lays out the coordinates for drawing the specified pedal event.
|
void |
DefaultEventLayout.layoutPedal(long currentTime,
EventPair<PedalEvent> event,
Rectangle rect) |
Copyright © 2015 Kreatious LLC. All rights reserved.