Skip to content

Commit

Permalink
Correct dx.dx7_ui algo(2).
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Feb 12, 2025
1 parent 3d6ea3e commit 6bdc21d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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:31:54.892638+00:00
Build Date UTC : 2025-02-12 11:35:21.194836+00:00
-->
2 changes: 1 addition & 1 deletion docs/libs/dx7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h4 id="usage_9">Usage:</h4>
<hr />
<h3 id="dxdx7_ui"><code>(dx.)dx7_ui</code></h3>
<p>Generic DX7 function where all parameters are controllable using UI elements, so that the user can create their own DX7 patches.
All algorithms are supported and can be chosen using a the <code>algorithm</code> nentry.
All algorithms are supported and can be chosen using the algorithm nentry.
This function is MIDI-compatible.</p>
<h4 id="usage_10">Usage</h4>
<pre><code>dx7_ui : _
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.
2 changes: 1 addition & 1 deletion dx7.lib
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ with{

//------------------------------`(dx.)dx7_ui`---------------------------
// Generic DX7 function where all parameters are controllable using UI elements, so that the user can create their own DX7 patches.
// All algorithms are supported and can be chosen using a the `algorithm` nentry.
// All algorithms are supported and can be chosen using the algorithm nentry.
// This function is MIDI-compatible.
//
// #### Usage
Expand Down

0 comments on commit 6bdc21d

Please sign in to comment.