Learn R Programming

fluidsynth (version 1.0.2)

fluidsynth_settings: Fluidsynth settings

Description

Get available settings and their types. See fluidsynth docs for more information on the available options.

Usage

fluidsynth_setting_list()

fluidsynth_setting_options(setting)

fluidsynth_setting_default(setting)

libfluidsynth_version()

Value

a list with available options

Arguments

setting

string with one of the options listed in fluidsynth_setting_list(), see examples.

References

FluidSynth Settings Reference

See Also

Other fluidsynth: midi_play(), soundfonts

Examples

Run this code
# 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