Skip to content

Commit

Permalink
Correct dx.dx7_ui algo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Feb 12, 2025
1 parent dd1bdd3 commit 3d6ea3e
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:26:23.329646+00:00
Build Date UTC : 2025-02-12 11:31:54.892638+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 @@ -463,8 +463,8 @@ <h4 id="usage_9">Usage:</h4>
<p><code>funVal2</code> : is a function of the form <code>\(id).(val)</code> taking an id in [0,5] and returning a value in[0,1], to be used to generate 6 values.</p>
<hr />
<h3 id="dxdx7_ui"><code>(dx.)dx7_ui</code></h3>
<p>Generic DX7 function where all parameters are controllable using UI elements.
The <code>master-with-mute</code> branch must be used for this function to work...
<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.
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.
4 changes: 2 additions & 2 deletions dx7.lib
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,8 @@ with{
};

//------------------------------`(dx.)dx7_ui`---------------------------
// Generic DX7 function where all parameters are controllable using UI elements.
// The `master-with-mute` branch must be used for this function to work...
// 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.
// This function is MIDI-compatible.
//
// #### Usage
Expand Down

0 comments on commit 3d6ea3e

Please sign in to comment.