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

When using faust2juce to convert faust code to Juce projects, the .jucer file does not contain information about the numbers of channels going in/out of the faust dsp. Would be...

Hi, I am trying to integrate a faust .dsp file into JUCE for the first time. Iam following this tutorial: https://faustdoc.grame.fr/workshops/2020-04-10-faust-juce/ But I am having an error. I was able...

I have tried various options to export a unity plugin and the resulting compiled native audio plugin binary is missing. tried using FaustLive 2.46 on OSX prebuilt binaries, FaustPlayground and...

Defining a table for rdtable like so: wt = ba.time * 2.0 * ma.PI / 1024 : sin; computes values at init time. For arbitrarily complex equations this can incur...

The compressors in fausts library made by @magnetophon (any of the ones that use `peak_compression_gain_mono`) don't seem to work in the online faust IDE. For example a simple test of...

Hi! I'm trying to make some test of faust on microcontrollers that don't have a FPU, i was wondering if there was anyway to compile the faust code using int's,...

Selector is properly displayed in Faust IDE. It seems hidden or zero-dimension or something in the VST3 created via faust2juce. ZIP file contains DSP, Jucer, and C++ file. Compiled with...

Mac OSX Catalina 10.15.17 QT6 installed with brew. faust2caqt noise.dsp faust --version 2.30.5 QtGlobal gives error: '~path' is unavailable: introduced in macOS 10.15. I'm no expert, it looks like the...

This is still an issue for me as I cannot compile multiple Faust objects (even if they're not imported into the code - simply the existance of the .h and...

I found an input that results in a null pointer deref. In my current setup, I compiled faust with clang-13 and asan. To reproduce: ./faust -o /tmp/out where input is...