Roland Rabien

Results 35 comments of Roland Rabien

Do you have pb set to 2 here?

Crush is adding some random dither noise, sometimes you hear it sometimes you don't I've removed it, let me know if it fixes it

Thanks, I knew Wavetable wasn't in the big zip, I'll check to see why the others are missing

I wonder if the smoothing on params is too slow. I can try speeding it up. Do you see same issue if mod source is lfo?

Can you share a preset? You can right click on preset and "reveal in finder".

In the main ADSR there is a Vel knob

Unfortunately this 'custom' SDK was removed from juce again due to issues with Steinberg. The only way to build VST2 is to use an older version of juce (which I...

`FourOscPlugin` uses `juce::MPESynthesiser` internally which has terrible voice stealing algorithm. I'll try and find a way to work around it.

Actually, I did implement a somewhat better voice stealing algorithm. Can you find this line ``` isQuickStop ? std::min (0.01f, paramValue (synth.ampRelease)) : paramValue (synth.ampRelease)` ``` And try increasing 0.01f,...

It's a bad design I think I just need to rework how the voice handling works.