Making Zam's DynamicEQ stereo

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
User avatar
sysrqer
Established Member
Posts: 2520
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Making Zam's DynamicEQ stereo

Post 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.
User avatar
marbangens
Established Member
Posts: 56
Joined: Fri Nov 16, 2018 8:39 pm
Been thanked: 6 times

Re: Making Zam's DynamicEQ stereo

Post 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.
User avatar
marbangens
Established Member
Posts: 56
Joined: Fri Nov 16, 2018 8:39 pm
Been thanked: 6 times

Re: Making Zam's DynamicEQ stereo

Post 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
User avatar
sysrqer
Established Member
Posts: 2520
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Re: Making Zam's DynamicEQ stereo

Post 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.
User avatar
marbangens
Established Member
Posts: 56
Joined: Fri Nov 16, 2018 8:39 pm
Been thanked: 6 times

Re: Making Zam's DynamicEQ stereo

Post 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
User avatar
sysrqer
Established Member
Posts: 2520
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Re: Making Zam's DynamicEQ stereo

Post by sysrqer »

Thank you so much, it seems to work!
Very much appreciated.
User avatar
marbangens
Established Member
Posts: 56
Joined: Fri Nov 16, 2018 8:39 pm
Been thanked: 6 times

Re: Making Zam's DynamicEQ stereo

Post by marbangens »

No problem, tell me if you need any other zam plugin in stereo, or something like that. That was fun :)
User avatar
sysrqer
Established Member
Posts: 2520
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Re: Making Zam's DynamicEQ stereo

Post 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.
Post Reply