faust
faust copied to clipboard
Functional programming language for signal processing and sound synthesis
Rust code provides `UI::declare(&mut self, zone: &mut T, key: &str, value: &str) -> ()` used to declare variables accessible from user interface. The parameter `zone` is a mutable borrow to...
It would be great, if the releases could be tagged in accordance with [semver](https://semver.org), so that it becomes clear, that some releases are pre-releases (e.g. `2.20.2` doesn't identify as a...
Hey! For some reason, when compiling on Arduino, it gives me an error, that usb_midi_class has not been declared, despite not exporting from the web editor code that would require...
Inkscape version > (4035a4f, 2020-05-01) does not include `-E` option anymore, but uses `-o` instead.
Hello, as always, first and foremost thank you very much for creating and participating in Faust! Let me know if i should repost this question at a more appropriate place....
When I try to run a program with another amount of ins or outs, it crashes.
I'm wondering if Faust 2 TouchDesigner might be added at some point. As of now there is only a very small range of native audio objects in TouchDesigner, but it...
When you run faust2svg or faust2firefox with this proposed ``-doc`` switch, it generates an svg, where clicking a core building block links you to the relevant part of the documentation...
in difference to the faust datatype `float`, the faust datatype `int` is currently fixed to be represented as `int` (in cpp-language output). Since faust is perfectly capable to be used...
Hi, I came across this thread which mentions that `soundfile` cannot be used in the Faust online editor, which appears to still be true: https://sourceforge.net/p/faudiostream/mailman/faudiostream-users/thread/A8142024-6C77-4AE7-B1B1-AFD74E48217F%40grame.fr/ What would it take to...