| Package | Description |
|---|---|
| metdetection.joint | |
| metdetection.meter | |
| metdetection.meter.fromfile | |
| metdetection.meter.lpcfg |
| Modifier and Type | Field and Description |
|---|---|
private MetricalModelState |
JointModelState.hierarchyState
The HierarchyModel to use in our joint model.
|
| Modifier and Type | Method and Description |
|---|---|
MetricalModelState |
JointModelState.getHierarchyState()
Get the HierarchyModelState currently in this JointModelState.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends MetricalModelState> |
JointModel.getHierarchyHypotheses()
Get an ordered List of the
MetricalModelStates which are currently the top hypotheses
for this joint model. |
| Constructor and Description |
|---|
JointModel(VoiceSplittingModelState voice,
BeatTrackingModelState beat,
MetricalModelState hierarchy)
Create a new JointModel based on a state with the given constituent states.
|
JointModelState(MetricalModelState h)
Create a new ModelState on the given HierarchyModelState.
|
JointModelState(VoiceSplittingModelState voice,
BeatTrackingModelState beat,
MetricalModelState hierarchy)
Create a new JointModelState with the given constituent states.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MetricalModelState |
MetricalModelState.deepCopy()
Create a deep copy of this HierarchyModelState.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.TreeSet<? extends MetricalModelState> |
MetricalModelState.close() |
abstract java.util.TreeSet<? extends MetricalModelState> |
MetricalModelState.handleIncoming(java.util.List<MidiNote> notes) |
| Modifier and Type | Class and Description |
|---|---|
class |
FromFileMetricalModelState
A
FromFileHierarchyModelState grabs the correct metrical structure from the MIDI file and
uses that to construct the proper meter. |
| Modifier and Type | Method and Description |
|---|---|
MetricalModelState |
FromFileMetricalModelState.deepCopy() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricalLpcfgMetricalModelState
A
GrammarHierarchyModelState is used to generate hierarchy hypotheses
using a grammar. |