summaryrefslogtreecommitdiffstats
path: root/src/control
AgeCommit message (Expand)Author
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06ControlProxy::connectValueChanged support Qt 5 functor syntaxBe
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
2019-01-01fix uninitialized warning and remove unused variableDaniel Schürmann
2018-12-26Re-add slot count unconditionallyUwe Klotz
2018-12-25Fix use of QAtomicInt for Qt5.2Daniel Schürmann
2018-12-25Fix release of writer lock on ControlValueUwe Klotz
2018-12-24Replace conditional else branch with early exitUwe Klotz
2018-11-22Replace ControlValue with new, lock-free MpscFifo classUwe Klotz
2018-11-22Add warning for reading atomic control values only onceUwe Klotz
2018-11-22Rename constantUwe Klotz
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-28Fix breakage from PR #1869 due to using Qt 5 features not supported on Trusty...RJ Skerry-Ryan
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-27Address review comments.RJ Skerry-Ryan
2018-10-26Merge pull request #1700 from daschuer/valueChangedFromEngineRJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2018-06-12Source typosluz.paz
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
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_