mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-28 06:52:57 +00:00
Update fluidsettings.xml
document synth.default-soundfont and synth.lock-memory
This commit is contained in:
parent
9cd870ea7a
commit
a807ea22b3
1 changed files with 15 additions and 0 deletions
|
@ -49,6 +49,14 @@ https://stackoverflow.com/a/6251757
|
|||
<desc>
|
||||
(Experimental) Sets the number of synthesis CPU cores. If set to a value greater than 1, then additional synthesis threads will be created to take advantage of a multi CPU or CPU core system. This has the affect of utilizing more of the total CPU for voices or decreasing render times when synthesizing audio to a file.</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>default-soundfont</name>
|
||||
<type>str</type>
|
||||
<def>C:\soundfonts\default.sf2 (Windows),<br />
|
||||
${CMAKE_INSTALL_PREFIX}/share/soundfonts/default.sf2 (all others)</def>
|
||||
<desc>
|
||||
The default soundfont file to use by the fluidsynth executable. The default value can be overridden during compilation time by setting the DEFAULT_SOUNDFONT cmake variable.</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>device-id</name>
|
||||
<type>int</type>
|
||||
|
@ -81,6 +89,13 @@ https://stackoverflow.com/a/6251757
|
|||
<desc>
|
||||
When set to "yes" the LADSPA subsystem will be enabled. This subsystem allows to load and interconnect LADSPA plug-ins. The output of the synthesizer is processed by the LADSPA subsystem. Note that the synthesizer has to be compiled with LADSPA support. More information about the LADSPA subsystem later.</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>lock-memory</name>
|
||||
<type>bool</type>
|
||||
<def>1 (TRUE)</def>
|
||||
<desc>
|
||||
Page-lock memory that contains audio sample data, if true.</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>midi-channels</name>
|
||||
<type>int</type>
|
||||
|
|
Loading…
Reference in a new issue