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 class
MIDIFileToMusicShape
MIDIFileToMusicShape 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 class
MIDIFileImage
Contains an image of a MIDIFile.class
MIDIFilePrinter
MIDI 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 void
MIDIFileInputStream. addMIDIFileListener(MIDIFileListener listener)
Request that information from the parser be passed to this listener.void
MIDIFileInputStream. removeMIDIFileListener(MIDIFileListener listener)
-
Uses of MIDIFileListener in jmsltestsuite
Classes in jmsltestsuite that implement MIDIFileListener Modifier and Type Class Description class
MIDIFileListenerTest