All Classes
-
Class Description MidiProcessor AReceiver
that splits MIDI chords into notes distributed across all MIDI channels before forwarding the newMidiMessage
s to another Receiver.MidiProcessor.ChannelStatus Represents whether or not a MIDI channel is available, as well as how many notes need to be turned off before the will be available.MidiProcessor.ExceededMidiChannelsException Indicates that all 16 MIDI channels are in use and the current note cannot be distributed to a unique channel.MidiProcessor.NoteMapping Represents an entry in aMidiProcessor
's note translation map.MidiSplitter MIDI Splitter (Java)MidiSplitter.ExitCodes Defines the different exit codes of the application.MidiSplitterForm The GUI forMidiSplitter
.