-
so this is how it will probably look like. Not the comic style though ;)
![soundsgood gui sketch easy 01 excalidraw](https://user-images.githubusercontent.com/19374731/184860042-f266bceb-8091-4683-99…
-
Hi,
The code: (pitchShift.dsp):
```
import("stdfaust.lib");
pitchshifter = vgroup("Pitch Shifter", ef.transpose(
hslider("window (samples)", 1000, 50, 10000, 1),
hslider("xfade (sa…
-
- [x] target fader needs some label 'target'
- [x] mb-ms-comp: name needs multiband reference. Let's make it 'Multiband MidSide Comp'. Hope it fits.
- [x] mb-ms-comp: numeric readout or scale on the…
-
Thanks for open sourcing this, I find it a very interesting project!
A lot of the features and goals seem similar to [faust](https://faust.grame.fr):
* Minimalistic
* Data flow
* Declarative
* …
-
Hello,
After updating to 2.40.0 (from 2.37.3) Faust is generating invalid **D** code when using the **-lang dlang** option.
Comparing my old generated code with the new, it appears that the issu…
-
Is it possible to implement faust compiler with faust to csound compiler. For cabbage IDE https://cabbageaudio.com/
-
I have this DSP (stripped down version of an instrument I'm working on) - this example extracts two partials from white noise. Note that all code examples were tested in the online IDE on the day of t…
-
On loading a dsp file, there is this error `Impossible to init JackAudio Client`.
This error happens from `faust/audio/jack_dsp.h` in `jack_client_open`.
It's hard to tell why this error occurs in…
-
Need to check this https://github.com/DBraun/DawDreamer/blob/e4be8670e570e6b5fb187e1c9f50fdf584d32030/.github/workflows/all.yml#L99-L117
-
Example dsp:
```faust
declare options "[nvoices:6]";
//declare nvoices "6";
import("stdfaust.lib");
// polyphonic control parameters:
freq = hslider("freq", 440., 0., 18000., 0.);
gain = hsli…