Hello everybody!
I'm new to the forum, but not new at all at Kx! I've been using it since the "modified" APS drivers didnīt work anymore (WinXP).
So, first of all, my big, big thanks to all of the team that let me make so many years of audio and music production using my Live!
I've done two little dsp plugins yesterday, after reading some code. Theyīre not a big thing, just consider them a tiny collaboration to the cause.
First one, I call it "Distributor". It routes a stereo signal to either two stereo outputs, but it makes a crossfade from out1(LR) to out2(LR). You could see it as the Crossfade plugin the other way around. I needed it to make a smooth transition between my two outputs, each one feeding a different power amp.
The second, is named "Karaoke Crossfade". It uses the principle of summing the left and right channels with inverted phases to cancel the "central channel", that is, everything that is the same in both channels.
The crossfade lets you choose the signal completely "Dry" at right, or completely "Karaoked" at left. This due to the fact that, depending on the audio material, the effect can be too extreme, leaving just a little of the original audio.
Theyīre given "as it is"

. I mean, there must be other ways to program this, and Iīd like your commentaries and suggestions.
My first question (what do you think this is all about?) is,
To develop any gui itīs necessary to combine this with c++, isntīt it?
Even in simple cases i've seen code without "Control" keyword in it (for faders, etc.)
Thank you,
Pablo
PD: Crop the file name so that it finishes in .da (I had to add the .txt extension to upload files)