Skip to content

Commit

Permalink
Correct dx.dx7_algo documentation(2).
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Feb 12, 2025
1 parent 4f51a15 commit dd1bdd3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2025-02-12 11:24:19.066012+00:00
Build Date UTC : 2025-02-12 11:26:23.329646+00:00
-->
4 changes: 2 additions & 2 deletions docs/libs/dx7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,12 @@ <h4 id="usage_9">Usage:</h4>
<li><code>egL4</code>: preset envelope levels 4 (a <code>funVal1</code> function)</li>
<li><code>outLev</code>: preset output levels (a <code>funVal1</code> function)</li>
<li><code>keyVel</code>: preset key velocity sensitivities (a <code>funVal1</code> function)</li>
<li><code>ampModSens</code>: preset amplitude sensitivities (a <code>funVal1</code> )</li>
<li><code>ampModSens</code>: preset amplitude sensitivities (a <code>funVal1</code> function)</li>
<li><code>opMode</code>: preset operator mode (a <code>funVal2</code> function)</li>
<li><code>opFreq</code>: preset operator frequencies (a <code>funVal1</code> function)</li>
<li><code>opDetune</code>: preset operator detuning (a <code>funVal1</code> function)</li>
<li><code>opRateScale</code>: preset operator rate scale (a <code>funVal1</code> function)</li>
<li><code>feedback</code>: preset operator feedback (a <code>funfunVal1Val</code> function)</li>
<li><code>feedback</code>: preset operator feedback (a <code>funVal1</code> function)</li>
<li><code>lfoDelay</code>: preset LFO delay (a <code>funVal1</code> function)</li>
<li><code>lfoDepth</code>: preset LFO depth (a <code>funVal1</code> function)</li>
<li><code>lfoSpeed</code>: preset LFO speed (a <code>funVal1</code> function)</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dx7.lib
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,12 @@ with{
// * `egL4`: preset envelope levels 4 (a `funVal1` function)
// * `outLev`: preset output levels (a `funVal1` function)
// * `keyVel`: preset key velocity sensitivities (a `funVal1` function)
// * `ampModSens`: preset amplitude sensitivities (a `funVal1` )
// * `ampModSens`: preset amplitude sensitivities (a `funVal1` function)
// * `opMode`: preset operator mode (a `funVal2` function)
// * `opFreq`: preset operator frequencies (a `funVal1` function)
// * `opDetune`: preset operator detuning (a `funVal1` function)
// * `opRateScale`: preset operator rate scale (a `funVal1` function)
// * `feedback`: preset operator feedback (a `funfunVal1Val` function)
// * `feedback`: preset operator feedback (a `funVal1` function)
// * `lfoDelay`: preset LFO delay (a `funVal1` function)
// * `lfoDepth`: preset LFO depth (a `funVal1` function)
// * `lfoSpeed`: preset LFO speed (a `funVal1` function)
Expand Down

0 comments on commit dd1bdd3

Please sign in to comment.