Package | Description |
---|---|
metdetection.parsing | |
metdetection.time |
Modifier and Type | Method and Description |
---|---|
private void |
MidiWriter.writeTempo(Tempo tempo,
long tick)
Write the given tempo out to
MidiWriter.sequence at the given tick. |
Modifier and Type | Field and Description |
---|---|
private Tempo |
TimeTrackerNode.tempo
The Tempo associated with this TimeTrackerNode.
|
Modifier and Type | Method and Description |
---|---|
Tempo |
TimeTrackerNode.getTempo()
Get the Tempo of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeTrackerNode.setTempo(Tempo tempo)
Set the Tempo of this node.
|