Uses of Class
com.frinika.sequencer.patchname.PatchNameMap

Packages that use PatchNameMap
com.frinika.sequencer   
com.frinika.sequencer.gui.partview   
 

Uses of PatchNameMap in com.frinika.sequencer
 

Methods in com.frinika.sequencer that return PatchNameMap
 PatchNameMap MidiResource.getVoiceList(java.io.File patchMapName)
           
 PatchNameMap MidiResource.getVoiceList(javax.sound.midi.MidiDevice dev, int channel)
          Return a list of voices for a device.
 

Uses of PatchNameMap in com.frinika.sequencer.gui.partview
 

Constructors in com.frinika.sequencer.gui.partview with parameters of type PatchNameMap
VoiceTree(PatchNameMap vl)