| Package | Description |
|---|---|
| metdetection.voice | |
| metdetection.voice.fromfile |
| Modifier and Type | Field and Description |
|---|---|
private Voice |
Voice.previous
The Voice ending at second to last note in this voice.
|
| Modifier and Type | Method and Description |
|---|---|
Voice |
Voice.getPrevious()
Get the voice ending at the previous note in this voice.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<Voice> |
VoiceSplittingModelState.getVoices()
Gets the Voices which are contained by this state currently.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Voice.compareTo(Voice o) |
| Constructor and Description |
|---|
Voice(MidiNote note,
Voice prev)
Create a new Voice with the given previous voice.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Voice> |
FromFileVoiceSplittingModelState.voices
A List of the Voices present in this state, generated from the MIDI directly.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Voice> |
FromFileVoiceSplittingModelState.getVoices() |