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

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

enhancement

Current C++ code on `vst3migration` branch is generated with faust's `-mapp` option. Perhaps that's the reason. I'll investigate it.

bug

Changing octave adds some cracking noise to the output. Perhaps adding smoothing filter to the input value solves this.

bug

I added another filter. It sounds great, but uses quite some CPU: it went from 36% to 39% on my machine. Also the compile takes way longer with this. What...

You asked for modulation of all parameters by oscillators. The [osc_modulation branch](https://github.com/magnetophon/DigiDrie/tree/osc_modulation) has that, but in a hacked and buggy way. It is hacked in the sense that the vector...

Compiling `DigiFaustMidi.dsp` with `-vec` option outputs following error. ```bash $ faust2jaqt -t 0 -time -vec DigiFaustMidi.dsp # ... end prepare2 (duration : 0.0004251) ERROR : 'control/enable' can only be used...

wontfix