You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/RecentChanges.html
+1
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@
93
93
<li>synth.device-id now has a default value of 16</li>
94
94
<li>synth.gain now has a default value of 0.6</li>
95
95
<li>Default values of reverb and chorus settings have been tuned</li>
96
+
<li><aclass="el" href="group__modulators.html#ga0e06062983f1b03c8c069185bda00f88" title="Get the transform type of a modulator.">fluid_mod_get_transform()</a> and <aclass="el" href="group__modulators.html#ga56e9f604c9d6a6f0c940a45baaff99a7" title="Set the transform type of a modulator.">fluid_mod_set_transform()</a> for SoundFont 2.04 compliant modulators</li>
<trclass="memdesc:ga0efdc13cd34bde402245f5c3175938bd"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Transform types for the SoundFont2 modulators as defined by SoundFont 2.04 section 8.3. <ahref="group__modulators.html#ga0efdc13cd34bde402245f5c3175938bd">More...</a><br/></td></tr>
<trclass="memdesc:ga5d965e43fbda6076adea3f1c0f03290a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the secondary source value from a modulator. <ahref="group__modulators.html#ga5d965e43fbda6076adea3f1c0f03290a">More...</a><br/></td></tr>
<trclass="memdesc:ga0e06062983f1b03c8c069185bda00f88"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the transform type of a modulator. <ahref="group__modulators.html#ga0e06062983f1b03c8c069185bda00f88">More...</a><br/></td></tr>
<trclass="memdesc:gaa027f66cd5a19fa9047bd7ec6dfd2e83"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Check if the modulator has the given destination. <ahref="group__modulators.html#gaa027f66cd5a19fa9047bd7ec6dfd2e83">More...</a><br/></td></tr>
<trclass="memitem:gadb8188799225464d33e55addc67c0e9a"><tdclass="memItemLeft" align="right" valign="top">void </td><tdclass="memItemRight" valign="bottom"><aclass="el" href="group__modulators.html#gadb8188799225464d33e55addc67c0e9a">fluid_mod_set_source2</a> (<aclass="el" href="group__Types.html#ga6c727efab500d6c0c350d4292e9aa5ef">fluid_mod_t</a> *mod, int src, int flags)</td></tr>
191
202
<trclass="memdesc:gadb8188799225464d33e55addc67c0e9a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set a modulator's secondary source controller and flags. <ahref="group__modulators.html#gadb8188799225464d33e55addc67c0e9a">More...</a><br/></td></tr>
<trclass="memitem:ga56e9f604c9d6a6f0c940a45baaff99a7"><tdclass="memItemLeft" align="right" valign="top">void </td><tdclass="memItemRight" valign="bottom"><aclass="el" href="group__modulators.html#ga56e9f604c9d6a6f0c940a45baaff99a7">fluid_mod_set_transform</a> (<aclass="el" href="group__Types.html#ga6c727efab500d6c0c350d4292e9aa5ef">fluid_mod_t</a> *mod, int type)</td></tr>
205
+
<trclass="memdesc:ga56e9f604c9d6a6f0c940a45baaff99a7"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set the transform type of a modulator. <ahref="group__modulators.html#ga56e9f604c9d6a6f0c940a45baaff99a7">More...</a><br/></td></tr>
<trclass="memdesc:gac19a1d7bb4a3daf85388157fdce43d75"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns the size of the fluid_mod_t structure. <ahref="group__modulators.html#gac19a1d7bb4a3daf85388157fdce43d75">More...</a><br/></td></tr>
<p>Transform types for the SoundFont2 modulators as defined by SoundFont 2.04 section 8.3. </p>
305
+
<tableclass="fieldtable">
306
+
<tr><thcolspan="2">Enumerator</th></tr><tr><tdclass="fieldname"><aid="gga0efdc13cd34bde402245f5c3175938bda31a9129ed87fce32ea6042903fc2754a"></a>FLUID_MOD_TRANSFORM_LINEAR </td><tdclass="fielddoc"><p>Linear: directly add the computed value to summing node. </p>
307
+
</td></tr>
308
+
<tr><tdclass="fieldname"><aid="gga0efdc13cd34bde402245f5c3175938bda66ae09aa283a57a076712b19aafc85e3"></a>FLUID_MOD_TRANSFORM_ABS </td><tdclass="fielddoc"><p>Abs: add the absolute value of the computed to summing node. </p>
<dlclass="section return"><dt>Returns</dt><dd>The secondary source value (<aclass="el" href="group__modulators.html#ga801993d69390b21a2d0311d44afb1932" title="General controller (if FLUID_MOD_GC in flags).">fluid_mod_src</a> or a MIDI CC controller value). </dd></dl>
<tr><tdclass="paramname">type</td><td>Transform type, see <aclass="el" href="group__modulators.html#ga0efdc13cd34bde402245f5c3175938bd" title="Transform types for the SoundFont2 modulators as defined by SoundFont 2.04 section 8....">fluid_mod_transforms</a></td></tr>
<tr><tdclass="paramname">type</td><td>Transform type, see <aclass="el" href="group__modulators.html#ga0efdc13cd34bde402245f5c3175938bd" title="Transform types for the SoundFont2 modulators as defined by SoundFont 2.04 section 8....">fluid_mod_transforms</a></td></tr>
0 commit comments