-
I was wondering if it would be possible to add a Phase Distortion Osc, like the Casio CZ line. I think that PD combined with the filters and modulation capabilities of Surge would be great.
-
When I test my plugin on travis, I get:
https://travis-ci.org/magnetophon/CharacterCompressor/builds/144783805#L1432
I can't install a ladspa of this plugin locally (my distro doesn't have the needed…
-
I know you are not at this stage yet, but maybe we can already brainstorm.
# copy functions
We talked about adding functions to copy parameters from one macro to another.
In an ideal world,…
-
different waveforms, retrigger, beat sync
-
* https://jackaudio.org/metadata
* https://jackaudio.org/metadata/pretty-name
* https://jackaudio.org/metadata/signal-type
* https://github.com/jackaudio/jack2/blob/master/common/jack/metadata.h
…
-
Hello,
I am trying to use faust2wasm (processor) to run a faust.dsp on the browser. faust2wasm -worklet works fine on Chrome and Firefox but I also need support for Safari (in macOS & iOS) that is w…
-
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
_MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON);
it needs xmmintrin.h and pmmintrin.h for it
they flush a very small number to zero even before a de…
-
Idea: plugins for selecting between a pair of stereo signals
If it should be a knob, then the value can permit to crossfade the pair of signals.
with value=0 being full A, value=1 being full B
…
-
I'm very new to Faust, just testing it out currently. One thing I have noticed is if I use the `faust2au` or `faust2vst` commands to generate plugins (an amazing feature btw) - there doesn't appear to…
-
An easy way to reproduce this problem is to use
```
faust2portaudiorust ./examples/gameaudio/rain.dsp
```
Running `cargo run` crashes with:
```
Faust Rust code running with Portaudio: sam…