- baseLength - Variable in class metdetection.meter.lpcfg.MetricalLpcfgTerminal
-
- Beat - Class in metdetection.beat
-
A Beat
represents a single MIDI beat.
- Beat() - Constructor for class metdetection.beat.Beat
-
Create a new default Beat, at time, tick, and measure 0 and beat 0.
- Beat(int, int, long, long) - Constructor for class metdetection.beat.Beat
-
Standard constructor for all fields.
- beat - Variable in class metdetection.beat.Beat
-
The beat number on which this Beat lies (measured in 32nd notes)
- beatMatches - Variable in class metdetection.meter.lpcfg.MetricalLpcfgMetricalModelState
-
The number of times a beat match has been found.
- beats - Variable in class metdetection.beat.fromfile.FromFileBeatTrackingModelState
-
A List of the Beats generated from the given TimeTracker.
- beatsPerMeasure - Variable in class metdetection.meter.lpcfg.MetricalLpcfgGenerator
-
- beatsPerMeasure - Variable in class metdetection.meter.Measure
-
The number of beats this measure is divided into in the grammar.
- beatState - Variable in class metdetection.joint.JointModelState
-
The BeatTrackingModel to use in our joint model.
- beatState - Variable in class metdetection.meter.MetricalModelState
-
The BeatTrackingModelState which we are modeling jointly with.
- BeatTrackingModelState - Class in metdetection.beat
-
A
BeatTrackingModelState
is a
MidiModelState
which contains
a List of
Beat
s which has been created from the incoming MIDI data.
- BeatTrackingModelState() - Constructor for class metdetection.beat.BeatTrackingModelState
-