Code Examples
The following self-contained example programs demonstrate how to use the FluidSynth API.
- example
- fluidsynth_arpeggio – This code is in the public domain.
- fluidsynth_fx – This code is in the public domain.
- fluidsynth_instruments – This code is in the public domain.
- fluidsynth_metronome – This code is in the public domain.
- fluidsynth_process – This is a C99 program that outlines different usage examples for fluid_synth_process()
- fluidsynth_register_adriver – This is a simple C99 program that demonstrates the usage of fluid_audio_driver_register()
- fluidsynth_sfload_mem – This is a C99 program that demonstrates how to load a soundfont from memory.
- fluidsynth_simple – This code is in the public domain.
- fluidsynth_enumsettings – This source uses C++11 features (nullptr, lambda expressions, ...)