Skip to content

Commit

Permalink
Correct tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jan 31, 2024
1 parent c8db03d commit eaf5590
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 42 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-01-31 15:11:35.520144+00:00
Build Date UTC : 2024-01-31 17:18:58.710047+00:00
-->
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
16 changes: 8 additions & 8 deletions docs/tutorials/cmajor/exfaust0/exfaust0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/tutorials/cmajor/exfaust1/exfaust1.dsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = organ <: _,_
with {
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/cmajor/exfaust1/exfaust1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/tutorials/cmajor/exfaust2/exfaust2.dsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = pm.clarinet_ui_MIDI <: _,_;
effect = dm.freeverb_demo;
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/cmajor/exfaust2/exfaust2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/tutorials/cmajor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ <h3 id="using-the-faust2cmajor-tool">Using the faust2cmajor tool</h3>
<div class="faust-run"><img src="exfaust1/exfaust1.svg" class="mx-auto d-block">
<faust-editor><!--
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = organ <: _,_
with {
Expand Down Expand Up @@ -506,6 +507,7 @@ <h3 id="using-the-faust2cmajor-tool">Using the faust2cmajor tool</h3>
<div class="faust-run"><img src="exfaust2/exfaust2.svg" class="mx-auto d-block">
<faust-editor><!--
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = pm.clarinet_ui_MIDI <: _,_;
effect = dm.freeverb_demo;
Expand Down
16 changes: 8 additions & 8 deletions docs/tutorials/rnbo/exfaust0/exfaust0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/tutorials/rnbo/exfaust1/exfaust1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/tutorials/rnbo/exfaust2/exfaust2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/tutorials/rnbo/exfaust3/exfaust3.dsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");

process = vgroup("Organ", voice(freq) * gain * en.adsr(0.1, 0.1, 0.8, 0.3, button("gate"))) * master <: (_,_)
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/rnbo/exfaust3/exfaust3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/tutorials/rnbo/exfaust4/exfaust4.dsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");

process = vgroup("Organ", voice(freq) * gain * en.adsr(0.1, 0.1, 0.8, 0.3, button("gate"))) * master <: (_,_)
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/rnbo/exfaust4/exfaust4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/tutorials/rnbo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ <h3 id="polyphonic-instruments">Polyphonic instruments</h3>
<div class="faust-run"><img src="exfaust3/exfaust3.svg" class="mx-auto d-block">
<faust-editor><!--
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = vgroup("Organ", voice(freq) * gain * en.adsr(0.1, 0.1, 0.8, 0.3, button("gate"))) * master <: (_,_)
Expand Down Expand Up @@ -643,6 +644,7 @@ <h3 id="polyphonic-instruments-with-an-effect">Polyphonic instruments with an ef
<div class="faust-run"><img src="exfaust4/exfaust4.svg" class="mx-auto d-block">
<faust-editor><!--
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = vgroup("Organ", voice(freq) * gain * en.adsr(0.1, 0.1, 0.8, 0.3, button("gate"))) * master <: (_,_)
Expand Down
2 changes: 2 additions & 0 deletions src/tutorials/cmajor.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ The following [polyphonic ready instrument](https://faustdoc.grame.fr/manual/mid

<!-- faust-run -->
```
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = organ <: _,_
with {
Expand All @@ -173,6 +174,7 @@ The following polyphonic ready instrument DSP, with an [integrated effect](https

<!-- faust-run -->
```
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
process = pm.clarinet_ui_MIDI <: _,_;
effect = dm.freeverb_demo;
Expand Down
Loading

0 comments on commit eaf5590

Please sign in to comment.