Skip to content

Commit

Permalink
Correct vaeffects.lib. Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed May 15, 2021
1 parent d5db323 commit a64585c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-05-15 16:57:35.722531+00:00
Build Date UTC : 2021-05-15 17:03:46.354929+00:00
-->
12 changes: 0 additions & 12 deletions docs/libs/vaeffects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,18 +289,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#_1" class="nav-link"></a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#vesallenkeyonepolelpf" class="nav-link">(ve.)sallenKeyOnePoleLPF</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#_2" class="nav-link"></a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#vesallenkeyonepolehpf" class="nav-link">(ve.)sallenKeyOnePoleHPF</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -617,8 +609,6 @@ <h4 id="usage_12">Usage</h4>
<li><code>normFreq</code>: normalized frequency (0-1)</li>
</ul>
<hr />
<h3 id="_1"></h3>
<hr />
<h3 id="vesallenkeyonepolelpf"><code>(ve.)sallenKeyOnePoleLPF</code></h3>
<p>Sallen-Key One Pole lowpass filter (see description above).
Specialize the generic implementation: keep the first LPF output,
Expand All @@ -631,8 +621,6 @@ <h4 id="usage_13">Usage</h4>
<li><code>normFreq</code>: normalized frequency (0-1)</li>
</ul>
<hr />
<h3 id="_2"></h3>
<hr />
<h3 id="vesallenkeyonepolehpf"><code>(ve.)sallenKeyOnePoleHPF</code></h3>
<p>Sallen-Key One Pole Highpass filter (see description above). The dry input
signal is routed in parallel to the output. The LPF'd signal is subtracted
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 vaeffects.lib
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ oberheimLPF(normFreq,Q) = oberheim(normFreq,Q):!,!,!,_;
// Where:
//
// * `normFreq`: normalized frequency (0-1)
//---------------------------------------------------------------------

declare sallenKeyOnePole author "Eric Tarr";
declare sallenKeyOnePole license "MIT-style STK-4.3 license";
sallenKeyOnePole(normFreq) = _<:(s,ylpf,-(ylpf)) : !,_,_
Expand Down Expand Up @@ -669,7 +669,7 @@ with{
// Where:
//
// * `normFreq`: normalized frequency (0-1)
//---------------------------------------------------------------------

declare sallenKeyOnePoleLPF author "Eric Tarr";
declare sallenKeyOnePoleLPF license "MIT-style STK-4.3 license";
sallenKeyOnePoleLPF(normFreq) = sallenKeyOnePole(normFreq) : _,!;
Expand Down

0 comments on commit a64585c

Please sign in to comment.