- TEMPO - Static variable in class metdetection.parsing.MidiEventParser
-
The constant which midi uses for tempo change events.
- Tempo - Class in metdetection.time
-
A Tempo
object tracks the speed of the music data.
- Tempo() - Constructor for class metdetection.time.Tempo
-
Create a default tempo - 120 QPM
- Tempo(byte[]) - Constructor for class metdetection.time.Tempo
-
Create a new Tempo from the given data array.
- Tempo(int) - Constructor for class metdetection.time.Tempo
-
Create a new Tempo with the given number of quarter notes per minute.
- tempo - Variable in class metdetection.time.TimeTrackerNode
-
The Tempo associated with this TimeTrackerNode.
- testGrammar(File, List<File>, boolean, MetricalLpcfg, MetricalLpcfgGenerator) - Static method in class metdetection.Main
-
Test the given Runner with the given generated grammar.
- TESTING - Static variable in class metdetection.Main
-
- tick - Variable in class metdetection.beat.Beat
-
The tick at which this Beat lies.
- tiesIn - Variable in class metdetection.meter.lpcfg.MetricalLpcfgHead
-
True if this head starts with a TIE.
- time - Variable in class metdetection.beat.Beat
-
The time in microseconds at which this Beat lies.
- TIME_SIGNATURE - Static variable in class metdetection.parsing.MidiEventParser
-
The constant which midi uses for time signature change events.
- TimeSignature - Class in metdetection.time
-
A TimeSignature
represents some MIDI data's beat structure (time signature).
- TimeSignature() - Constructor for class metdetection.time.TimeSignature
-
Create a new default TimeSignature (4/4 time)
- TimeSignature(byte[]) - Constructor for class metdetection.time.TimeSignature
-
Create a new TimeSignature from the given data array.
- TimeSignature(int, int) - Constructor for class metdetection.time.TimeSignature
-
Create a new TimeSignature with the given numerator and denominator.
- timeSignature - Variable in class metdetection.time.TimeTrackerNode
-
The TimeSignature associated with this TimeTrackerNode.
- timeTracker - Variable in class metdetection.beat.fromfile.FromFileBeatTrackingModelState
-
The TimeTracker for this song.
- timeTracker - Variable in class metdetection.parsing.KernEventParser
-
The TimeTracker which will handle timing information for this song.
- timeTracker - Variable in class metdetection.parsing.MidiEventParser
-
The TimeTracker which will handle timing information for this song.
- timeTracker - Variable in class metdetection.parsing.MidiWriter
-
The TimeTracker for this Midi data.
- timeTracker - Variable in class metdetection.parsing.NoteListGenerator
-
The TimeTracker for this NoteListGenerator.
- timeTracker - Variable in class metdetection.parsing.QuantisationMeter
-
The time tracker to use to measure quantisation.
- TimeTracker - Class in metdetection.time
-
A TimeTracker
is able to interpret MIDI tempo, key, and time signature change events and keep track
of the song timing in seconds, instead of just using ticks as MIDI events do.
- TimeTracker() - Constructor for class metdetection.time.TimeTracker
-
Create a new TimeTracker.
- TimeTrackerNode - Class in metdetection.time
-
A TimeTrackerNode
represents the state of a musical score at a given time.
- TimeTrackerNode(double) - Constructor for class metdetection.time.TimeTrackerNode
-
Create a new dummy first TimeTrackerNode at tick and time 0.
- TimeTrackerNode(TimeTrackerNode, long, double) - Constructor for class metdetection.time.TimeTrackerNode
-
Create a new TimeTrackerNode with the given previous TimeTrackerNode at the given tick.
- toString() - Method in class metdetection.beat.Beat
-
- toString() - Method in class metdetection.beat.BeatTrackingModelState
-
- toString() - Method in class metdetection.generic.MidiModel
-
- toString() - Method in class metdetection.joint.JointModelState
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfg
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgHead
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgMeasure
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgMetricalModelState
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgNonterminal
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgProbabilityTracker
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgTerminal
-
- toString() - Method in class metdetection.meter.lpcfg.MetricalLpcfgTree
-
- toString() - Method in class metdetection.meter.Measure
-
- toString() - Method in class metdetection.meter.MetricalModelState
-
- toString() - Method in class metdetection.parsing.NoteFileWriter
-
- toString() - Method in class metdetection.parsing.NoteListGenerator
-
- toString() - Method in class metdetection.time.KeySignature
-
- toString() - Method in class metdetection.time.Tempo
-
- toString() - Method in class metdetection.time.TimeSignature
-
- toString() - Method in class metdetection.time.TimeTracker
-
- toString() - Method in class metdetection.time.TimeTrackerNode
-
- toString() - Method in class metdetection.utils.MidiNote
-
- toString() - Method in class metdetection.voice.Voice
-
- toString() - Method in class metdetection.voice.VoiceSplittingModelState
-
- toStringPretty() - Method in class metdetection.meter.lpcfg.MetricalLpcfg
-
Get the pretty, recursive version of this grammar with the default tab String (\t).
- toStringPretty(String) - Method in class metdetection.meter.lpcfg.MetricalLpcfg
-
Get the pretty, recursive version of this grammar with the given tab String.
- toStringPretty(int, String) - Method in class metdetection.meter.lpcfg.MetricalLpcfgMeasure
-
- toStringPretty(int, String) - Method in interface metdetection.meter.lpcfg.MetricalLpcfgNode
-
Print the given node recursively in a pretty format.
- toStringPretty(int, String) - Method in class metdetection.meter.lpcfg.MetricalLpcfgNonterminal
-
- toStringPretty(int, String) - Method in class metdetection.meter.lpcfg.MetricalLpcfgTerminal
-
Get the recursive String of this terminal.
- toStringPretty(String) - Method in class metdetection.meter.lpcfg.MetricalLpcfgTree
-
Get the pretty, recursive version of this tree with the given indention String.
- transitionMap - Variable in class metdetection.meter.lpcfg.MetricalLpcfgProbabilityTracker
-
The map used for modeling: p(nonterminal -> children | measure, nonterminal, head(nonterminal))
- tree - Variable in exception metdetection.meter.lpcfg.MetricalLpcfgElementNotFoundException
-
The tree which caused the Exception.
- trees - Variable in class metdetection.meter.lpcfg.MetricalLpcfg
-
A List of the trees contained in this lpcfg.
- type - Variable in class metdetection.meter.lpcfg.MetricalLpcfgNonterminal
-
The type of this node.