summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-04-06scripts/line_length: Only use files filtered by the pre-commit hookJan Holthuis
2020-04-03scripts/line_length: Fix redefinition of variableJan Holthuis
2020-03-31scripts/line_length.py: Pull try-except block out of file ctx managerJan Holthuis
2020-03-31scripts/line_length: Make sure that paths are correctJan Holthuis
2020-03-31scripts/line_length.py: Pass filename to dump-configJan Holthuis
2020-03-31scripts/line_length.py: Only operate on staged changed linesJan Holthuis
2020-03-31scripts/line_length: Use temporary config fileJan Holthuis
2020-03-29Use capital style with underscores for the Python constantsDaniel Schürmann
2020-03-29Extract threshold parameters and fix to format multible long lines at once.Daniel Schürmann
2020-03-29Avoid intermediate variableDaniel Schürmann
2020-03-29use underscore instead of dashDaniel Schürmann
2020-03-29fix line length to the desired 100 and reduce indentationDaniel Schürmann
2020-03-29Added line-length.py to call clang-format for lines > 100 onlyDaniel Schürmann
2020-02-13scripts/serato_heartbeat: Fix small formatting issueJan Holthuis
2020-02-13Merge pull request #2482 from Holzhaus/pre-commit-pythonDaniel Schürmann
2020-02-11scripts/serato_heartbeat: Silence CodeFactor warningsJan Holthuis
2020-02-11scripts: Fix CodeFactor issuesJan Holthuis
2020-02-11scripts: Fix various bugs and style issues and port them to Python 3Jan Holthuis
2020-02-11scripts/serato_heartbeat: Allow using <Ctrl-d> to exit the shellJan Holthuis
2020-02-11scripts/serato_heartbeat: Improve argument nameJan Holthuis
2020-02-11scripts/serato-heartbeat: Add better documentation to --help/docstringJan Holthuis
2020-02-06scripts: Add serato heartbeat scriptJan Holthuis
2020-02-04scripts/qsscheck: Fix formatting using blackJan Holthuis
2020-01-25scripts/qsscheck.py: Fix list of Qt WidgetsJan Holthuis
2020-01-24scripts/qsscheck: Get rid of PyQt5 dependencyJan Holthuis
2019-12-09scripts/qsscheck: Also check default stylesheetsJan Holthuis
2019-12-01scripts/qsscheck: Add docstrings for all functionsJan Holthuis
2019-12-01scripts/qsscheck: Fix line exceeding maximum line lengthsJan Holthuis
2019-12-01scripts/qsscheck: Move core logic from main() into separate functionJan Holthuis
2019-12-01scripts/qsscheck: Improve qscheck script and add -p parameterJan Holthuis
2019-12-01scripts/qsscheck: Only run glob-matching for actual glob objectnamesJan Holthuis
2019-12-01scripts/qsscheck: Reduce indention depth using continue statementJan Holthuis
2019-12-01scripts/qsscheck: Pre-compile regexesJan Holthuis
2019-11-28scripts: Add qsscheck.py scriptJan Holthuis
2019-11-15Removed statistics from EngineMasterDaniel Schürmann
2018-07-14Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-03Clear buffer before using it for more than 32 Sampler.Daniel Schürmann
2018-04-06Typo fixes luzpaz
2017-07-02make channel mixing and effects code more consistentbe_
2017-07-01remove redundant non-ramping ChannelMixer functionsbe_
2017-06-13pull ChannelHandleFactory out of EngineMaster and into MixxxMainWindowbe_
2017-06-12apply effects in place for mic talkover channelsbe_
2017-06-12avoid modifying inputs to ChannelMixer::applyEffectsAndMixChannels(Ramping)be_
2017-06-11apply effects to individual deck outputsbe_
2017-06-11split effects processing into prefader and postfader stagesbe_
2017-06-11fix assigning multiple channels to a crossfader orientationbe_
2017-06-10apply effects to both master output post-fader and headphones PFLbe_
2017-05-10move effects post-faderbe_
2016-05-05small refactorMax Linke
2016-05-05fix for one file with one columnMax Linke