blob: b956e73abbcd136ba3225956cb8655dc2930e6d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{ type: install
message: <<EOM
You installed Faust: the programming language for realtime audio
signal processing.
In order to try it, you can put the dsp program from
http://faust.grame.fr/examples/2015/09/30/oscillator.html into the
source file sine.dsp, and run the faust compiler that will create
Qt UI with Jack audio backend:
$ faust2jaqt sine.dsp
$ ./sine;
It will create the window with sliders for two tunable oscillators.
In order to compile programs for some audio backends (like Jack,
PortAudio) you need to first install them.
EOM
}
]
|