faust icon indicating copy to clipboard operation
faust copied to clipboard

Functional programming language for signal processing and sound synthesis

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

Hi, developers of faust: In the test of the binary faust instrumented with ASAN. There is a stack-overflow vulnerability in `/build/bin/faust`, `/faust/compiler/boxes/ppbox.cpp:401` in boxppShared::print(std::ostream&) const. Here is the ASAN mode...

I have a interest in making ancient instrument models. string instrument 1. [Talharpa](https://en.wikipedia.org/wiki/Talharpa) ![1024px-Talharpa,_by_Charlie_Bynum,_Silver_Spoon_Music,_NL_2014](https://github.com/grame-cncm/faust/assets/8137561/a0d85850-f6a1-4ab8-ad22-a2bc4c36032b) [Talharpa videos](https://www.youtube.com/results?search_query=Talharpa) 2. [Nyckelharpa](https://en.wikipedia.org/wiki/Nyckelharpa) ![Nyckelharpa_0930_(cropped)](https://github.com/grame-cncm/faust/assets/8137561/2e6efc86-99a5-4093-81a1-d049f6839d30) [video 1](https://www.youtube.com/results?search_query=Nyckelharpa) [video 2](https://www.youtube.com/watch?v=Vdq1LA-PKRw) 3. [Hurdy gurdy](https://en.wikipedia.org/wiki/Hurdy-gurdy) ![Louvet_Drehleier](https://github.com/grame-cncm/faust/assets/8137561/a4fbd8f4-dfab-429a-addc-f61aeb569e07) [Video 1](https://www.youtube.com/watch?v=gYJg9cLk1us) [video...

While fuzzing commit a1fc328a74b8d06f0d28f079fdf2fdb7ffa33649 compiled without ASAN I found the following file to crash the compiler with a floating point exception: ``` process=6000000000e0%-1; ``` A subsequent build of the same...

Currently, faust generates independent computation graph nodes in an unspecified order. This causes generated code to vary between runs. I suspect this has to do with the way graph nodes...

Hello, I'm using JuceGUI.h outside of faust2juce to auto generate some quick GUIs in Juce and I'm hitting an assertion in the file `juce_TabbedButtonBar.cpp` in line 248 from the JUCE...

I wanted to create 3d objects for mesh2faust but as soon as I apply the useful extention I receive this script and no output file. paths2openscad.py:237: DeprecationWarning: Effect.OptionParser or `optparse`...

On my macOS x86_64 system, I had to modify the `faustgen` CMakeLists.txt as follows (full file is attached) to get it to work. zstd was provided by homebrew (note the...

Hi, thanks a lot for creating Faust. It is of great help. When I use `[midi:clock]`, `[midi:start]` or `[midi:stop] ` with the `faust2faustvst` command. None of these are working. For...

In several documentations about the physical modeling toolkit there was a mesh2faust add-on for blender mentioned. Unfortunately I cannot find it.