|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenpiano.midi.MidiControl
public class MidiControl
The MidiControl class consists time-based MIDI control messages
| Constructor Summary | |
|---|---|
MidiControl(MidiMessage midiMessage,
long tick)
Constructs a new MIDI control message |
|
| Method Summary | |
|---|---|
int |
compareTo(MidiControl midiControl)
Compares the ticks of MIDI control messages |
MidiMessage |
getMidiMessage()
Returns the MIDI control message |
long |
getTick()
Returns the start tick of the MIDI control message |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MidiControl(MidiMessage midiMessage,
long tick)
midiMessage - the MIDI control messagetick - the start tick of the MIDI message| Method Detail |
|---|
public int compareTo(MidiControl midiControl)
compareTo in interface Comparable<MidiControl>midiControl - the MIDI control message to compare with
public MidiMessage getMidiMessage()
public long getTick()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||