| Package | Description |
|---|---|
| metdetection.parsing | |
| metdetection.time |
| Modifier and Type | Method and Description |
|---|---|
private void |
MidiWriter.writeKeySignature(KeySignature keySignature,
long tick)
Write the given key signature out to
MidiWriter.sequence at the given tick. |
| Modifier and Type | Field and Description |
|---|---|
private KeySignature |
TimeTrackerNode.keySignature
The KeySignature associated with this TimeTrackerNode.
|
| Modifier and Type | Method and Description |
|---|---|
KeySignature |
TimeTrackerNode.getKeySignature()
Get the KeySignature of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeTrackerNode.setKeySignature(KeySignature keySignature)
Set the KeySignature of this node.
|