Package | Description |
---|---|
metdetection.beat | |
metdetection.beat.fromfile | |
metdetection.meter.lpcfg | |
metdetection.time | |
metdetection.utils |
Modifier and Type | Method and Description |
---|---|
Beat |
Beat.shallowCopy()
Return a shallow copy of this Beat.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Beat> |
BeatTrackingModelState.getBeats()
Gets the Beats which are contained by this state currently.
|
Modifier and Type | Method and Description |
---|---|
int |
Beat.compareTo(Beat o) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Beat> |
FromFileBeatTrackingModelState.beats
A List of the Beats generated from the given TimeTracker.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Beat> |
FromFileBeatTrackingModelState.getBeats() |
Modifier and Type | Method and Description |
---|---|
private int |
MetricalLpcfgMetricalModelState.getTactusNormalized(int tactiPerMeasure,
Beat firstBeat,
int measure,
int tactus)
Get the tactus number as a beat index given some information about the Beats.
|
Modifier and Type | Method and Description |
---|---|
private void |
MetricalLpcfgGenerator.addNote(MidiNote note,
java.util.List<Beat> beats,
MetricalLpcfgQuantum[][] quantums,
int[] notes32PerMeasure)
Add the given note into our tracking arrays.
|
private static void |
MetricalLpcfgTreeFactory.addNote(MidiNote note,
MetricalLpcfgQuantum[] quantums,
java.util.List<Beat> beats,
int firstBeatIndex,
int lastBeatIndex)
Add the given note into the given quantums array.
|
static MetricalLpcfgTree |
MetricalLpcfgTreeFactory.makeTree(java.util.List<MidiNote> notes,
java.util.List<Beat> beats,
Measure measure,
int subBeatLength,
int anacrusisLengthSubBeats,
int measureNum)
Make a new tree based on a List of MidiNotes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Beat> |
TimeTracker.getBeats()
Get a List of the Beats found by this TimeTracker up until (but not including)
the
TimeTracker.lastTick . |
Modifier and Type | Method and Description |
---|---|
Beat |
MidiNote.getOffsetBeat(java.util.List<Beat> beats) |
Beat |
MidiNote.getOnsetBeat(java.util.List<Beat> beats) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Beat> |
MidiNote.getBeatsAroundTime(long time,
java.util.List<Beat> beats) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Beat> |
MidiNote.getBeatsAroundTime(long time,
java.util.List<Beat> beats) |
Beat |
MidiNote.getOffsetBeat(java.util.List<Beat> beats) |
Beat |
MidiNote.getOnsetBeat(java.util.List<Beat> beats) |