Hi all,
I try to build a Juno6 virtual synth. I have a draft version but it sound not like the analog version (comparison from sample on the Internet). I suspect my vcf implementation :
- Juno 6 vcf have a 4Hz to 40KHz input range : how to do this with vcf axoloti object ?
- Juno 6 vcf envelope modulation have a range of 10 octaves max : how to adapt adsr output for axoloti vcf pitch input ?
- Juno 6 vcf is a 4 pole low pass filter : I read that it was possible to make a 24db/octave filter chaining to 2 pole low pass filter. Is it true ? Is it not a naïve approach ? I read on puredata forum it was preferable to use moog~ filter in order to emulate an analog 4 pole filter. This response from @johannes seems to say that the answer is not so simple.
- Problem found by @DrJustice in the topic, can it have an impact on my juno vcf analog virtualization ?
Thanks for yours answers.