Skip to content

Commit

Permalink
Correct dsf.xxx documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Feb 23, 2025
1 parent 81ebb24 commit 6559433
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-22 17:55:57.324998+00:00
Build Date UTC : 2025-02-23 09:20:44.859495+00:00
-->
2 changes: 1 addition & 1 deletion docs/libs/oscillators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ <h4 id="variants">Variants</h4>
oscs(f0,df,a) : _;
</code></pre>
<ul>
<li>n harmonics, f0, f0 + df, f0 + 2<em>df, ..., f0 + (n-1)</em>df</li>
<li>n harmonics, f0, f0 + df, f0 + 2*df, ..., f0 + (n-1)*df</li>
</ul>
<pre><code>osccN(f0,df,a,n) : _;
oscsN(f0,df,a,n) : _;
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 oscillators.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ with {
// oscs(f0,df,a) : _;
// ```
//
// - n harmonics, f0, f0 + df, f0 + 2*df, ..., f0 + (n-1)*df
// - n harmonics, f0, f0 + df, f0 + 2\*df, ..., f0 + (n-1)\*df
// ```
// osccN(f0,df,a,n) : _;
// oscsN(f0,df,a,n) : _;
Expand Down

0 comments on commit 6559433

Please sign in to comment.