summaryrefslogtreecommitdiffstats
path: root/src/control
AgeCommit message (Expand)Author
2018-06-12Source typosluz.paz
2018-04-06Typo fixes luzpaz
2018-04-03Avoid expected missing control warningsDaniel Schürmann
2018-03-22Rename direct control object to EncoderOwen Williams
2018-03-22Fix library select knobs that pass through their values directlyOwen Williams
2017-11-06Implement missing midi convert functionsDaniel Schürmann
2017-10-24Made a logarithmic flanger speed knobDaniel Schürmann
2017-10-21Added KNOB_LINEAR_INVERSE and KNOB_LOGARITHMIC_INVERSEDaniel Schürmann
2017-10-21Warn about missing Midi representationDaniel Schürmann
2017-10-21verify lokal pBehaviorDaniel Schürmann
2017-10-21clean up function names a bitDaniel Schürmann
2017-10-18Disable broken midi access to COs where no behaviour is installedDaniel Schürmann
2017-10-18use override keyword in controlbehaviour.hDaniel Schürmann
2017-06-29Revert "do not clamp out-of-bounds ControlPotmeter parameters when allowed"be_
2017-04-17Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-11do not clamp out-of-bounds ControlPotmeter parameters when allowedbe_
2017-04-10Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-02Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-03-15quarantine legacy behavior of ControllerEngine::connectControl inside a blockbe_
2017-03-15restore legacy behavior of ControllerEngine::connectControl when passed strin...be_
2017-03-15remove redundant warningbe_
2017-03-14rename ControllerEngineConnection -> ScriptConnectionbe_
2017-03-14cleanup ControllerEngine::connectControl and related code, plus add testsbe_
2017-02-28factor out duplicate code to new ControllerEngineConnection::executeCallback ...be_
2017-02-11support default values for persistent ControlPotmetersbe_
2017-02-06replace remaining enums in EffectManifestParameter with enum classesbe_
2017-02-04Convert tabs to spaces.RJ Ryan
2017-02-03Smooth the knob scale even more.Daniel Schürmann
2017-01-15Add some missing includes, remove some unneeded ones.RJ Ryan
2017-01-05change ControlObject constructors to take a defaultValue rather than initialV...be_
2017-01-05add support for initial values to persistent ControlPushButtonsbe_
2017-01-05add support for initial values for persistent ControlObjectsbe_
2017-01-03Update CPBBehavior::ButtonMode enum to match CPB::ButtonMode.RJ Ryan
2016-12-20Add a ControlObject::forceSet alias for ControlObject::setAndConfirm.RJ Ryan
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
2016-12-18an other -> anotherDaniel Schürmann
2016-05-12Only construct ControlObject::m_trackKey if tracking is enabled.RJ Ryan
2016-05-12Delay QTimer creation in ControlPushButtonBehavior.RJ Ryan
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Fix typo.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-24Use thread-safety annotations for ControlDoublePrivate's static members.RJ Ryan
2016-01-28Don't create skin controls for empty ConfigKeys.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Pull some user settings application logic out of MixxxMainWindow.RJ Ryan
2015-05-07Revert "Revert "Revert "Allow to set a value when initalize new COs"""Owen Williams
2015-05-07Revert "Use &ok, to check if we have a config value."Owen Williams
2015-05-07Use &ok, to check if we have a config value.Daniel Schürmann
2015-05-07Revert "Revert "Allow to set a value when initalize new COs""Daniel Schürmann
2015-05-06Revert "Allow to set a value when initalize new COs"Owen Williams