MidiChannel
Interface MidiChannel
public interface MidiChannel
A MidiChannel
object represents a single MIDI channel. Generally, each MidiChannel
method processes a like-named MIDI "channel voice" or "channel mode" message as defined by the MIDI specification. However, MidiChannel
adds some "get" methods that retrieve the value most recently set by one of the standard MIDI channel messages. Similarly, methods for per-channel solo and mute have been added.
A
object has a collection of Synthesizer
MidiChannels
, usually one for each of the 16 channels prescribed by the MIDI 1.0 specification. The Synthesizer
generates sound when its MidiChannels
receive noteOn
messages.
See the MIDI 1.0 Specification for more information about the prescribed behavior of the MIDI channel me