Package | Description |
---|---|
metdetection | |
metdetection.parsing | |
metdetection.voice.fromfile |
Class and Description |
---|
EventParser
An
EventParser handles the interfacing between this program and music files. |
KernEventParser
A
KernEventParser parses notes in from a kern file. |
MidiEventParser
A
MidiEventParser handles the interfacing between this program and MIDI files. |
NoteEventParser
A
NoteEventParser is any class which can handle MIDI Note On and Note Off events. |
NoteListGenerator
A
NoteListGenerator parses Note On and Note Off events and generates a List of
the MidiNote s present in any given song. |
Class and Description |
---|
EventParser
An
EventParser handles the interfacing between this program and music files. |
NoteEventParser
A
NoteEventParser is any class which can handle MIDI Note On and Note Off events. |
NoteListGenerator
A
NoteListGenerator parses Note On and Note Off events and generates a List of
the MidiNote s present in any given song. |
Class and Description |
---|
EventParser
An
EventParser handles the interfacing between this program and music files. |