Uses of Class
com.frinika.project.mididevices.gui.MidiDevicesPanel

Packages that use MidiDevicesPanel
com.frinika.project.gui   
com.frinika.sequencer.gui.mixer   
 

Uses of MidiDevicesPanel in com.frinika.project.gui
 

Methods in com.frinika.project.gui that return MidiDevicesPanel
 MidiDevicesPanel ProjectFrame.getMidiDevicesPanel()
           
 

Uses of MidiDevicesPanel in com.frinika.sequencer.gui.mixer
 

Constructors in com.frinika.sequencer.gui.mixer with parameters of type MidiDevicesPanel
MidiDeviceMixerPanel(MidiDevicesPanel panel, SynthWrapper synthWrapper)