powered by
Get available settings and their types. See fluidsynth docs for more information on the available options.
fluidsynth_setting_list()fluidsynth_setting_options(setting)fluidsynth_setting_default(setting)libfluidsynth_version()
fluidsynth_setting_options(setting)
fluidsynth_setting_default(setting)
libfluidsynth_version()
a list with available options
string with one of the options listed in fluidsynth_setting_list(), see examples.
fluidsynth_setting_list()
FluidSynth Settings Reference
Other fluidsynth: midi_play(), soundfonts
midi_play()
soundfonts
# List available settings: fluidsynth_setting_list() fluidsynth_setting_options('audio.driver') fluidsynth_setting_default('synth.sample-rate')
Run the code above in your browser using DataLab