Octaver / subharmonizer

Post any examples or modules that you want to share here
Post Reply
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Octaver / subharmonizer

Post by KG_is_back »

I'm working on a Sub-harmonizer that creates sound an octave lower than the input. It scans how th output changes and every time it goes from dropping to rising it switches the direction of how input transposes itself to output. The output would be off center so it is also constantly DC-blocked with simple highpass filter. After that you have a wave that looks like sum of 1/2 and 3/2 frequency sine waves of original sine wave. it is passed through wave-shaper so it becomes almost pure sinus.

This is just a core of the sub-harmonizer. in order to work for regular signal, the signal has to be pre-filtered to be almost pure sinewave (or similarly shaped wave). This filter is not included in this schematic - I'm still struggling with it. I was thinking maybe of pitch-tracking bandpass or lowpass.
Attachments
octaver.fsm
(134.68 KiB) Downloaded 1309 times
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Octaver / subharmonizer

Post by tester »

Would not work something like this:

optional filter (lowpass, bandpass, whatever butterworth based, sharp slope) to get the band of interest -> pitch tracking --> pitch/frequency shifter --> mixer

?

I guess with such pitch tracking, filters could be applied too for selecting what part of harmonic content should be used for sub-adder (for example first few harmonics of vocal).
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Octaver / subharmonizer

Post by KG_is_back »

I had a version that used bandpass filters to split spectrum into semitones - so it was basically polyphonic. That was cool but also a CPU eater - 3 parallel code blocks (packed mono4) per octave. Had a really funny effect on the voice :-D


http://www.mediafire.com/download/z2588kf8dc58fs0/octaver2.osm
Post Reply