fluidsynth/include/fluidsynth
Marcus Weseloh 109c41c355
Add public API to pin and unpin presets to the sample cache (#698)
Following the discussion about an API to pin and unpin preset samples in the sample cache here:
https://lists.nongnu.org/archive/html/fluid-dev/2020-10/msg00016.html

Short explanation of the change:

Only the default loader currently supports dynamic sample loading, so I thought it might be a good idea to keep the changes for this feature mostly contained in the default loader as well. I've added two new preset notify flags (FLUID_PRESET_PIN and FLUID_PRESET_UNPIN) that are handled by the preset->notify callback and trigger the loading and possibly unloading of the samples.
2020-10-31 13:23:15 +01:00
..
audio.h Update API doc of fluid_audio_func_t 2020-02-16 10:03:27 +01:00
event.h Promote Controller/Pressure/Bend event functions to 32bits (#670) 2020-10-08 16:33:52 +02:00
gen.h Make Fine Tune destination of default modulator Pitch-Wheel-To-pitch (#590) 2019-11-08 21:26:07 +01:00
ladspa.h Fix various typos 2019-12-17 20:11:49 +01:00
log.h Enable type-checking against format string of fluid_log() 2019-11-03 08:14:52 +01:00
midi.h add missing getters for lyric and text midi events 2018-12-20 17:45:10 +01:00
misc.h Add a public wrapper function for free() (#562) 2019-09-24 16:14:34 +02:00
mod.h enforce coding style guide 2018-06-24 13:13:18 +02:00
seq.h Deprecate usage of the system timer for the sequencer (#599) 2020-01-19 15:37:42 +01:00
seqbind.h enforce coding style guide 2018-06-24 13:13:18 +02:00
settings.h enforce coding style guide 2018-06-24 13:13:18 +02:00
sfont.h Add public API to pin and unpin presets to the sample cache (#698) 2020-10-31 13:23:15 +01:00
shell.h enforce coding style guide 2018-06-24 13:13:18 +02:00
synth.h Add public API to pin and unpin presets to the sample cache (#698) 2020-10-31 13:23:15 +01:00
types.h Support loading SoundFonts >2GiB on Windows (#629) 2020-05-26 16:53:59 +02:00
version.h.in remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
voice.h enforce coding style guide 2018-06-24 13:13:18 +02:00