mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6f5f9f287c
PR: 221509 Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D12890
15 lines
548 B
Plaintext
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.
|
|
======================================================================
|