Skip to content

Commit

Permalink
Add 'Generate WAMs with FaustIDE' blog.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Mar 26, 2024
1 parent 7b8c204 commit 2de7f69
Show file tree
Hide file tree
Showing 5 changed files with 15 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-25 22:40:15.114814+00:00
Build Date UTC : 2024-03-26 14:24:37.273585+00:00
-->
7 changes: 7 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="#generate-wams-with-faustide" class="nav-link">Generate WAMs with FaustIDE</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="4"><a href="#mozzi-revisited" class="nav-link">Mozzi Revisited</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -436,6 +440,9 @@
<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="generate-wams-with-faustide"><a href="http://www.webaudiomodules.com/docs/usage/generate-with-faustide/">Generate WAMs with FaustIDE</a></h4>
<p><a href="http://www.webaudiomodules.com">Web Audio Modules</a> (WAM) ias a standard for Web Audio plugins and DAWs. The 2.0 version of Web Audio Modules has been released in 2021 as a group effort by a large set of people and since then, multiple plugins and hosts have been published, mostly as open source and free software.</p>
<p>The FAUST IDE is a very popular tool for <a href="http://www.webaudiomodules.com/docs/usage/generate-with-faustide">generating WAMs from existing FAUST code</a> (and there are hundreds of source code example available for audio effects, instruments, etc.). You can <a href="http://www.webaudiomodules.com/docs/usage/generate-with-faust">generate WAMs directly</a> from the command line using the <a href="https://github.com/Fr0stbyteR/faust2wam">faust2wam script</a>.</p>
<h4 id="mozzi-revisited"><a href="https://www.pschatzmann.ch/home/2024/03/15/mozzi-revisited/">Mozzi Revisited</a></h4>
<p>Mozzi brings your Arduino to life by allowing it to produce much more complex and interesting growls, sweeps and chorusing atmospherics. These sounds can be quickly and easily constructed from familiar synthesis units like oscillators, delays, filters and envelopes and can be <a href="https://github.com/pschatzmann/arduino-audio-tools/wiki/Faust">programmed with Faust</a>.</p>
<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>
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.
6 changes: 6 additions & 0 deletions mkdocs/docs/manual/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Here is a list of additional material contributed by the community of Faust deve

## Articles, Video and Blog Posts

#### [Generate WAMs with FaustIDE](http://www.webaudiomodules.com/docs/usage/generate-with-faustide/)

[Web Audio Modules](http://www.webaudiomodules.com) (WAM) ias a standard for Web Audio plugins and DAWs. The 2.0 version of Web Audio Modules has been released in 2021 as a group effort by a large set of people and since then, multiple plugins and hosts have been published, mostly as open source and free software.

The FAUST IDE is a very popular tool for [generating WAMs from existing FAUST code](http://www.webaudiomodules.com/docs/usage/generate-with-faustide) (and there are hundreds of source code example available for audio effects, instruments, etc.). You can [generate WAMs directly](http://www.webaudiomodules.com/docs/usage/generate-with-faust) from the command line using the [faust2wam script](https://github.com/Fr0stbyteR/faust2wam).

#### [Mozzi Revisited](https://www.pschatzmann.ch/home/2024/03/15/mozzi-revisited/)

Mozzi brings your Arduino to life by allowing it to produce much more complex and interesting growls, sweeps and chorusing atmospherics. These sounds can be quickly and easily constructed from familiar synthesis units like oscillators, delays, filters and envelopes and can be [programmed with Faust](https://github.com/pschatzmann/arduino-audio-tools/wiki/Faust).
Expand Down

0 comments on commit 2de7f69

Please sign in to comment.