- nextMeasureIndex - Variable in class metdetection.meter.lpcfg.MetricalLpcfgMetricalModelState
-
The index of the first beat of the next measure.
- nlg - Variable in class metdetection.parsing.NoteFileWriter
-
The NoteListGenerator which contains the notes we want to write out.
- node - Variable in exception metdetection.meter.lpcfg.MetricalLpcfgElementNotFoundException
-
The Node which caused the Exception.
- nodes - Variable in class metdetection.time.TimeTracker
-
The LInkedList of TimeTrackerNodes of this TimeTracker, ordered by time.
- noteDurationPattern - Static variable in class metdetection.parsing.KernEventParser
-
A Regex pattern to grab a note duration from a **kern file.
- noteEventParser - Variable in class metdetection.parsing.KernEventParser
-
The NoteTracker which will keep track of the notes for this song.
- noteEventParser - Variable in class metdetection.parsing.MidiEventParser
-
The NoteTracker which will keep track of the notes for this song.
- NoteEventParser - Interface in metdetection.parsing
-
A NoteEventParser
is any class which can handle MIDI Note On and Note Off events.
- NoteFileWriter - Class in metdetection.parsing
-
A NoteFileWriter
is used to generate note files, as used by
Temperley's model.
- NoteFileWriter(TimeTracker, NoteListGenerator) - Constructor for class metdetection.parsing.NoteFileWriter
-
Create a new NoteFileWriter with the given TimeTracker and NoteListGenerator.
- NoteListGenerator - Class in metdetection.parsing
-
A
NoteListGenerator
parses Note On and Note Off events and generates a List of
the
MidiNote
s present in any given song.
- NoteListGenerator(TimeTracker) - Constructor for class metdetection.parsing.NoteListGenerator
-
Creates a new NoteListGenerator with the given TimeTracker.
- noteOff(int, long, int) - Method in class metdetection.parsing.DummyNoteEventParser
-
- noteOff(int, long, int) - Method in interface metdetection.parsing.NoteEventParser
-
Process a Note Off event.
- noteOff(int, long, int) - Method in class metdetection.parsing.NoteListGenerator
-
- noteOff(int, long, int) - Method in class metdetection.parsing.QuantisationMeter
-
- noteOn(int, int, long, int) - Method in class metdetection.parsing.DummyNoteEventParser
-
- noteOn(int, int, long, int) - Method in interface metdetection.parsing.NoteEventParser
-
Process a Note On event.
- noteOn(int, int, long, int) - Method in class metdetection.parsing.NoteListGenerator
-
- noteOn(int, int, long, int) - Method in class metdetection.parsing.QuantisationMeter
-
- notePitchPattern - Static variable in class metdetection.parsing.KernEventParser
-
A Regex pattern to grab a note pitch from a **kern file.
- notes32PerMeasure - Variable in class metdetection.meter.lpcfg.MetricalLpcfgGenerator
-
- notesToCheck - Variable in class metdetection.meter.lpcfg.MetricalLpcfgMetricalModelState
-
Notes which we have yet to check for beat and sub beat matches.
- notesToCheckBeats - Variable in class metdetection.meter.lpcfg.MetricalLpcfgMetricalModelState
-
A List of a Queue per voice of notes to check for beat matching.
- numerator - Variable in class metdetection.time.TimeSignature
-
The numerator of the time signature.
- numMeasuredNotes - Variable in class metdetection.parsing.QuantisationMeter
-
The number of notes we've measured so far.
- numSharps - Variable in class metdetection.time.KeySignature
-
The number of sharps in this key signature.