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

Quick Search    Search Deep

Uses of Class
org.fluidsynth.api.Executive

Uses of Executive in org.fluidsynth.api
 

Fields in org.fluidsynth.api declared as Executive
private static Executive Executive.instance
           
 

Methods in org.fluidsynth.api that return Executive
static Executive Executive.start()
          Start fluidsynth with some simple default options.
static Executive Executive.start(org.fluidsynth.api.settings.Settings settings)
          Start fluidsynth in a sub-process with a command line determined by the user-modified settings in the given Settings object.
static Executive Executive.start(java.lang.String[] cmdLineArgs, int port)
          Start fluidsynth with the given command line.
static Executive Executive.instance()
          Get the active instance of this class.