DigiDrie
DigiDrie copied to clipboard
A monster monophonic synth, written in faust.
Thank you for this interesting plugin. I'm on Debian sid and I got some errors when building the plugin with DPF, following the instructions [here](https://github.com/magnetophon/DigiDrie/tree/master#plugin): ``` Compiling parameter.cpp In file...
@ryukau I just wanted to say I'm sorry for what happend. I want us to finish this wonderful synth.
FL is mentioned in title because this might be DAW specific. Cloning DigiDrie causes following error. I'll work on this issue. 
We don't want to expose all of them, right? How many is a practical maximum? I'd say we need at least the params of the default macro. If you agree,...
I replaced the sine oscillator with a sine-noise oscillator. When index is 0, you hear a sine, just like with all the other oscillators. When index is between 0 and...
Currently ``tab macros -> curve`` is implemented as: ```faust mapping(x) = pow(x,curveIndex); curveIndex = select2(curveSlider>0 , 1/(abs(curveSlider)+1) , curveSlider+1 ); ``` This gives an asymmetric behavior, both between positive and...
Evaluation stage of Faust takes more than 120 seconds on my environment. This triggers `Alarm clock` and compilation is terminated when using `faustbench`. Probably there's workaround, however it's nice to...
Vibrato
An important feature imho,is vibrato: modulating the pitch with an LFO. What are your thoughts on this? I see 3 options: - I can make a simple dedicated LFO for...