Uses of Class
openpiano.settings.Settings

Packages that use Settings
openpiano.control   
openpiano.gl   
openpiano.midi   
openpiano.notes   
openpiano.settings   
 

Uses of Settings in openpiano.control
 

Methods in openpiano.control that return Settings
 Settings Controller.getSettings()
          Returns the settings
 

Uses of Settings in openpiano.gl
 

Constructors in openpiano.gl with parameters of type Settings
Camera(Settings settings)
          Construct a camera ontroller controllerwith default settings
 

Uses of Settings in openpiano.midi
 

Constructors in openpiano.midi with parameters of type Settings
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
 

Uses of Settings in openpiano.notes
 

Constructors in openpiano.notes with parameters of type Settings
Blocks(Controller controller, Settings settings, int keys, int tracks)
          Constructs a data structure for single notes
Notes(Controller controller, Settings settings)
          Constructs a new Notes object for a 88 key piano without any pre-loaded notes
 

Uses of Settings in openpiano.settings
 

Constructors in openpiano.settings with parameters of type Settings
SettingsGUI(Controller finalController, Settings finalSettings)
          Constructs a new graphical frontend for the settings