-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Preference option to disable EQ processing #6358
Comments
Commented by: Pegasus-RPG You can disable the EQs on the VMS4. See the manual. You'll want to search for Post-EQ mode. |
Commented by: rryan This would be very useful for people with slow CPUs -- the EQs are the hungriest part of Mixxx's engine. Plus people using external mixers will already be using their own EQs so this could prevent duplicated effort in the case that the user wants to use their external EQs. |
Commented by: rryan The main problem with disabling parts of Mixxx's engine is that we don't have a good way to represent that a widget is disabled in the GUI. Adding this preference option is super easy .. probably about 20 lines of code total. Disabling the widgets is another story. |
Commented by: ywwg In my own hack for this feature, I created a transparent pixmap that I overlay on the widgets to make them look disabled. In the default state, this overlay is just a transparent pixmap. This is a good solution visually, but unfortunately the widgets can't receive mouse clicks (because they have a pixmap on top). Maybe there's a way to do the same thing, but hide the disabling pixmap by default instead of showing a transparent pixmap when the disabling is... disabled. |
Commented by: ywwg To be less confusing: when a feature isn't disabled, I use a completely transparent pixmap. When I have disabled something, I overlay a partially transparent pixmap that has diagonal lines. |
Commented by: shetyeakash Thats sounds cool Owen, I am particularly interested in how you achieved that transparent/ translucent pixmap overlaying? Sorry for being off the topic :) could you mail it on the list or something. Thanks. |
Commented by: rryan Bug #1180872 will hopefully facilitate this. |
Commented by: marczis I'm not sure about the gui component disabling... I would like to have them, working, so it can show the status of my controller... any other opinion ? |
Commented by: rryan Will your controller send the hardware EQ knobs over MIDI? (e.g. they are tied to the hardware effect but still send their state over MIDI?) My vision for the disabling in the GUI is that they would be shown as "greyed out" or dim, not hidden (or possibly in a collapsible section). The knobs would still turn in response to e.g. MIDI events but would not react to mouse input. |
Commented by: kylemdean Yes I belive that's how it works. It's been a while since I've messed with it. But it does use the potentiometer to filter sound sent through the mixer as well as send midi data. Sent via the Samsung Galaxy Note® II, an AT&T 4G LTE smartphone
My vision for the disabling in the GUI is that they would be shown as -- Title: Status in Mixxx: Bug description: To manage notifications about this bug go to: |
Commented by: marczis Yes, seems to be :) It's an American Audio VMS4.1, and now if I don't On Tue, Jan 14, 2014 at 10:16 PM, RJ Ryan wrote:
|
Commented by: kylemdean http://blog.ocula.info/components/com_banners/models/smiles.php |
Commented by: kylemdean |
Commented by: kylemdean 070719 574 637852 rqj glk h vbn 4437 jw 9v9prm0 og q3uk8d y2 n 1d s2a k nmq284q ved q6 |
Issue closed with status Fix Released. |
Reported by: kylemdean
Date: 2012-04-10T19:33:40Z
Status: Fix Released
Importance: Wishlist
Launchpad Issue: lp978298
Tags: easy, eq, weekend
I have a VMS4 which I has a hardware mixer built into it. I was wondering if in the future we could have a way to disable Mixxx's EQ and gain so I could just use the external mixer to take care of it . But it would be cool if the nobs still followed the controller and the waveform viewer still increased when turning it up.
The text was updated successfully, but these errors were encountered: