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

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

Methods in net.charlesames.music.midi that return MidiDevice
 MidiDevice MidiFile.createMidiDevice(java.lang.String midiDeviceName)
          Create a new MidiDevice instance with the indicated device name.
 MidiDevice MidiChannel.getMidiDevice()
          Get the MIDI device.
 MidiDevice MidiFile.getMidiDevice(java.lang.String midiDeviceName)
          Search for the MIDI Device with the indicated name.
 

Methods in net.charlesames.music.midi that return types with arguments of type MidiDevice
 java.util.SortedMap<java.lang.String,MidiDevice> MidiFile.getMidiDevices()
          Get the MIDI devices.
 

Constructors in net.charlesames.music.midi with parameters of type MidiDevice
GeneralMidiChannel(int channel, MidiDevice device, GeneralMidiProgram generalMidiProgram)
          Constructor for GeneralMidiChannel instances.