mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-23 04:10:59 +00:00
Software synthesizer based on the SoundFont 2 specifications
Added fluid_settings_option_concat() to concatenate string setting options. Removed fluid_audio_driver_get_names() and fluid_midi_driver_get_names(), since fluid_settings_option_concat() can be used in their place. Renamed fluid_synth_program_select2() to fluid_synth_program_select_by_sfont_name(). Added fluid_synth_program_select_by_sfont_name(), fluid_synth_get_sfont_by_name() and fluid_synth_set_gen2() to public API. Re-organized fluid_file_renderer_process_block() since it wasn't being picked up by Doxygen due to #if preprocessor stuff. All integer and number settings now have FLUID_HINT_BOUNDED_BELOW and FLUID_HINT_BOUNDED_ABOVE hints set. |
||
---|---|---|
fluidsynth |