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

I think I found a bug. When entering material density higher than 4019, program crashes. `mesh2faust --material 70E9 0.31 4019 --showfreqs --infile kocka.obj` works fine `mesh2faust --material 70E9 0.31 4020...

after compiling the latest commit of faust, i tried building an lv2 plugin with both the qt4 and qt5 gui. the plugin builds and loads in the hosts i tested...

arm64 is not supported yet: https://github.com/grame-cncm/faust/issues/951 for shipping aarm64 libfaustwithllvm.a And the wiki documentation gives no pointers how this should be specifically built. I am tearing my hair out trying...

LV2 being a multiplatform plugin format. Relating to https://github.com/mixxxdj/mixxx/issues/9019#issuecomment-1785821570 (Though LV2 can be [created indirectly](https://github.com/grame-cncm/faustservice/issues/8#issuecomment-1785878100) through the use of `faust2juce`)

The code `process = (1.0 + ma.EPSILON/2.0) > 1.0` correctly returns 0 when compiled in `-double` but incorrectly returns 1 when compiled in `-single`. Even if `ma.EPSILON` definition is dependant...

configure prints: ``` -- Checking for module 'libmicrohttpd' -- Found libmicrohttpd, version 0.9.77 -- Found libmicrohttpd 0.9.77 ``` but then```microhttpd``` never appears in any command lines, therefore it isn't used....

Hi! I tried to install faust on my windows machine (only used in on Linux previously). And whatever .dsp file, architecture, language etc I use, I get: ``` PS C:\Users\limes\dev\Faust>...

Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ and manually adding the tokens from the lexer we can have a nice navigable railroad diagram. Copy and paste the `EBNF` shown...

``` $ faust2jaqt work/faust-2.68.0/examples/gameaudio/door.dsp basics.lib : 2124 : ERROR : syntax error, unexpected ROUND $ faust2jaqt work/faust-2.68.0/examples/gameaudio/bubble.dsp basics.lib : 2124 : ERROR : syntax error, unexpected ROUND ``` Version: 2.68.0...