Uses of Interface
com.frinika.sequencer.model.ControllerListProvider

Packages that use ControllerListProvider
com.frinika.sequencer   
com.frinika.sequencer.gui   
com.frinika.sequencer.midi   
com.frinika.sequencer.model   
com.frinika.synth   
 

Uses of ControllerListProvider in com.frinika.sequencer
 

Methods in com.frinika.sequencer that return ControllerListProvider
static ControllerListProvider MidiResource.getDefaultControllerList()
           
 

Uses of ControllerListProvider in com.frinika.sequencer.gui
 

Methods in com.frinika.sequencer.gui with parameters of type ControllerListProvider
 void ControllerSelector.setControllerList(ControllerListProvider clp)
           
 

Uses of ControllerListProvider in com.frinika.sequencer.midi
 

Methods in com.frinika.sequencer.midi that return ControllerListProvider
 ControllerListProvider MidiOutDeviceWrapper.getControllerList()
           
 ControllerListProvider MidiListProvider.getControllerList()
           
 

Uses of ControllerListProvider in com.frinika.sequencer.model
 

Classes in com.frinika.sequencer.model that implement ControllerListProvider
 class FrinikaControllerList
           
 class GMControllerList
           
 

Methods in com.frinika.sequencer.model that return ControllerListProvider
 ControllerListProvider MidiLane.getControllerList()
           
 

Uses of ControllerListProvider in com.frinika.synth
 

Methods in com.frinika.synth that return ControllerListProvider
 ControllerListProvider SynthRack.getControllerList()