Skip to content

Commit

Permalink
Complete debugging page.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Aug 26, 2024
1 parent 8630bf3 commit bb5ee9a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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-08-25 08:20:05.549779+00:00
Build Date UTC : 2024-08-26 12:16:02.030884+00:00
-->
2 changes: 1 addition & 1 deletion docs/manual/debugging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
<h1 id="debugging-the-code">Debugging the Code</h1>
<h2 id="looking-at-the-generated-code">Looking at the generated code</h2>
<h3 id="using-the-fir-backend">Using the FIR backend</h3>
<p>The FIR (Faust Imperative Representation) backend can possibly be used to look at a textual version of the intermediate imperative language. </p>
<p>The FIR (Faust Imperative Representation) backend can possibly be used to look at a textual version of the intermediate imperative language. Use the <code>make developer</code> target to compile the FIR backend, then use <code>faust -lang fir foo.dsp</code> to compile a given foo.dsp file as a FIR textual output. </p>
<pre><code>import(&quot;stdfaust.lib&quot;);

vol = hslider(&quot;volume [unit:dB]&quot;, 0, -96, 0, 0.1) : ba.db2linear : si.smoo;
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.
2 changes: 1 addition & 1 deletion mkdocs/docs/manual/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Using the FIR backend

The FIR (Faust Imperative Representation) backend can possibly be used to look at a textual version of the intermediate imperative language.
The FIR (Faust Imperative Representation) backend can possibly be used to look at a textual version of the intermediate imperative language. Use the `make developer` target to compile the FIR backend, then use `faust -lang fir foo.dsp` to compile a given foo.dsp file as a FIR textual output.

```
import("stdfaust.lib");
Expand Down

0 comments on commit bb5ee9a

Please sign in to comment.