Uses of Class
openpiano.control.SlidePanel

Packages that use SlidePanel
openpiano.control   
openpiano.midi   
 

Uses of SlidePanel in openpiano.control
 

Methods in openpiano.control with parameters of type SlidePanel
 void Controller.registerSlidePanel(SlidePanel slidePanel)
          Registers the slider panel
 

Constructors in openpiano.control with parameters of type SlidePanel
MidiTimer(Controller controller, SlidePanel slidePanel, LinkedList<Bpm> bpmList, int tpb, float factor)
          Constructs a new MidiTimer based on conditions from a MIDI file
 

Uses of SlidePanel in openpiano.midi
 

Constructors in openpiano.midi with parameters of type SlidePanel
MidiLoader(Controller controller, SlidePanel slidePanel, Settings settings, File midiFile)
          Constructs a new list of MIDI events based on a MIDI files.
MidiLoaderGUI(Controller controller, OpenPiano openPiano, SlidePanel slidePanel, Settings settings)
          Constructs a new fronted for the MidiLoader