Package | Description |
---|---|
metdetection | |
metdetection.parsing | |
metdetection.voice.fromfile |
Modifier and Type | Method and Description |
---|---|
static EventParser |
Runner.parseFile(java.io.File file,
NoteEventParser parser,
TimeTracker tt)
Parse the given file with the given objects.
|
static EventParser |
Runner.parseFile(java.io.File file,
NoteEventParser parser,
TimeTracker tt,
boolean useChannel)
Parse the given file with the given objects.
|
Modifier and Type | Class and Description |
---|---|
class |
KernEventParser
A
KernEventParser parses notes in from a kern file. |
class |
MidiEventParser
A
MidiEventParser handles the interfacing between this program and MIDI files. |
Constructor and Description |
---|
FromFileVoiceSplittingModel(EventParser ep)
Generate the state of this model from the given EventParser's
getGoldStandardVoices()
method. |
FromFileVoiceSplittingModelState(EventParser ep)
Creates a new object, generating
FromFileVoiceSplittingModelState.voices directly from the
getGoldStandardVoices() method. |