mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You installed Faust: the programming language for realtime audio
|
|
signal processing.
|
|
|
|
In order to try it, you can put the final 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.
|
|
EOM
|
|
}
|
|
]
|