-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: A-B selector plugin #2
Comments
There is already an x42 plugin for this, no? I think either the stereo balance or DJ EQ one But this is something that fits the OK series. |
Well not really, compared to the picture above. It has 4-in 2-out, vs 2-out and 4-in. |
Ah I get it now! A/B for output, not for input. |
Here's the faust equivalent code
|
can you post the generated c++? the cross-fade mode that the x42 plugin has is very handy, would be nice as an option. |
I'd likely tweak it a bit at first. |
I can setup some stub for the xfade plugin. |
AB output selector? Faust code and C++ (note the "LGPL with exception" mention on the smoothing function, I can work around in case it's a problem) |
A-B or AB ? Any license is fine, this project doesnt need to be restrictive on that. |
From a quick search, it seems as if it's most often written as A/B. |
ok, A/B it is. btw, I think an input version like the xfade plugin would be great here. so we have a matching set. |
Done (I've given both a quick test) |
thanks again. looking at the code I do not really like the generated output style... how should this be credited in the sources? I was thinking basically just credit in-source like this:
would this be ok and enough? |
This creates a mixed-license source file, whose parts will be assigned to either me or GRAME. |
I added the skeleton/stub code at 0e9856e |
A C++ version, just written. |
Update because of forgetting to set the T60's |
Cool. I will add this in myself later today if you are lacking on time. btw, do line graphs make any sense for these? I was thinking 3 lines. one for each pair. |
I'm away a moment, but I can integrate this into your stub shortly, no problem. |
We can perhaps close this one. Compared to x42's version, the extra mode option it has is regarding crossfade (overlapping vs non-overlapping) Right now the version as you made only has non-overlapping mode. |
Most likely. I asked around and received another answer:
Other:
|
You can yes, there is an optional function to set details of audio ports. |
How about having a graphics of a bee on the plugin skin? |
well, no |
Idea: plugins for selecting between a pair of stereo signals
If it should be a knob, then the value can permit to crossfade the pair of signals.
with value=0 being full A, value=1 being full B
The text was updated successfully, but these errors were encountered: