Uses of Interface
com.softsynth.midifile.MIDIFileListener
| Package | Description |
|---|---|
| com.softsynth.jmsl.util | |
| com.softsynth.midifile | |
| jmsltestsuite |
-
Uses of MIDIFileListener in com.softsynth.jmsl.util
Classes in com.softsynth.jmsl.util that implement MIDIFileListener Modifier and Type Class Description classMIDIFileToMusicShapeMIDIFileToMusicShape Parse a MidiFile and build a ParallelCollection of MusicShape
If the MidiFile is Type 1 (which includes Track chunks), one MusicShape will be created for each track. -
Uses of MIDIFileListener in com.softsynth.midifile
Classes in com.softsynth.midifile that implement MIDIFileListener Modifier and Type Class Description classMIDIFileImageContains an image of a MIDIFile.classMIDIFilePrinterMIDI File Printer This class is called by the MIDI File Input Stream when it parses MIDI Files.Methods in com.softsynth.midifile with parameters of type MIDIFileListener Modifier and Type Method Description voidMIDIFileInputStream. addMIDIFileListener(MIDIFileListener listener)Request that information from the parser be passed to this listener.voidMIDIFileInputStream. removeMIDIFileListener(MIDIFileListener listener) -
Uses of MIDIFileListener in jmsltestsuite
Classes in jmsltestsuite that implement MIDIFileListener Modifier and Type Class Description classMIDIFileListenerTest