Uses of Class
net.charlesames.music.midi.MidiChannel

Packages that use MidiChannel
net.charlesames.music.midi The classes in this package have two missions: (1) to build a MIDI sequence from scratch and (2) to take an existing MIDI sequence and explain its contents. 
 

Uses of MidiChannel in net.charlesames.music.midi
 

Subclasses of MidiChannel in net.charlesames.music.midi
 class GeneralMidiChannel
          A GeneralMidiChannel instance associates a unique MIDI channel (1-16) with a unique GeneralMidiProgram.
 

Methods in net.charlesames.music.midi that return MidiChannel
 MidiChannel MidiNote.getMidiChannel()
          Get the MIDI channel.
 

Methods in net.charlesames.music.midi that return types with arguments of type MidiChannel
 java.util.SortedMap<java.lang.Integer,MidiChannel> MidiDevice.getMidiChannels()
          Get the channels running on this device.
 

Methods in net.charlesames.music.midi with parameters of type MidiChannel
 void MidiNote.setMidiChannel(MidiChannel midiChannel)
          Set the MIDI channel.