Skip to content

Commit

Permalink
Add documentation for WAM 2.0 plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jul 18, 2024
1 parent 9181055 commit cc4278f
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 @@ -477,5 +477,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2024-07-17 18:12:56.757918+00:00
Build Date UTC : 2024-07-18 08:39:16.641157+00:00
-->
6 changes: 6 additions & 0 deletions docs/manual/deploying/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ <h3 id="exporting-for-the-web-using-the-faust-editor-of-faust-ide">Exporting for
<li>
<p><code>webaudiowasm-poly-ts</code> allows you to export a ready to use polyphonic MIDI controllable Web audio node with a GUI. An example of HTML and JavaScript files demonstrate how the node can be loaded and activated.</p>
</li>
<li>
<p><code>wam2-ts</code> allows you to export a ready to use <a href="http://www.webaudiomodules.com/docs/intro/">WAM 2.0 plugin</a>. A complete tutorial can be <a href="http://www.webaudiomodules.com/docs/usage/generate-with-faustide">found here</a>. </p>
</li>
<li>
<p><code>wam2-poly-ts</code> allows you to export a ready to use polyphonic MIDI controllable WAM 2.0 plugin. </p>
</li>
</ul>
<h2 id="the-faust-web-component-package">The faust-web-component package</h2>
<p>Tthe <a href="https://github.com/grame-cncm/faust-web-component">faust-web-component</a> package provides two web components for embedding interactive Faust snippets in web pages:</p>
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/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Web targets can be exported from the [Faust Editor](https://fausteditor.grame.fr

- `webaudiowasm-poly-ts` allows you to export a ready to use polyphonic MIDI controllable Web audio node with a GUI. An example of HTML and JavaScript files demonstrate how the node can be loaded and activated.

- `wam2-ts` allows you to export a ready to use [WAM 2.0 plugin](http://www.webaudiomodules.com/docs/intro/). A complete tutorial can be [found here](http://www.webaudiomodules.com/docs/usage/generate-with-faustide).

- `wam2-poly-ts` allows you to export a ready to use polyphonic MIDI controllable WAM 2.0 plugin.

## The faust-web-component package

Tthe [faust-web-component](https://github.com/grame-cncm/faust-web-component) package provides two web components for embedding interactive Faust snippets in web pages:
Expand Down

0 comments on commit cc4278f

Please sign in to comment.