Skip to content

Commit

Permalink
Add 'How to compile HISE and FAUST for Audio Plugin Development' video.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Mar 18, 2024
1 parent e6371fc commit 918810d
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-18 11:04:42.269778+00:00
Build Date UTC : 2024-03-18 20:45:31.718952+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-compile-hise-and-faust-for-audio-plugin-development" class="nav-link">How to compile HISE and FAUST for Audio Plugin Development</a>
<ul class="nav flex-column">
</ul>
</li>
<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>
Expand Down Expand Up @@ -428,6 +432,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-compile-hise-and-faust-for-audio-plugin-development"><a href="https://www.youtube.com/watch?v=qHHShO4uOvI">How to compile HISE and FAUST for Audio Plugin Development</a></h4>
<p>This video shows how you can use Faust inside <a href="https://hise.dev">HISE</a>. More info on how to use Faust in HISE can be found on the <a href="https://forum.hise.audio/category/14/faust-development">HISE Faust forum</a>.</p>
<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>
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 compile HISE and FAUST for Audio Plugin Development](https://www.youtube.com/watch?v=qHHShO4uOvI)

This video shows how you can use Faust inside [HISE](https://hise.dev). More info on how to use Faust in HISE can be found on the [HISE Faust forum](https://forum.hise.audio/category/14/faust-development).

#### [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).
Expand Down

0 comments on commit 918810d

Please sign in to comment.