summaryrefslogtreecommitdiffstats
path: root/src/controllers/midi/midicontrollerpresetfilehandler.cpp
AgeCommit message (Expand)Author
2020-04-08controllers: Move savePreset() from Controller into Preset classesJan Holthuis
2020-04-08controllers: Move controller script file handling to FileHandler classesJan Holthuis
2020-04-07controllers: Move script file search code into ControllerPreset classJan Holthuis
2020-04-07controllers/controllermanager: Add "(edited)" suffix to changed presetsJan Holthuis
2020-03-19controllers/midi: Make MidiControllerPreset's mappings privateJan Holthuis
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-21Make sure to iterate over unique keys to avoid duplicationOwen Williams
2018-10-21Iterate over mapping finds to pick up duplicate keysOwen Williams
2018-10-21Revert to using QHash for better O(1) lookups, and instead sort keys on outputOwen Williams
2018-10-20Change midi preset file handler to use a map so the output is consistentOwen Williams
2016-01-13use COS in MidiOutputHandler and renamed MidiOutputMapping::controlKeyDaniel Schürmann
2014-07-20Add hercjogfast mapping mode.Daniel Schürmann
2014-04-21Remove unused force-load option to ControllerPresetFileHandler.RJ Ryan
2014-04-14Get rid of MidiUtils::makeMidiKey.RJ Ryan
2014-04-13Add support for 14-bit multi-message MIDI input mappings.RJ Ryan
2014-03-29Allow MIDI input mappings to affect multiple controls. Fixes Bug #582503.RJ Ryan
2014-03-29Pay down some technical debt.RJ Ryan
2014-03-29Move functions out of midimessage.h and into MidiUtils.RJ Ryan
2014-03-29Switch to double for output min/max values.RJ Ryan
2014-03-29MIDI cleanups, de-dupe logic here and there. Re-add description support.RJ Ryan
2014-03-24Add zero-initialization constructors to structs in midimessage.h.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan