-
As discussed in https://github.com/grame-cncm/faust/issues/406:
```
The compiler now refuses to compile code that cause several identical UI path (like/foo/bar/ui_item) to be produced, since identic…
-
This is on a Debian system with faust-2.15.11: faust binaries (`faust`, and the `faust2...` generators) are installed into `/usr/bin`, faust-headers are installed into `/usr/include/faust/`; e.g. `/us…
-
Hi.
I have succesfully managed to design a plug-in in FAUST and import it as plug-in and component in Unity on MacOS.
But I cannot seem to get a setparamater message from a script. Could someo…
-
Filters are super hard because of the SSE architecture, but oscillators and fx may be less so. the faust architecture is basically a templating model. The sliders are basically params. Can I take this…
-
Here is a short list of nodes and features in order to expand the capabilities of KabelSalat.
# Ugens
## **Attenuation / Amplification**
- [ ] Low Pass Gate
- [ ] Amplitude scaling
- [x]…
-
This is part of my Faust code:
```faust
declare options "[midi:on]";
declare options "[nvoices:8]";
import("stdfaust.lib");
freq = hslider("v:Env1/[4]Freq1[midi:ctrl 45][scale:exp]", 400,40,10000…
-
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::p…
-
Having a way to save/restore the state of the compiled DSP could be interesting for neural networks kind of use-cases, or easing saving/restoring presets.
sletz updated
2 years ago
-
It would be nice if there was some way to provide meta data for input and output ports, e.g. "name" and "symbol" or other tags / flags.
I'm not sure whether FAUST has a "proper" way of attaching me…
-
Evaluation stage of Faust takes more than 120 seconds on my environment. This triggers `Alarm clock` and compilation is terminated when using `faustbench`. Probably there's workaround, however it's ni…