public abstract class VoiceSplittingModel extends MidiModel
VoiceSplittingModel is any MidiModel which is used
to split MIDI data into seperate voices.| Constructor and Description |
|---|
VoiceSplittingModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.TreeSet<? extends VoiceSplittingModelState> |
getHypotheses()
This method returns a TreeSet of the current hypothesis states of this MidiModel.
|
close, handleIncoming, toStringpublic abstract java.util.TreeSet<? extends VoiceSplittingModelState> getHypotheses()
MidiModelgetHypotheses in class MidiModel