-
If I interpret this code correctly:
https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/audio/oboe-dsp.h
if the sample rate is not specified then it will use the default rate …
-
Hi there, firstly, Faust is an amazing development, thank you. When compiling with version 2.14.4 on my Mojave installation, I get working unity stuff in android, ios, osx -- all perfect. However, whe…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
## Issue description
When I run:
```
git clone https://github.com/magnetophon/faustCompressors.git
cd faustCompressors
faust2lv2 FFcompressor.dsp
```
I get:
```
lv2.cpp:292:37: fatal error: b…
-
I'm trying to figure out some way to integrate Faust with Godot for game development. Godot supports C++ modules (using GDNative), so I figure there must be some way to pass signal values from a Faust…
-
When I compile this:
```
import("stdfaust.lib");
slidingMult(n,maxn,x) = ba.slidingReduce(*,n,maxn,1,x);
slidingGeometricMean(n,maxn,x) = pow(slidingMult(n,maxn,x),1.0/n);
maxMeanNr = pow(2,1…
-
Arch Linux is currently rebuilding against llvm 7.0.0.
I was wondering, what the status is on building faust with it.
I tried to patch the 2.5.23 code base but it's pretty messy due to the _many_ …
dvzrv updated
4 years ago
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
I vaguely remember discussing this with Julius but I can't find the conversation in my inbox.
I am used to seeing the function "(an.)amp_follower" being called "peak envelope."
On the other hand…
-
I think you can nicely arrange the main knobs in two pages of 5 rows and 9 columns, since screens are wider than they are tall.
The CAPITALS are names of groups, and the lowercase are knobs
OSCI…