Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit ab4abfc

Browse files
committed
Update faust example
1 parent 72d24ab commit ab4abfc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

examples/faust/hello-osc/process.dsp

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/faust/hello-osc/server.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
Intelligent Instruments Lab 2022
66
"""
77

8+
"""
9+
Create a file called `process.dsp` and add the following code
10+
11+
```
12+
import("stdfaust.lib");
13+
process = no.noise*hslider("level",0,0,1,0.01);
14+
```
15+
16+
Open this in FaustLive or compile it via faust2X
17+
"""
18+
819
import random
920

1021
from iipyper import OSC, run, repeat

0 commit comments

Comments
 (0)