public class MidiFile extends MidiEventGroup
| Constructor and Description |
|---|
MidiFile() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
listTracks()
Watch for every note, to know in which track it is stored
|
java.lang.String |
toString() |
void |
visitEvents(AbstractMidiEventVisitor visitor)
Visitor pattern for the midi events
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic int[] listTracks()
public java.lang.String toString()
toString in class java.util.AbstractCollection<MidiAdvancedEvent>public void visitEvents(AbstractMidiEventVisitor visitor) throws java.lang.Exception
visitor - java.lang.Exception