summaryrefslogtreecommitdiffstats
path: root/src/engine/keycontrol.h
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-14Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-11-28LoopingControl: use m_pBeats and m_pTrack in a thread save wayDaniel Schürmann
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
2018-04-06Typo fixes luzpaz
2017-10-31Removed unused EngineControl::getTrigger() and added some missing override ke...Daniel Schürmann
2017-08-27Removed unused fields from GroupFeatureState and scale length by secondsDaniel Schürmann
2017-03-22keycontrol.h: add declaration of m_keyunlockModeronso0
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-01-05Removed unnecessary include for tapfilter.h in engine/keycontrol.h.Ferran Pujol Camins
2015-01-03Moved movinginterquartilemean.h /.cpp and tapfilter.h / .cpp to src/util.Ferran Pujol Camins
2014-12-31Remove atomic nature from m_pitchRateInfo, since it is now used in the engine...Daniel Schürmann
2014-12-31Use QAtomicInts to signal pending updates of pitch COsDaniel Schürmann
2014-12-31Prepare to move updates to the engine threadDaniel Schürmann
2014-12-30remove pitch scale strings from keylock modeDaniel Schürmann
2014-12-30pitch is now always absoluteDaniel Schürmann
2014-12-30Added new CO: pitch_adjustDaniel Schürmann
2014-12-30reintroduced use of vinylcontrol_rate in keycontrolDaniel Schürmann
2014-12-29fixed lost SpeedSliderPitchRatio from last commitDaniel Schürmann
2014-12-29Remove m_speedSliderPitchRatioDaniel Schürmann
2014-12-29store pitchRateInfo.pitchTweakRatio into atomic struct, remove use of noisy v...Daniel Schürmann
2014-12-29renamed m_pVCRate to controlScratch and make it a ControlObjectSlaveDaniel Schürmann
2014-12-28use the vinyl rate to calculate pitch if vinyl is enabledDaniel Schürmann
2014-12-20removed unused funktionDaniel Schürmann
2014-12-16Added slotSetEngineKeyDistanceDaniel Schürmann
2014-12-15Introduced new control "reset_key"Daniel Schürmann
2014-12-10Use a ControlValueAtomic to return pitch and tempo from KeyControlDaniel Schürmann
2014-12-07Removed unused CodeDaniel Schürmann
2014-12-07follow new CODaniel Schürmann
2014-12-07Add new logic to KeyControlDaniel Schürmann
2014-12-02removed getPitchAdjustOctaves() and setPitchAdjustOctaves()Daniel Schürmann
2014-12-01Use PitchRatio for 1.0 = neutral pitch; Make use m_pKeyControl->getPitchRatio()Daniel Schürmann
2014-11-30Introduce KeyControl::updateKeyCOs()Daniel Schürmann
2014-11-30removed pitch_adjust control from enginebufferDaniel Schürmann
2014-11-29renamed pitch to pitch_adjust and introduced new pitch controlDaniel Schürmann
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-04-17remove unused membersMarcos CARDINOT
2014-04-11Fix conflicts with masterNicu Badescu
2014-04-05Use a ControlPotmeter instead of a ControlObject for visual_key_distance and ...Nicu Badescu
2014-03-30Add and set EngineKeyDistance ControlObject in keycontrol.cppNicu Badescu
2014-03-30Collect features from groups and expose them to effect processors.RJ Ryan
2013-12-06Workaround for Bug #1258617. If the pitch has not changed since enabling keylockRJ Ryan
2013-07-18Parameter names and delete leaked control.RJ Ryan
2013-06-20Add 'sync_key' control that pitch-shifts the current deck to match the key of...RJ Ryan
2013-06-19Merge branch 'master' into features_keyRJ Ryan