summaryrefslogtreecommitdiffstats
path: root/src/engine/keycontrol.cpp
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-10-26Merge pull request #1700 from daschuer/valueChangedFromEngineRJ Skerry-Ryan
2018-07-23Update keycontrol.cppbeenisss
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
2017-08-27Removed unused fields from GroupFeatureState and scale length by secondsDaniel Schürmann
2017-03-28adopt pitch_adjust when unlocking & keeping keyronso0
2017-03-26adopt speedPitchRatio, finally fix defaultsronso0
2017-03-23rename variables, swap & rename radio buttonsronso0
2017-03-22fix indentationsronso0
2017-03-22option how to unlock locked keyronso0
2016-09-18Singleton: delete assignement operator and copy constructor and some more lind.Daniel Schürmann
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-04-23Delete some leaking COsDaniel Schürmann
2015-03-24Fix key and pith displays after changing pitch adjust with a rate != 1Daniel Schürmann
2015-03-23Don't use a keylock scaler at very slow speeds.Owen Williams
2015-02-26Tabs -> spaces.RJ Ryan
2014-12-31Update comments for pitch COsDaniel Schürmann
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-31silence debugDaniel Schürmann
2014-12-30set fine pitch to 10 centDaniel Schürmann
2014-12-30remove pitch scale strings from keylock modeDaniel Schürmann
2014-12-30Update pitch_adjust slider when pitch changesDaniel Schürmann
2014-12-30pitch is now always absoluteDaniel Schürmann
2014-12-30Make pitch_adjust working and And replace pitch in DeereDaniel Schürmann
2014-12-30Added new CO: pitch_adjustDaniel Schürmann
2014-12-30fixed store positionDaniel Schürmann
2014-12-30removed unused lineDaniel Schürmann
2014-12-30reintroduced use of vinylcontrol_rate in keycontrolDaniel Schürmann
2014-12-30some cleanupsDaniel 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-29get rid of m_bOldKeylock because it suffers race conditionsDaniel Schürmann
2014-12-29added missin {Daniel Schürmann
2014-12-28skip pitch calculation if the rate is 0 (no transport)Daniel Schürmann
2014-12-28use the vinyl rate to calculate pitch if vinyl is enabledDaniel Schürmann
2014-12-21remove stray new linesDaniel Schürmann
2014-12-20removed unused funktionDaniel Schürmann
2014-12-20Tweaked pitchAndKeylockMode constantsDaniel Schürmann
2014-12-16Added tooltips for sync/reset_key and pitch_up/downDaniel Schürmann
2014-12-16Added slotSetEngineKeyDistanceDaniel Schürmann
2014-12-15implement void KeyControl::slotSetEngineKeyDaniel Schürmann
2014-12-15Introduced new control "reset_key"Daniel Schürmann
2014-12-12Changed pitch knob scale to semitones this matches better with the cents in d...Daniel Schürmann
2014-12-11Changed skale of pitch knob to +-3 semitonesDaniel Schürmann
2014-12-11reanable key_sync and respect key distanceDaniel Schürmann