1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/faust/pkg-message
Yuri Victorovich 6f5f9f287c New port: audio/faust: Functional programming language for realtime audio signal processing
PR:		221509
Submitted by:	myself
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D12890
2017-12-20 21:07:40 +00:00

15 lines
548 B
Plaintext

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