friedolino78
friedolino78
> I don't mind this feature only applying to addsynth voice filters, but I'm just checking the intention is to omit the new behavior on addnote/padnote/subnote global level filters, right?...
> > For my use case it is sufficient to disable relfreq in voices. But now I think of making it more generic by adding the same port/feature to global...
GUI PR is https://github.com/mruby-zest/mruby-zest-build/pull/50
example using SEQ to modulate comb filter cutoff frequency. [https://soundcloud.com/friedolino78/filterseq](https://soundcloud.com/friedolino78/filterseq)
> I'm confused as to what specifically this new method enables. it is used here: https://github.com/zynaddsubfx/zynaddsubfx/pull/131/files#diff-e98b2d4afc8940d9c35c7717e974b3db303d2bb43c598b1ebe6c0c03c94340afR1301 it enables sending values without midi from internal control generators to any parameter. ->...
> Can you explain why 4.0f is used instead 1.0f. I thought phases were always [0.0f ... 1.0f> limited is only a factor to phaseInc.
> > // TBD: tuning the function to > > tuning the function to what? tuning to equal gain through the parameter range. right now it has a peak at...
> IMO the hysteresis function is too aggressive (with respect to the drive parameter) and it appears to be uniquely poor with respect to the DC parameter in that it...
things have been fixed. next round for reviewing.
> 2\. The second line (`phase += phaseInc * limit(tmp, 0.0f, 4.0f)`) needs to be well documented. Why do you change this after 8 years, and why `4.0`? Can you...