summaryrefslogtreecommitdiffstats
path: root/src/control
AgeCommit message (Expand)Author
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
2015-04-22Address @ywwg's review comments on PR 559.RJ Ryan
2015-04-22Added some comments about the new parameter defaultValueDaniel Schürmann
2015-04-22Rename value to defaultValueDaniel Schürmann
2015-04-22Allow to set a value when initalize new COsDaniel Schürmann
2015-01-08Misc style / typos.RJ Ryan
2014-12-17Convert most Q_ASSERTs into DEBUG_ASSERT_AND_HANDLEs.RJ Ryan
2014-11-21Remove double-hash lookup in ControlDoublePrivate::getControl.RJ Ryan
2014-11-05Merge remote-tracking branch 'upstream/master' into flter_rackDaniel Schürmann
2014-11-05Added Alias controlls to development toolsDaniel Schürmann
2014-10-31minor style fixDaniel Schürmann
2014-10-15Merge remote-tracking branch 'upstream/master' into moog_ladder_filterDaniel Schürmann
2014-10-08Fix leaking controls.RJ Ryan
2014-10-09Force minDB to be negative to avoid div by zero laterDaniel Schürmann
2014-10-09Some documentation improvementsDaniel Schürmann
2014-09-27Don't create a ControlDoublePrivate if the supplied ConfigKey is empty.RJ Ryan
2014-09-24Reworked the LogPotmeter to bend the desired range to a 0 ... -40 db scaleDaniel Schürmann
2014-09-22revamp of the filter effect based on Bequad filtersDaniel Schürmann
2014-09-19Remove const from midiValueToParameter to prevent shadow warning.RJ Ryan
2014-09-13Revert one exit point patch in ControlLogPotmeterBehavior::parameterToValueDaniel Schürmann
2014-09-13Revert one exit point patch in ControlLogPotmeterBehavior::valueToParameterDaniel Schürmann
2014-09-05Fixed early return in ControlLogPotmeterBehaviorDaniel Schürmann
2014-08-31Merge pull request #326 from ywwg/slipmode_fixOwen Williams
2014-09-01Merge remote-tracking branch 'upstream/master' into audiotaperDaniel Schürmann
2014-08-29rename deref to remove confusion with QAtomicInt::dref()Owen Williams
2014-07-26tweaked commentsDaniel Schürmann
2014-07-26Made ControlAudioTaperPotBehavior::midiValueToParameter constDaniel Schürmann
2014-07-26extended audiotaper test, fixed some corner cases dicovered by the testsDaniel Schürmann
2014-07-25Added some comments to the AudoTaperPot codeDaniel Schürmann
2014-07-25Merge remote-tracking branch 'upstream/master' into super-softtakeoverDaniel Schürmann
2014-07-20Switched over to 0 .. 1 for softtakeoverDaniel Schürmann
2014-07-12Merge pull request #283 from badescunicu/co_aliasDaniel Schürmann
2014-07-10Rename createAlias to insertAliasNicu Badescu
2014-07-01Merge pull request #267 from badescunicu/eq_effect_spaceDaniel Schürmann
2014-06-30Introduce a new mutex to guard access to s_qCOAliasHashNicu Badescu
2014-06-26We don't need to check if the alias has a creatorNicu Badescu
2014-06-24Attempt at CO aliasing (not working yet)Nicu Badescu
2014-06-17Fixed center position hack for ControlLinPotmeterBehaviorDaniel Schürmann
2014-06-15Fix typo in control.hNicu Badescu
2014-05-06removed default value from controlbehaviorDaniel Schürmann
2014-05-04fix midi correction for centerDaniel Schürmann
2014-05-04replaced all logpots with audio taper potsDaniel Schürmann
2014-05-02fix wrong conversion function and added debug stringsDaniel Schürmann
2014-05-02define control behaviour for audio taper potDaniel Schürmann
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-18Inline ControlDoublePrivate::get().RJ Ryan