






Moderators: electrogear, exonerate
infuzion wrote:I'd want to test if the hops go out of sync.
Ah yes thanks for the linear De-zipper reminder! You can merge the Octal Packs into the Coeffs x-fade to cut the cycles needed by about 2/3 (since the code that is usually running is the actual hop stuff). From there, you can experiment with lowering that one hop samplerate. I think I'm more focused on keeping green triggers low & green -> stream sampling accurate since I can assume people will do wild & precise (starting/end points) automation.stw wrote:For the zippers - i didn't test if they are of any use here. I just left them in to prevent any glitches from the hopped code. I guess the dezippers are more efficient than a less hopped code in this case. I'd always prefer to choose higher hops in combinmation with a dezipper if the code is worth it. BTW the dezipper isn't a usual 1pole filter because it generates linear transitions whereas the 1pole filter does exponential fades.infuzion wrote:...De-zippers themselves are 1 pole filters. The hops can be made smaller if one is worried about zippering. Or put the Pack8 inside the XY mix; I'd want to test if the hops go out of sync. I'd experiment with & without big hops & De-zippers either way.martinvicanek wrote:I think there's no real need for the three de-zippers before the filter (coeffs are already blue there). However, I'd throw some in in the green yx path.
Also, why is the filter mono, or atleast the c/b input? Why go though all that packing? Maybe I'm misreading the code...
The filter is mono because it's an optimized 4 pack version of martins original 5 2pole serial filter approach. I took 4 of the 2poles into one 4pack. That's the reason for all that packing. Unfortunately the filter design demands 5 2pole filters so i had to deal with the last one with some extra calculation. That's the reason for that whole fpu code.

infuzion wrote: You can merge the Octal Packs into the Coeffs x-fade to cut the cycles needed by about 2/3 (since the code that is usually running is the actual hop stuff). From there, you can experiment with lowering that one hop samplerate. I think I'm more focused on keeping green triggers low & green -> stream sampling accurate since I can assume people will do wild & precise (starting/end points) automation.
I still don't understand your filter; the "a, b, c, etc" variable names with no comment/Code to refer to do not help. Perhaps I'm becoming too old & senile to wrap my mind around it; reading Ruby & JavaScript withDescriptiveVariableNames === selfDocumentationCoding has spoiled me. (apologies with those who web-translate)
If you have time, please diagram, or improve the variable names, or something?

Xtinct wrote:Example synth


The dual-filter with reverb is a great idea! Implemented well also, except I think I hear digital clipping.Xtinct wrote:Hi Tester heres the exe
If I can please my peers I'm doing somthing right


stw wrote:VowelFilterMorphXY2-Mono-stream.osm
better explaining version, no difference in code
Users browsing this forum: No registered users and 1 guest