Skip to content

Commit

Permalink
Formatting, regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 11, 2023
1 parent e4e6b47 commit 07329fb
Show file tree
Hide file tree
Showing 7 changed files with 26 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 @@ -384,5 +384,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2023-10-11 16:04:44.076539+00:00
Build Date UTC : 2023-10-11 16:25:28.386400+00:00
-->
2 changes: 1 addition & 1 deletion docs/libs/filters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
<div class="col-md-9 main-container" role="main">

<h1 id="filterslib">filters.lib</h1>
<p>Faust Filters library. Its official prefix is <code>fi</code>.</p>
<p>Filters library. Its official prefix is <code>fi</code>.</p>
<p>The Filters library is organized into 22 sections:</p>
<ul>
<li><a href="#basic-filters">Basic Filters</a></li>
Expand Down
12 changes: 11 additions & 1 deletion docs/libs/misceffects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,17 @@
<div class="col-md-9 main-container" role="main">

<h1 id="misceffectslib">misceffects.lib</h1>
<p>This library contains a collection of audio effects. Its official prefix is <code>ef</code>.</p>
<p>Collection of audio effects library. Its official prefix is <code>ef</code>.</p>
<p>The library is organized into 7 sections:</p>
<ul>
<li><a href="#Dynamic">Dynamic</a></li>
<li><a href="#filtering">Filtering</a></li>
<li><a href="#meshes">Meshes</a></li>
<li><a href="#mixing">Mixing</a></li>
<li><a href="#time-based">Time Based</a></li>
<li><a href="#pitch-shifting">Pitch Shifting</a></li>
<li><a href="#saturators">Saturators</a></li>
</ul>
<h4 id="references">References</h4>
<ul>
<li><a href="https://github.com/grame-cncm/faustlibraries/blob/master/misceffects.lib">https://github.com/grame-cncm/faustlibraries/blob/master/misceffects.lib</a></li>
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 filters.lib
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//##################################### filters.lib ########################################
// Faust Filters library. Its official prefix is `fi`.
// Filters library. Its official prefix is `fi`.
//
// The Filters library is organized into 22 sections:
//
Expand Down
12 changes: 11 additions & 1 deletion misceffects.lib
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
//################################## misceffects.lib ##########################################
// This library contains a collection of audio effects. Its official prefix is `ef`.
// Collection of audio effects library. Its official prefix is `ef`.
//
// The library is organized into 7 sections:
//
// * [Dynamic](#Dynamic)
// * [Filtering](#filtering)
// * [Meshes](#meshes)
// * [Mixing](#mixing)
// * [Time Based](#time-based)
// * [Pitch Shifting](#pitch-shifting)
// * [Saturators](#saturators)
//
// #### References
// * <https://github.com/grame-cncm/faustlibraries/blob/master/misceffects.lib>
Expand Down

0 comments on commit 07329fb

Please sign in to comment.