-
Yesterday, I built debug vst2 versions of the Faust example project on Mac and windows. The windows version works fine. The Mac version successfully builds but can't find/open stdfaust.lib. Using git,…
-
In these lines
```
length(sf, part) = (part, 0) : sf : (_,si.block(outputs(sf)-1));
srate(sf, part) = part, 0 : sf : !,_,si.block(outputs(sf)-2) : float;
outs(sf, level) = sf : si.block…
-
I get errors when compiling the "source" folder with a C++ compiler, here on macOS 10.13. Any plan to allow that?
sletz updated
4 years ago
-
I have this
```
ds(0)=soundfile("[url:{'Coagula03c6.wav';'Coagula13-2.wav';'Coagula00c8.wav'}]",8);
ds(1)=soundfile("[url:{'home/dominique/bin/metaLoop9/sound/snd1.wav';'home/dominique/bin/metaL…
-
## Motivation
LV2 is the most widely supported plugin format on GNU/Linux and the successor to LADSPA and DSSI.
It's an open standard which has a solid implementation, and it can be hosted in D…
-
send summary - Learned/open/next steps
-
After generating a basic string and exporting it to a faust file, the compilation of the faust file fails :
string.dsp : 40 : ERROR : syntax error, unexpected RBRAQ
FAUST Version 2.17.3, Ubuntu 18.…
-
Faust version 2.17.13
faust2wasm -worklet foo.dsp
the wasmfile fetched in foo.js:
'''const dspFile = await fetch(wasmfile);
needs to be concatenated with
'''this.baseURL
in order to…
lonce updated
5 years ago
-
```
$ faust2jaqt drumsequencer.dsp
drumsequencer_tmp.cpp: In member function ‘virtual void mydsp::instanceResetUserInterface()’:
drumsequencer_tmp.cpp:15710:18: error: ‘defaultsound’ was not declar…
-
I went all over the internet to find out where the `NLFM` used in `flute.dsp` and `fluteStk.dsp` comes from, just to find this paper https://ccrma.stanford.edu/~rmichon/publications/doc/DAFx11-Faust-S…