Class | Description |
---|---|
MidiModel |
A
MidiModel is a generic interface which defines any model which takes
a series of MidiNotes as input through the MidiModel.handleIncoming(List) method,
and generates some sort of hypotheses, which can be obtained through the
MidiModel.getHypotheses() method. |
MidiModelState |
A
MidiModelState contains the state of any of our MidiModel s. |