Page 1 of 1

Making Zam's DynamicEQ stereo

Posted: Thu Dec 03, 2020 12:54 pm
by sysrqer
Has anyone attempted to make this plugin stereo? Or possibly know how it would be done?

I had a look at the source but it seems a bit beyond my level of tinkering although I can't imagine it would be too complex to do.

Re: Making Zam's DynamicEQ stereo

Posted: Fri Dec 04, 2020 5:22 pm
by marbangens
Just start, add 2 (or 1?) input and 1 output here https://github.com/zamaudio/zam-plugins ... uginInfo.h
then you need to add input[0-1][frames] and its sidechain input so that will probably be input[2-3][frames]. add it in and go thru all the dsp and debug. look here https://github.com/zamaudio/zam-plugins ... n.cpp#L693.
maybe just double call run one for left and one for right, a little patch for that I could do tomorrow.

Re: Making Zam's DynamicEQ stereo

Posted: Sat Dec 05, 2020 2:33 pm
by marbangens
Hi I'm running the plugin with 2 extra in and 1 out so all stereo now. just looking at the jack client here stereo seem to work and I can pan a signal thru.
Just need to do the testing, I post it here or something like that later tonight

Re: Making Zam's DynamicEQ stereo

Posted: Sat Dec 05, 2020 2:41 pm
by sysrqer
That would be fantastic thank you. I'm away from home at the moment so haven't had a chance to try any changes but it's great to hear you've got it working.

Re: Making Zam's DynamicEQ stereo

Posted: Sat Dec 05, 2020 7:30 pm
by marbangens
I couldn't find any problems but if you do tell me, have a awesome night, cheers :D
https://github.com/martinbangens/Patches

Re: Making Zam's DynamicEQ stereo

Posted: Sun Dec 06, 2020 6:03 pm
by sysrqer
Thank you so much, it seems to work!
Very much appreciated.

Re: Making Zam's DynamicEQ stereo

Posted: Mon Dec 07, 2020 11:57 am
by marbangens
No problem, tell me if you need any other zam plugin in stereo, or something like that. That was fun :)

Re: Making Zam's DynamicEQ stereo

Posted: Tue Dec 08, 2020 5:32 pm
by sysrqer
marbangens wrote: Mon Dec 07, 2020 11:57 am No problem, tell me if you need any other zam plugin in stereo, or something like that. That was fun :)
Well since you asked :D The delay would be particularly useful in stereo. Perhaps the saturation/distortion ones too, they might work well on loops and stuff.