mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
109c41c355
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. |
||
---|---|---|
.. | ||
audio.h | ||
event.h | ||
gen.h | ||
ladspa.h | ||
log.h | ||
midi.h | ||
misc.h | ||
mod.h | ||
seq.h | ||
seqbind.h | ||
settings.h | ||
sfont.h | ||
shell.h | ||
synth.h | ||
types.h | ||
version.h.in | ||
voice.h |