opnsense-ports/audio/faust/pkg-message
Franco Fichtner 704d76601a */*: sync with upstream
Taken from: HardenedBSD
2017-12-20 22:50:10 +01:00

14 lines
548 B
Text

======================================================================
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.
======================================================================