Skip to content

Commit

Permalink
Regenerate tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jan 2, 2025
1 parent a30bd6d commit bdd3fd9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,5 +473,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2025-01-02 10:21:00.146429+00:00
Build Date UTC : 2025-01-02 13:58:00.452985+00:00
-->
46 changes: 45 additions & 1 deletion docs/manual/tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#faust2hothouse" class="nav-link">faust2hothouse</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#faust2ios" class="nav-link">faust2ios</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -454,6 +458,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#faust2magtk" class="nav-link">faust2magtk</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#faust2mathdoc" class="nav-link">faust2mathdoc</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -660,6 +668,7 @@ <h2 id="faust2api">faust2api</h2>
-jack : generates a JACK API
-portaudio : generates a PortAudio API
-rtaudio : generates an RTAudio API
-miniaudio : generates a Miniaudio API
-of : generates an openFrameworks API
-juce : generates a JUCE API
-dummy : generates a dummy audio API
Expand All @@ -680,7 +689,7 @@ <h2 id="faust2api">faust2api</h2>
-package : set the JAVA package name (e.g. '-package mypackage' will change the JAVA package name to 'mypackage.DspFaust'). The default package name is 'com.DspFaust.'
-soundfile : add built-in Soundfile support to the API

Options supported by iOS, CoreAudio, ALSA, JACK, PortAudio, openFrameworks and JUCE
Options supported by iOS, CoreAudio, ALSA, JACK, PortAudio, RTAudio, Miniaudio, openFrameworks and JUCE
-midi : add built-in RtMidi support to the API
-osc : add built-in OSC support to the API
-soundfile : add built-in Soundfile support to the API
Expand Down Expand Up @@ -841,6 +850,7 @@ <h2 id="faust2daisy">faust2daisy</h2>
-patch : to compile for 4 ins/outs Patch (knob[1,2,3,4])
-pod : to compile for 2 ins/outs Pod (knob[1,3])
-patchsm : to compile for the Pod.init eurorack module
-sdram : to compile using SDRAM for long delay lines/tables etc.
-midi : activates MIDI control
-nvoices &lt;num> : produces a polyphonic DSP with &lt;num> voices, ready to be used with MIDI events
-sr &lt;num> : to specify sample rate
Expand Down Expand Up @@ -935,6 +945,20 @@ <h2 id="faust2gen">faust2gen</h2>
-nvoices &lt;num> : produces a polyphonic DSP with &lt;num> voices, ready to be used with MIDI events
</pre>

<h2 id="faust2hothouse">faust2hothouse</h2>
<pre class=faust-tools>
faust2hothouse [-midi] [-nvoices &lt;num>] [-sr &lt;num>] [-bs &lt;num>] [-source] [Faust options (-vec -vs 8...)] &lt;file.dsp>
Compiles Faust programs to Hothouse Pedals, which use Daisy Seeds (see https://github.com/grame-cncm/faust/tree/master-dev/architecture/hothouse)
Options:
-midi : activates MIDI control
-nvoices &lt;num> : produces a polyphonic DSP with &lt;num> voices, ready to be used with MIDI events
-sr &lt;num> (48000 or 96000) :
-bs &lt;num> : to specify buffer size
-source : to only create the source folder
Faust options : any option (e.g. -vec -vs 8...). See the Faust compiler documentation.

</pre>

<h2 id="faust2ios">faust2ios</h2>
<pre class=faust-tools>
Usage: faust2ios [options] [Faust options] &lt;file.dsp>
Expand Down Expand Up @@ -1115,6 +1139,26 @@ <h2 id="faust2lv2">faust2lv2</h2>
Default: qmake
</pre>

<h2 id="faust2magtk">faust2magtk</h2>
<pre class=faust-tools>
Usage: faust2magtk [options] [Faust options] &lt;file.dsp>
Target platform: MacOS
Require: GTK
Compiles Faust programs to Miniaudio and GTK
Options:
-httpd : activates HTTP control
-osc : activates OSC control
-midi : activates MIDI control
-soundfile : when compiling a DSP using the 'soundfile' primitive, add required resources
-dyn : create libfaust + LLVM backend dynamic version
-nvoices &lt;num> : produces a polyphonic DSP with &lt;num> voices, ready to be used with MIDI events
-effect &lt;effect.dsp> : generates a polyphonic DSP connected to a global output effect, ready to be used with MIDI or OSC
-effect auto : generates a polyphonic DSP connected to a global output effect defined as 'effect' in &lt;file.dsp>, ready to be used with MIDI or OSC
-preset &lt;directory> : add a preset manager on top of GUI and save the preset files in the given directory
-preset auto : add a preset manager on top of GUI and save the preset files in a system temporary directory
Faust options : any option (e.g. -vec -vs 8...). See the Faust compiler documentation.
</pre>

<h2 id="faust2mathdoc">faust2mathdoc</h2>
<pre class=faust-tools>
Usage: faust2mathdoc [options] &lt;file.dsp>
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.

0 comments on commit bdd3fd9

Please sign in to comment.