faust
faust copied to clipboard
Functional programming language for signal processing and sound synthesis
Hi One feature that is still lacking from the `faust2sc.py` tool is the ability to interpret groups properly. This is a problem happening in the json decoding. I think it's...
faust library for node
Hi! As GTK2 is now EOL, distributions will start to phase it out. The faust2jack and faust2rosgtk scripts still rely on gtk2 and are thereby affected by this.
I went on with some tests (similarly to #604), and I discovered overall 9 different vulnerabilities. You can reproduce by compiling with asan enabled. Here I attach a resume of...
We need to factorize code duplicated (and somewhat incorrect) in a lot of `faust2xx` tools...
Without this change faust2caqt fails due to the usage of std::filesystem in QT6, with errors such as: ```/opt/homebrew/lib/QtCore.framework/Headers/qfileinfo.h:120:14: error: '~path' is unavailable: introduced in macOS 10.15 { return QtPrivate::toFilesystemPath(absoluteFilePath()); }...
I have the TTGO T-Audio board and was going through the tutorial. I know the esp32 stuff is a work in progress. Things work great so far! All except the...
In this section https://github.com/grame-cncm/faust/blob/ae83d2718b2731ec4cb928cae74932b214314f09/architecture/faust/gui/Soundfile.h#L180-L192 when loading a soundfile with a relative path, I've noticed that `checkFile(file_name)` returns false and prints to cerr: `ERROR : cannot open 'snare.wav' (System error :...
* https://jackaudio.org/metadata * https://jackaudio.org/metadata/pretty-name * https://jackaudio.org/metadata/signal-type * https://github.com/jackaudio/jack2/blob/master/common/jack/metadata.h The main purpose of signal-type is to hint/mark JACK ports as [CV](https://linuxmusicians.com/viewtopic.php?f=1&t=20701). (N.b. there is also this request; https://bitbucket.org/agraef/faust-lv2/issues/22/support-for-lv2-cvport)
The meters of plugins generated by faust2juce are displayed collapsed. The outer frame of the meter is displayed, but the yellow meter overlaps the numbers and is displayed as a...