| Package | Description |
|---|---|
| metdetection | |
| metdetection.parsing |
| Modifier and Type | Method and Description |
|---|---|
static void |
Runner.performInference(MidiModel model,
NoteListGenerator nlg)
Perform inference on the given model.
|
| Modifier and Type | Field and Description |
|---|---|
private NoteListGenerator |
NoteFileWriter.nlg
The NoteListGenerator which contains the notes we want to write out.
|
| Constructor and Description |
|---|
NoteFileWriter(TimeTracker tt,
NoteListGenerator nlg)
Create a new NoteFileWriter with the given TimeTracker and NoteListGenerator.
|