faust icon indicating copy to clipboard operation
faust copied to clipboard

Functional programming language for signal processing and sound synthesis

Results 177 faust issues
Sort by recently updated
recently updated
newest added

Hi, I'm unable to open successfully a VST compiled from Faust code in REAPER, even after doing `sudo xattr com.apple.quarantine` Here is a report from reaper_host_x86_64 who crash when importing....

I'm wondering why the faust docker image isn't available on docker hub? Isn't it unusual to make the effort of coming up with a Dockerfile, but then tell users to...

VST plugins don't have a release time when using an envelope (see example.) Instead, it just cuts off immediately after the note is let up. Platform: Windows 10 using FL...

Is it, or would it be possible to do something like: ``` (rnd1, rnd2, rnd3) = no.multinoise(3); ``` ? I'm trying to do some generative stuff and that needs a...

Does anyone has a full arduino example for the Ai-Thinker ESP32? (I think the codec is ES8388) ![image](https://user-images.githubusercontent.com/5873198/221935636-ddb193fe-aa38-4eae-87a9-3725096bb26f.png)

Would you like to add more error handling for return values from functions like the following? * [fprintf](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html "Print formatted output") ⇒ [WritePPM](https://github.com/grame-cncm/faust/blob/66cdb528642fdf3d607fec1b7ea7f386d7b709a4/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/tools/ppm.cpp#L60) * [malloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html "Memory allocation") ⇒ [InverseMatrix](https://github.com/grame-cncm/faust/blob/66cdb528642fdf3d607fec1b7ea7f386d7b709a4/tools/physicalModeling/mesh2faust/vega/libraries/matrix/matrixLAPACK.cpp#L138)

Hi there, when upgrading Faust from 2.37.3 to 2.54.9, I get lots of these errors when compiling Radium: ``` In file included from audio/stk_flute.cpp:41: /home/kjetil/radium/bin/packages/faust/architecture/faust/dsp/dsp.h:38:18: error: type attributes ignored after...

Hello, people. Just a small thing that I mentioned in the past and that I'm putting here not to forget about it: Faust's diagrams represents multiplication by -1 (try process...

For example: > faust2lv2: QMAKE=$(which qmake-qt4 || which /opt/local/libexec/qt4/bin/qmake || echo qmake-qt4)

Code for environment Expression contains '...' and Access expression contains '....'. Both should be changed to /* ... */.