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

Hello, on current master, on windows, given the attached source : [FaustTester.zip](https://github.com/grame-cncm/faust/files/6415149/FaustTester.zip) I get a segfault in the dsp->init(...); call. I can't get any backtrace, I guess it's because it's...

Hello all! I'm very excited about the possibilities Faust creates when it comes to running custom DSP on the web for non-c++ programmers. I'm trying to build a [webpack loader...

Hey gang! The CPAL project seems to be the direction that rust audio is working in as "the way" to do audio interfacing in that language. I was playing with...

When one wishes to take action on a change value on an input control, it can be expressed in a way like follows. `process = x!=x' with { x=checkbox("click me");...

I think the example code should be moved elsewhere; similar as for the https://github.com/grame-cncm/faustlibraries.git submodule. CI systems could either download a zip for the latest files, or developers can synchronize...

``` import("stdfaust.lib"); S = max(1, min(192000, ma.SR)); //S = 192000; process = rwtable(S, .0, ba.period(S), os.osc(1000), ba.period(S)); ``` gives: `ERROR : checkInt failed for type RKIVN [1.000000, 192000.000000]` It would...

I am running Ubuntu 20.04 on a virtual box VM. I can successfully compile .dsp files using faust2alsa, but if I open one (for example, guitarMIDI), close it, and try...

I would to make more instrument bodies. What's the best way to do the meshtofaust and inkscape or 3d model with cad software?

I get the following error when I try to open a CAQt app after adjusting the ranges of some hsliders: The application cannot be opened for an unexpected reason, error=Error...

Is adding support for [logue-sdk](https://korginc.github.io/logue-sdk/) possible or planned? It would be nice to be able run Faust on Nts-1 or other KORG multi-engine gear.