Package | Description |
---|---|
metdetection.meter.lpcfg | |
metdetection.parsing | |
metdetection.time | |
metdetection.utils |
Modifier and Type | Method and Description |
---|---|
private void |
MetricalLpcfgGenerator.updateTimeSignature(TimeSignature timeSig)
Update the time signature tracking fields based on the given TimeSignature..
|
Modifier and Type | Method and Description |
---|---|
private void |
MidiWriter.writeTimeSignature(TimeSignature timeSignature,
long tick)
Write the given time signature out to
MidiWriter.sequence at the given tick. |
Modifier and Type | Field and Description |
---|---|
private TimeSignature |
TimeTrackerNode.timeSignature
The TimeSignature associated with this TimeTrackerNode.
|
Modifier and Type | Method and Description |
---|---|
TimeSignature |
TimeTracker.getFirstTimeSignature()
Get the first non-dummy time signature in this song.
|
TimeSignature |
TimeTrackerNode.getTimeSignature()
Get the TimeSignature of this node.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TimeSignature> |
TimeTracker.getAllTimeSignatures()
Get a List of all of the time signatures of this TimeTracker, excluding the dummy one.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeTrackerNode.setTimeSignature(TimeSignature timeSignature)
Set the TimeSignature of this node.
|
Modifier and Type | Method and Description |
---|---|
private static TimeSignature |
Evaluation.getMeter(java.io.File file)
Get the meter at the beginning of the given file.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<TimeSignature> |
Evaluation.getAllMeters(java.io.File file)
Get a List of all of the meters of the given song, excluding the initial dummy one.
|