https://janostman.wordpress.com/2016/01/15/how-to-build-your-very-own-string-synth/
Is that the Roland Juno on an 8-bit chip guy?
Hmm, didnât know you could just pull a keyboard out of something and use it. This would be great for my Axoloti.
Now itâs 8 naive sawtooth oscillators without any kind of anti-aliasing called a âsolinaâ.
Thatâs that guy who likes to use big words for little things.
Maybe his day job is in SEO?
Schematics for ants
He talks about a phaser and describes a chorus/ensemble.
Alright, thereâs a very simple flanger, certainly not the triple-LFO thing used in the SolinaâŚ
Certainly not a phaser though, that uses allpass filters! Admittedly the effect is somewhat similar to a flanger but itâs still distinctâŚ
I may be wrong, but I think phaser and flanger effects are produced in the same way- with short , LFO-modulated delays, producing phase-cancellation when mixed back in with the original signal. I think the difference between the two effects is just the range of the base delay time (shorter for phasing, longer for flanging).
a|x
Chorus is produced in basically the same way, I think.
The old string-synths used to have several of these modulated delay circuits running at the same time, for that characteristic thick sound.
a|x
Historically, phaser effects were produced with all-pass filters. Thatâs the criterion I use personally to distinguish the two.
Yeah, phasing and flanging both produce moving notches in the frequency spectrum but itâs how theyâre produced and the resultant spacing of the notches that characterises them. A phaser doesnât use a delay, it instead uses allpass filters to shift the phase of part of the spectrum. When this is mixed back with the original signal, the parts that are 180 degrees out of phase cancel. Phaser notches are much more widely spaced and fewer in number, the classic MXR Phase 90 is 4-stages and thus has two notches. Flanging creates a comb filter, much more âwhooshyâ because of the large number of little notches, while feedback makes it metallic.
Gotcha. I think I may have been mixing up chorus and phasing, in that case.
Or perhaps Iâm just confusedâŚ
a|x
Yes, the same guy.
Oliver, if you analylse the code it is anti aliasised.
Do all the calculations and youâll se.
And t2k, mocking people doesnt work in neither your or my world?
Just some respect, please?
> Do all the calculations and youâll se.
Iâve done them and I donât see anything. Care to explain how it works?
âDCOPHâ is a sawtooth with aliasing, âintegratorsâ doesnât integrate anything at all since itâs a ramp counting down from 28 to 0 at each edge of DCOPH. I kind of get the idea that youâre trying to use these to generate a band-limited pulse that you would be integrating somewhere, but thereâs no other code in sight.
Are you sure you have published all the code?
The integrators are count down slopes at 753Hz.
Lower trigger and they get flat, higher and the amplitude lowers.
But the requency is fixed at 753Hz.
The eight harmonic, the top of my keyboard, is still below half the samplig frequency and Nyquist rate. (in reality -48dB below the signal.)
If there are any overtones, because of staircase or other artifacts, in my signal they are beyond the DAC.
And Iâm giving it all away on the internet.
That was one of your Points, open source.
Not living up to that today?
Now itâs my turn.