grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.58k stars 322 forks source link

faust2cagtk claims it's Linux #763

Closed umlaeute closed 2 years ago

umlaeute commented 2 years ago

faust2cagtk claims that the target platform is Linux:

$  faust2cagtk -h
Usage: faust2cagtk [options] [Faust options] <file.dsp>
Target platform: Linux
Require: Jack
Compiles Faust programs to CoreAudio and GTK

my understanding is, that CoreAudio is a macOS only thing (and not available on Linux at all).

sletz commented 2 years ago

When possible can you better provide a fix as a PR, instead of opening an issue? Thanks.

umlaeute commented 2 years ago

sometimes i'm not sure (e.g. you might have a setup that allows cross-compilation of CoreAudio/GTK on Linux to macOS)