- KernEventParser - Class in metdetection.parsing
-
A KernEventParser
parses notes in from a kern file.
- KernEventParser(File, NoteEventParser, TimeTracker) - Constructor for class metdetection.parsing.KernEventParser
-
Creates a new KernEventParser
- KEY_SIGNATURE - Static variable in class metdetection.parsing.MidiEventParser
-
The constant which midi uses for key signature change events.
- KeySignature - Class in metdetection.time
-
A KeySignature
stores the key signature of a song.
- KeySignature() - Constructor for class metdetection.time.KeySignature
-
Create a default key signature (C major).
- KeySignature(byte[]) - Constructor for class metdetection.time.KeySignature
-
Create a new Key Signature based on the given data array.
- KeySignature(int, boolean) - Constructor for class metdetection.time.KeySignature
-
Create a new key signature based on the given key number and major boolean.
- keySignature - Variable in class metdetection.time.TimeTrackerNode
-
The KeySignature associated with this TimeTrackerNode.