-
`nvoices` is only initialized `#ifdef NVOICES`
https://github.com/grame-cncm/faust/blob/master-dev/architecture/bela.cpp#L425
so that if `POLY2` is defined buy not `NVOICES, then `nvoices` is used …
-
When I try to compile something with faust-2.5.35-dev, I get:
```
ERROR : -lang cpp not supported since CPP backend is not built
```
Here is the output of faust's compile:
```
building '/nix/s…
-
Let's talk about modulation.
In synth mode, there should be a module for modulating the sound. We already have an ADSR envelope for the volume (well, it's not implemented yet, but it is a part of …
jmidt updated
5 years ago
-
I am experimenting issues to install FaustLive on my Linux UbuntuStudio machine.
The "make" instruction is giving me errors with QtWidgets...
I am quite lost as I have Qt installed and Qt Creator ru…
-
I am running on Linux, using JACK. This seems to affect the faust2jackconsole and faust2jack backends
I can't seem to trigger a polyphonic voice using OSC -- is this possible? I can trigger notes…
-
It seems that the option `--group 0` results in an error message, "unrecognized option --group" for applications built with `faust2jackconsole`. I think this is an issue in `gui/console.h`.
-
```
/root/Bela/projects/vfl/render.cpp:2064:22: warning: 'uiTimedItem::modifyZone' hides overloaded virtual function [-Woverloaded-virtual]
virtual void modifyZone(double date, float v)
…
-
Just recompiled FAUST today, and it seems like the substitution behavior in the architecture files has been broken.
When I run the following command:
> faust -lang c -a minimal.c -cn zebra foo.d…
-
The attached example tells the story. (I spent a lot of time trying to quote the Terminal capture here, but the online editor does not seem to support multiline code-style text. It kept deleting my …
-
This used to work (`make NETJACK=1`), but with the very latest faust from master-dev it now fails with:
~~~
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -W…