Skip to content

Commit

Permalink
Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed May 15, 2021
1 parent 5eb59e0 commit d5db323
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import("stdfaust.lib");
This will give you access to all the Faust libraries through a series of environments:

* `sf`: `all.lib`
* `aa`: `aanl.lib`
* `an`: `analyzers.lib`
* `ba`: `basics.lib`
* `co`: `compressors.lib`
Expand All @@ -45,9 +46,9 @@ This will give you access to all the Faust libraries through a series of environ
* `sp`: `spats.lib`
* `sy`: `synths.lib`
* `ve`: `vaeffects.lib`
* `vl`: `version.lib`
* `wa`: `webaudio.lib`
* `wd`: `wdmodels.lib`
* `vl`: `version.lib`

Environments can then be used as follows in your Faust code:

Expand Down
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ <h2 id="using-the-faust-libraries">Using the Faust Libraries</h2>
<p>This will give you access to all the Faust libraries through a series of environments:</p>
<ul>
<li><code>sf</code>: <code>all.lib</code></li>
<li><code>aa</code>: <code>aanl.lib</code></li>
<li><code>an</code>: <code>analyzers.lib</code></li>
<li><code>ba</code>: <code>basics.lib</code></li>
<li><code>co</code>: <code>compressors.lib</code></li>
Expand All @@ -277,9 +278,9 @@ <h2 id="using-the-faust-libraries">Using the Faust Libraries</h2>
<li><code>sp</code>: <code>spats.lib</code></li>
<li><code>sy</code>: <code>synths.lib</code></li>
<li><code>ve</code>: <code>vaeffects.lib</code></li>
<li><code>vl</code>: <code>version.lib</code></li>
<li><code>wa</code>: <code>webaudio.lib</code></li>
<li><code>wd</code>: <code>wdmodels.lib</code></li>
<li><code>vl</code>: <code>version.lib</code> </li>
</ul>
<p>Environments can then be used as follows in your Faust code:</p>
<pre><code>import(&quot;stdfaust.lib&quot;);
Expand Down Expand Up @@ -385,5 +386,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-05-15 15:15:35.209201+00:00
Build Date UTC : 2021-05-15 16:57:35.722531+00:00
-->
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.

0 comments on commit d5db323

Please sign in to comment.