-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
About C* Eq, C* Eq2x2 and Multiband EQ in LMMS 1.1.3 (French version in Win7) #3566
Comments
Tested this in 1.2.1 and it looks like it's something going on here for sure.
I think this would fall under upstream with the caps project. http://quitte.de/dsp/caps.html |
I feel strongly that this bug should be fixed separately from the submodule. The submodule is likely to never be merged, or worse, merged and break a bunch of backwards compat. If the wrong plugin is inserting, we just need to debug why that's occurring and patch. In 1.2.x, we host all of the plugin code in the repo, so it's our bug to fix, and then we can tarball a fix upstream if it still exists there. At a glance, it's probably a simple off-by-one bug. |
Looking into this again and I think I know what's going on. C* Eq is mono and C* Eq2x2 is stereo. In lmms mono ladspa plugins opens up in stereo with an option to link the controls or have separate settings left/right. This looks confusing because one plugin that is mono (picture left) will appear as being stereo and a stereo (picture right) will have one set of controls so compared side by side one would agree that something is up with those plugins. The ladspa plugins are correct in this regard so I'm closing this as invalid (issue 1). The other issues (2,3) belong upstream with the original developer (caps). |
About C* Eq, C* Eq2x2 and Multiband EQ in LMMS 1.1.3 (French version in Win7)
When you add C* Eq (=mono), it's C* Eq2x2 (=stereo) that appears
When you add C* Eq2x2 (=stereo), it's C* Eq (=mono) that appears
I think it's a notch filter because when I export my signal (e.g. a white noise), then I import it into the AudioFileProcessor and I detune it one octave down, well the sonogram tells me it would be a notch filter
Procedure for hearing the delay:
Procedure for hearing the volume increase:
The text was updated successfully, but these errors were encountered: