fluidsynth_settings | R Documentation |
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()
setting |
string with one of the options listed in |
a list with available options
Other fluidsynth:
midi_play()
,
soundfonts
# List available settings:
fluidsynth_setting_list()
fluidsynth_setting_options('audio.driver')
fluidsynth_setting_default('synth.sample-rate')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.