Skip to content

Commit

Permalink
New article.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Mar 9, 2024
1 parent b23f11e commit 613bd11
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,5 +465,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2024-03-09 22:14:59.230489+00:00
Build Date UTC : 2024-03-09 22:43:52.058328+00:00
-->
6 changes: 6 additions & 0 deletions docs/manual/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#articles-video-and-blog-posts" class="nav-link">Articles, Video and Blog Posts</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="4"><a href="#how-to-build-mod-duo-plugin-written-in-faust" class="nav-link">How to build Mod Duo plugin written in Faust</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="4"><a href="#handling-infinity-and-not-a-number-nan-values-in-faust-and-c-audio-programming" class="nav-link">Handling infinity and not-a-number (NaN) values in Faust and C++ audio programming</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -424,6 +428,8 @@
<h1 id="material-from-the-community">Material from the community</h1>
<p>Here is a list of additional material contributed by the community of Faust developers or users.</p>
<h2 id="articles-video-and-blog-posts">Articles, Video and Blog Posts</h2>
<h4 id="how-to-build-mod-duo-plugin-written-in-faust"><a href="https://medium.com/@vlad.shcherbakov/deploying-a-faust-program-to-mod-duo-f2a588eaea7b">How to build Mod Duo plugin written in Faust</a></h4>
<p>This article shows how you can compile a Faust program to run on <a href="https://mod.audio">Mod Duo</a>.</p>
<h4 id="handling-infinity-and-not-a-number-nan-values-in-faust-and-c-audio-programming"><a href="https://www.dariosanfilippo.com/blog/2020/handling_inf_nan_values_in_faust_and_cpp/">Handling infinity and not-a-number (NaN) values in Faust and C++ audio programming</a></h4>
<p>This post by <a href="https://www.dariosanfilippo.com">Dario Sanfilippo</a> discusses insights gained over a few years of audio programming to implement robust Faust/C++ software, particularly when dealing with infinity and NaN values.</p>
<h4 id="three-ways-to-implement-recursive-circuits-in-the-faust-language"><a href="https://www.dariosanfilippo.com/blog/2020/faust_recursive_circuits/">Three ways to implement recursive circuits in the Faust language</a></h4>
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: 4 additions & 0 deletions mkdocs/docs/manual/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Here is a list of additional material contributed by the community of Faust deve

## Articles, Video and Blog Posts

#### [How to build Mod Duo plugin written in Faust](https://medium.com/@vlad.shcherbakov/deploying-a-faust-program-to-mod-duo-f2a588eaea7b)

This article shows how you can compile a Faust program to run on [Mod Duo](https://mod.audio).

#### [Handling infinity and not-a-number (NaN) values in Faust and C++ audio programming](https://www.dariosanfilippo.com/blog/2020/handling_inf_nan_values_in_faust_and_cpp/)

This post by [Dario Sanfilippo](https://www.dariosanfilippo.com) discusses insights gained over a few years of audio programming to implement robust Faust/C++ software, particularly when dealing with infinity and NaN values.
Expand Down

0 comments on commit 613bd11

Please sign in to comment.