mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-14 03:41:40 +00:00
Update documentation about dynamic-sample-loading
This commit is contained in:
parent
adc2794ef6
commit
43282855dd
1 changed files with 1 additions and 2 deletions
|
@ -123,8 +123,7 @@ and commit the results. Refresh with the following command:
|
|||
<type>bool</type>
|
||||
<def>0 (FALSE)</def>
|
||||
<desc>
|
||||
When set to 1 (TRUE), samples are loaded to and unloaded from memory
|
||||
on demand.
|
||||
When set to 1 (TRUE), samples are loaded to and unloaded from memory whenever presets are being selected or unselected for a MIDI channel. PROGRAM_CHANGE and PROGRAM_SELECT events are typically responsible for this.
|
||||
</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
|
|
Loading…
Reference in a new issue