Math Stereo Reverb and Filter (Ruby)

Post any examples or modules that you want to share here
User avatar
User108
Posts: 37
Joined: Thu Apr 18, 2013 9:52 pm

Re: Math Stereo Reverb and Filter (Ruby)

Post by User108 »

Tepeix wrote:Here it is.
I tried other number and also "@insnd.size" but is what not better
I could not catch that unprocessed step, but found that filter is very noisy due to some incorrect logic. And the correct one still to come later when I have some free time.. So I commented out one line which disabled filter. Now sine wave sounds pure as it should be.
Although as I read from Google, Low pas filter has a pretty straight forward algorithm, just averaging nearest samples - it will remove fast changing samples, which are higher frequencies.
Attachments
Math Reverb 1.5 stereo with synth no filter.fsm
(124.16 KiB) Downloaded 1282 times
HiAsm - A Visual Programming IDE for ALL programming languages:
https://hiasm.com
User avatar
User108
Posts: 37
Joined: Thu Apr 18, 2013 9:52 pm

Re: Math Stereo Reverb and Filter (Ruby)

Post by User108 »

And here's my previous experiments with this reverb, where bugs created some interesting vocoder effect.. I forgot the line responsible for this, but think somewhere in feedback processing.
Attachments
Math Reverb 1.4 stereo_vocoder glitch.fsm
(96.53 KiB) Downloaded 1325 times
HiAsm - A Visual Programming IDE for ALL programming languages:
https://hiasm.com
Post Reply