Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fluidsynth.api.settings: Javadoc index of package org.fluidsynth.api.settings.


Package Samples:

org.fluidsynth.api.settings

Classes:

SwitchSetting: Differs from boolean only in how the command line argument is produced. The command line arg produced is simply --option and not --option=value or -o name=value like the other settings.
RawStringSetting: Specialized subclass of string setting that returns the raw value as the command line argument. This is handy for treating the synth pathname and any extra args as settings.
SettingFactory: Class for creating Setting objects from the values retrieved from a fluidsynth "info " command.
AbstractNumberSetting: Parent of numeric settings, this class provides properties to handle min/max values.
Setting: Base class for objects which represent a fluidsynth setting.
BooleanSetting
StringSetting
Settings
IntegerSetting
NumberSetting
OptionSetting

Home | Contact Us | Privacy Policy | Terms of Service