DigiDrie icon indicating copy to clipboard operation
DigiDrie copied to clipboard

A monster monophonic synth, written in faust.

Results 16 DigiDrie issues
Sort by recently updated
recently updated
newest added

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. ![キャプチャ](https://user-images.githubusercontent.com/6243462/181905916-7d8835a5-1843-437e-91d2-2db94ff9eb47.PNG)

bug

Reopening GUI forgets previously opening tabs. I'll work on this.

enhancement

different waveforms, retrigger, beat sync

enhancement

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,...

question

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...

enhancement

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...

enhancement

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...

question

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...

enhancement