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

As also observed by @sletz, it might be function related to ffunctions. This won't work with faust2sig: import("stdfaust.lib"); process = ma.tanh; Ciao, Dario

Hello, @sletz and all others. There seems to be another problem besides the exp and log scales. Try this: import("stdfaust.lib"); inspect(i, lower, upper, x) = attach(x, x : vbargraph("sig_%i [style:numerical]",...

Hello, there. The nonlinear scales do not seem to work in caqt or jaqt applications, whereas they appear to work correctly in the web IDE. See an example code below....

I find [here](https://hub.docker.com/u/grame) to many containers, but I do not understand what can I use to create my CD script to deliver lv2 plugin. I should create it by myself?...

It's the code that produces it, reduced to a minimal case. Observed in faust 2.27.2 and the `master-dev` revision 4f6159a. ``` foo(x) = out letrec { 'out = foo; };...

I tried about 4 times now to export a vsti for mac, was hoping to do an audio unit but currently I don't see that available on the dropdown. its...

## reproducer a dsp-file `nonstandardname.dsp` with content ```faust declare name "not an sc - naming scheme"; process = 1 - 1'; ``` compiling with `faust2supercollider` (in debug mode) shows an...

Hi all, I've just gotten started with Faust and I love it coming from some background in Pd and Csound! I have been trying for a few days to export...

It looks like two new vectors are created each time before `dsp.compute()` is called: https://github.com/grame-cncm/faust/blob/6ae42d1fb45a456cbf78575c22875befa00015a6/tests/impulse-tests/archs/rust/architecture.rs#L154-L158 I've very recently (a few days ago) published a crate exactly for the purpose of...

Hello, I've compiled and installed faust to use the faust2teensy. I use the command: `faust2teensy -lib FaustVoice.dsp` The cpp and h file are different from the files generated by the...