summaryrefslogtreecommitdiffstats
path: root/src/controllers/midi/midicontroller.h
AgeCommit message (Expand)Author
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into migrate-to-QJSEngineJan Holthuis
2020-04-09controllers: Fix comments and include guardsJan Holthuis
2020-04-08controllers: Move savePreset() from Controller into Preset classesJan Holthuis
2020-04-08controllers: Make applyPreset initializeScripts param optionalJan Holthuis
2020-04-08controllers: Move controller script file handling to FileHandler classesJan Holthuis
2020-04-07 controllers: Always load scripts from mapping dir (with system as fallback)Jan Holthuis
2020-03-27Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-03-01Make all single argument constructors explicitJan Holthuis
2020-02-28Make UserSettings available in ControllerEngineFerran Pujol Camins
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
2019-11-03Make UserSettings available in ControllerEngineFerran Pujol Camins
2019-10-23Format codeFerran Pujol Camins
2018-11-27Add missing Q_OBJECT macroBe
2018-11-27Rename MidiController memberFerran Pujol Camins
2018-11-26Let subclasses of Controller provide custom JS apiFerran Pujol Camins
2016-12-20move formatMidiMessage() and formatSysexMessage() from MidiController to Midi...be_
2016-12-20merge upstream/masterbe_
2016-09-08print debugging messages for outgoing MIDI from scriptsbe_
2015-12-27Merge branch 'master' into portmidi_testRJ Ryan
2015-12-23Merge branch '1.12' into timestampsRJ Ryan
2015-12-23Merge pull request #790 from daschuer/controllerpollDaniel Schürmann
2015-12-22Return a status from Controller::applyPreset.RJ Ryan
2015-12-20Add timestamps to controller messages.RJ Ryan
2015-12-19Refactor PortMidiController to support easier testing.RJ Ryan
2015-11-30Midi: Added a more debug messaged (experimental)Daniel Schürmann
2014-06-15split softtakover classDaniel Schürmann
2014-04-21Refactor how presets are loaded.RJ Ryan
2014-04-14Add MidiControllerTest for veriying we interpret MIDI messages as we intend to.RJ Ryan
2014-04-13Add support for 14-bit multi-message MIDI input mappings.RJ Ryan
2014-03-29Pay down some technical debt.RJ Ryan
2014-03-24Refactor MIDI learning to support learning select knobs, jog wheels, etc.RJ Ryan
2014-03-23Pull common MIDI utility methods in midimessage.h.RJ Ryan
2014-03-23Add ControllerVisitor for determining the true type of controllers without dy...RJ Ryan
2013-11-30Fix shadowed overloads discovered with clang.RJ Ryan
2013-09-26Ignore clock signals when using Midi Mapping Wizard, fixes https://bugs.launc...Michael Sawyer
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan