Comment 3 for bug 1516739

Revision history for this message
Daniel Schürmann (daschuer) wrote : Re: auto-duck: option for fading time

Yes, something like this could be possible.
Once you are able to build Mixxx from source, and you have some remaining fun and spare time, you should be able to add such feature even without much c++ knowledge.

Accessing the config values will look like that:

m_pConfig->getValueString(ConfigKey(m_group, "duckAttackTime"), "0.1").toDouble()
m_pConfig->getValueString(ConfigKey(m_group, "duckDecayTime"), "1.0").toDouble()

On which OS are you?