|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ settings overview ] | PREV NEXT | ||||||||
A
- AbstractNumberSetting - class org.fluidsynth.api.settings.AbstractNumberSetting.
- Parent of numeric settings, this class provides properties to handle min/max values.
- AbstractNumberSetting() - Constructor for class org.fluidsynth.api.settings.AbstractNumberSetting
B
- BooleanSetting - class org.fluidsynth.api.settings.BooleanSetting.
- BooleanSetting() - Constructor for class org.fluidsynth.api.settings.BooleanSetting
C
- commandLineArg() - Method in class org.fluidsynth.api.settings.RawStringSetting
- commandLineArg() - Method in class org.fluidsynth.api.settings.Setting
- Return the command line argument used to communicate the current value of this setting to fluidsynth.
- commandLineArg() - Method in class org.fluidsynth.api.settings.SwitchSetting
- commandLineOption - Variable in class org.fluidsynth.api.settings.Setting
- config - Variable in class org.fluidsynth.api.settings.Settings
- createSetting(String, String, String, String, String, String, String, String) - Static method in class org.fluidsynth.api.settings.SettingFactory
- Method for creating Setting objects from the values retrieved
from a fluidsynth "info
" command.
D
- defaultValue - Variable in class org.fluidsynth.api.settings.Setting
- dirty() - Method in class org.fluidsynth.api.settings.Setting
- Set the dirty state of our parent Settings object.
- dirty() - Method in class org.fluidsynth.api.settings.Settings
G
- getCommandLineOption() - Method in class org.fluidsynth.api.settings.Setting
- Set the command line option used to set this setting on the synth command line.
- getDefaultValue() - Method in class org.fluidsynth.api.settings.Setting
- Get the default value of this setting.
- getMaxValue() - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- Get the max value as a string.
- getMinValue() - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- Get the min value as a string.
- getModifiedSettings() - Method in class org.fluidsynth.api.settings.Settings
- Return a Settings instance that only contains the set of user-modified values.
- getName() - Method in class org.fluidsynth.api.settings.Setting
- Get the name of this setting.
- getOptionList() - Method in class org.fluidsynth.api.settings.OptionSetting
- getRealtime() - Method in class org.fluidsynth.api.settings.Setting
- Get the realtime flag of this setting.
- getSetting() - Method in class org.fluidsynth.api.settings.Settings
- getValue() - Method in class org.fluidsynth.api.settings.Setting
- Get the current value of this setting.
I
- IntegerSetting - class org.fluidsynth.api.settings.IntegerSetting.
- IntegerSetting() - Constructor for class org.fluidsynth.api.settings.IntegerSetting
- isRealtime - Variable in class org.fluidsynth.api.settings.Setting
- isRealtime() - Method in class org.fluidsynth.api.settings.Setting
- Get the realtime flag of this setting.
- isUserModified() - Method in class org.fluidsynth.api.settings.Setting
- Returns true of the current value is different than the default value.
L
- lookup(String) - Method in class org.fluidsynth.api.settings.Settings
M
- map - Variable in class org.fluidsynth.api.settings.Settings
- maxValue - Variable in class org.fluidsynth.api.settings.IntegerSetting
- maxValue - Variable in class org.fluidsynth.api.settings.NumberSetting
- maxValueSetImpl(String) - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- Subclasses override this to set the max value internally as a number.
- maxValueSetImpl(String) - Method in class org.fluidsynth.api.settings.IntegerSetting
- maxValueSetImpl(String) - Method in class org.fluidsynth.api.settings.NumberSetting
- maxValueStr - Variable in class org.fluidsynth.api.settings.AbstractNumberSetting
- merge(Setting) - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- merge(Setting) - Method in class org.fluidsynth.api.settings.OptionSetting
- merge(Setting) - Method in class org.fluidsynth.api.settings.Setting
- Merge another setting into this one.
- merge(Setting) - Method in class org.fluidsynth.api.settings.Settings
- Merge a single setting value into this Settings.
- merge(Settings) - Method in class org.fluidsynth.api.settings.Settings
- Merge another collection of Settings into this one.
- minValue - Variable in class org.fluidsynth.api.settings.IntegerSetting
- minValue - Variable in class org.fluidsynth.api.settings.NumberSetting
- minValueSetImpl(String) - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- Subclasses override this to set the min value internally as a number.
- minValueSetImpl(String) - Method in class org.fluidsynth.api.settings.IntegerSetting
- minValueSetImpl(String) - Method in class org.fluidsynth.api.settings.NumberSetting
- minValueStr - Variable in class org.fluidsynth.api.settings.AbstractNumberSetting
N
- NumberSetting - class org.fluidsynth.api.settings.NumberSetting.
- NumberSetting() - Constructor for class org.fluidsynth.api.settings.NumberSetting
- name - Variable in class org.fluidsynth.api.settings.Setting
O
- OptionSetting - class org.fluidsynth.api.settings.OptionSetting.
- OptionSetting() - Constructor for class org.fluidsynth.api.settings.OptionSetting
- objectGet() - Method in class org.fluidsynth.api.settings.BooleanSetting
- objectGet() - Method in class org.fluidsynth.api.settings.IntegerSetting
- objectGet() - Method in class org.fluidsynth.api.settings.NumberSetting
- objectGet() - Method in class org.fluidsynth.api.settings.OptionSetting
- objectGet() - Method in class org.fluidsynth.api.settings.Setting
- Returns an object which represents the current value as a java object.
- objectGet() - Method in class org.fluidsynth.api.settings.StringSetting
- objectSet(Object) - Method in class org.fluidsynth.api.settings.BooleanSetting
- objectSet(Object) - Method in class org.fluidsynth.api.settings.IntegerSetting
- objectSet(Object) - Method in class org.fluidsynth.api.settings.NumberSetting
- objectSet(Object) - Method in class org.fluidsynth.api.settings.OptionSetting
- objectSet(Object) - Method in class org.fluidsynth.api.settings.Setting
- Given a java object, set the value of this option.
- objectSet(Object) - Method in class org.fluidsynth.api.settings.StringSetting
- optionList - Variable in class org.fluidsynth.api.settings.OptionSetting
- options - Variable in class org.fluidsynth.api.settings.OptionSetting
- options() - Method in class org.fluidsynth.api.settings.OptionSetting
- Return a list containing the allowable options for this setting.
- org.fluidsynth.api.settings - package org.fluidsynth.api.settings
R
- RawStringSetting - class org.fluidsynth.api.settings.RawStringSetting.
- Specialized subclass of string setting that returns the raw value as the command line argument.
- RawStringSetting() - Constructor for class org.fluidsynth.api.settings.RawStringSetting
- realtime - Variable in class org.fluidsynth.api.settings.Setting
S
- Setting - class org.fluidsynth.api.settings.Setting.
- Base class for objects which represent a fluidsynth setting.
- Setting() - Constructor for class org.fluidsynth.api.settings.Setting
- SettingFactory - class org.fluidsynth.api.settings.SettingFactory.
- Class for creating Setting objects from the values retrieved from
a fluidsynth "info
" command. - SettingFactory() - Constructor for class org.fluidsynth.api.settings.SettingFactory
- Settings - class org.fluidsynth.api.settings.Settings.
- Settings() - Constructor for class org.fluidsynth.api.settings.Settings
- StringSetting - class org.fluidsynth.api.settings.StringSetting.
- StringSetting() - Constructor for class org.fluidsynth.api.settings.StringSetting
- SwitchSetting - class org.fluidsynth.api.settings.SwitchSetting.
- Differs from boolean only in how the command line argument is produced.
- SwitchSetting() - Constructor for class org.fluidsynth.api.settings.SwitchSetting
- setCommandLineOption(String) - Method in class org.fluidsynth.api.settings.Setting
- Set the command line option used to set this setting on the synth command line.
- setConfiguration(Configuration) - Method in class org.fluidsynth.api.settings.Settings
- setDefaultValue(String) - Method in class org.fluidsynth.api.settings.Setting
- Set the default value of this setting.
- setMaxValue(String) - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- Set the max value as a string.
- setMinValue(String) - Method in class org.fluidsynth.api.settings.AbstractNumberSetting
- Set the min value as a string.
- setName(String) - Method in class org.fluidsynth.api.settings.Setting
- Set the name of this setting.
- setOptionList(String) - Method in class org.fluidsynth.api.settings.OptionSetting
- setRealtime(String) - Method in class org.fluidsynth.api.settings.Setting
- Set the realtime flag of this setting.
- setSetting(Setting[]) - Method in class org.fluidsynth.api.settings.Settings
- setSettings(Settings) - Method in class org.fluidsynth.api.settings.Setting
- Associate this setting to a Settings instance.
- setValue(String) - Method in class org.fluidsynth.api.settings.Setting
- Set the current value of this setting.
- settings - Variable in class org.fluidsynth.api.settings.Setting
V
- validate(Object) - Method in class org.fluidsynth.api.settings.BooleanSetting
- validate(Object) - Method in class org.fluidsynth.api.settings.IntegerSetting
- validate(Object) - Method in class org.fluidsynth.api.settings.NumberSetting
- validate(Object) - Method in class org.fluidsynth.api.settings.OptionSetting
- validate(Object) - Method in class org.fluidsynth.api.settings.Setting
- Validates the value and if valid, returns it unaltered.
- validate(Object) - Method in class org.fluidsynth.api.settings.StringSetting
- value - Variable in class org.fluidsynth.api.settings.Setting
A B C D G I L M N O R S V
|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ settings overview ] | PREV NEXT | ||||||||