-
For faust code which uses the soundfile primitive, trying to compile it to a C++ architecture leads to an error compiling the generated C++ code. For instance, consider the following file:
```
pro…
-
I get this on slackware64 current when running build_linux.sh:
ERROR : unable to open file filter.lib
make: *** [Makefile:2482: audio/system_compressor.cpp] Error 1
6.7.68 is the latest I manag…
-
I attach an implementation of filters which matches ARIA near perfectly. (when implemented there)
It uses some very generic resonant filters, it showed to be quite easy to reproduce them.
Curren…
-
Forwarding a [bug that was reported against the Debian package](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967984), but which i believe is of general concern:
Version 2.32 of glibc will no…
-
There is a missed `ma.` on line `315`.
with order `9` or above
```
% faust2svg hoaencoder3d.dsp
ERROR1 : n is NAN in an Interval
ASSERT : please report this message, the stack trace, and the…
-
**What did you expect to happen?**
C-a to not jump lines and remain in the same line.
**What actually happened?**
C-a jumps to the previous line on which the command (C-a) was called
**Addit…
-
Make packages
Debian testing
[ 82%] Linking CXX executable ../bin/faust
/usr/bin/cmake -E cmake_link_script CMakeFiles/faust.dir/link.txt --verbose=1
/usr/bin/g++ -mtune=generic -msse2 -mfpmat…
-
The output is:
```
start parser
end parser (duration : 0.00213122)
start evaluation
end evaluation (duration : 0.000195026)
start propagation
end propagation (duration : 7.31945e-05)
…
-
A project I’m working on is to create a guitar amplifier in the browser using the Web Audio api. It’s actually similar to the example SAM/effects/effectsForBrowser.dsp, so I’ve been playing with that,…
-
Hello,
unfortunately the Faust2Teensy Tutorial disappeared. This page is linked from many different places:
https://faust.grame.fr/doc/tutorials/index.html#dsp-on-the-teensy-with-faust
Sorry …