summaryrefslogtreecommitdiffstats
path: root/src/control/controlbehavior.cpp
AgeCommit message (Expand)Author
2018-06-12Source typosluz.paz
2018-04-06Typo fixes luzpaz
2018-03-21Rename direct control object to EncoderOwen Williams
2018-03-21Fix library select knobs that pass through their values directlyOwen Williams
2017-11-06Implement missing midi convert functionsDaniel 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-21clean up function names a bitDaniel Schürmann
2017-06-29Revert "do not clamp out-of-bounds ControlPotmeter parameters when allowed"be_
2017-04-11do not clamp out-of-bounds ControlPotmeter parameters when allowedbe_
2017-02-03Smooth the knob scale even more.Daniel Schürmann
2016-05-12Delay QTimer creation in ControlPushButtonBehavior.RJ Ryan
2015-01-08Misc style / typos.RJ Ryan
2014-10-31minor style fixDaniel Schürmann
2014-10-15Merge remote-tracking branch 'upstream/master' into moog_ladder_filterDaniel Schürmann
2014-10-09Force minDB to be negative to avoid div by zero laterDaniel Schürmann
2014-10-09Some documentation improvementsDaniel Schürmann
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-09-01Merge remote-tracking branch 'upstream/master' into audiotaperDaniel Schürmann
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-20Switched over to 0 .. 1 for softtakeoverDaniel Schürmann
2014-06-17Fixed center position hack for ControlLinPotmeterBehaviorDaniel Schürmann
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-17uninitialized membersMarcos CARDINOT
2014-04-03Change playposition range back to 0-1. Fixes Bug #1201972.RJ Ryan
2014-03-26fixed remaining log issuesDaniel Schürmann
2014-03-26make bitchusher downsample logarithmic and inverse to match bit_depthDaniel Schürmann
2014-03-26added controleffectknob.cppDaniel Schürmann
2014-03-21Fix incorrect scaling factor in ControlTTRotaryBehavior::parameterToValue. (...Owen Williams
2014-03-19Restore range-limiting behavior in ControlPotmeter removed in db2f130cb32f548...RJ Ryan
2014-02-16Fixed releasing a Power window button from midi. Regression from 7ff2ffdd5063...Daniel Schürmann
2014-02-07Fixed bush and release interpretation again accoring to the midi specsDaniel Schürmann
2014-02-07Ignore MIDI_NOTE and rely on dParam when mapping Midi Pushbuttons.Daniel Schürmann
2014-01-04Rename widget parameter to parameter.RJ Ryan
2014-01-04Minor refactoring in Midi to Control pathDaniel Schürmann
2014-01-03Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0].RJ Ryan
2013-12-08Introduced LONGPRESSLATCHING button SyleDaniel Schürmann
2013-11-30Fix shadowed overloads discovered with clang.RJ Ryan