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

Packages that use GeneralMidiChannel
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 GeneralMidiChannel in net.charlesames.music.midi
 

Methods in net.charlesames.music.midi with parameters of type GeneralMidiChannel
 boolean GeneralMidiChannel.equals(GeneralMidiChannel other)
          Test if this GeneralMidiChannel instance has the same content as another GeneralMidiChannel instance.