summaryrefslogtreecommitdiffstats
path: root/src/controllers
AgeCommit message (Expand)Author
2016-01-08Use MidiKey constructor in DlgControllerLearning. Fixes Bug #1532297.RJ Ryan
2015-12-27fix windows buildDaniel Schürmann
2015-12-25Fix windows buildDaniel Schürmann
2015-12-23Merge pull request #790 from daschuer/controllerpollDaniel Schürmann
2015-12-23move midi related comments to portmidicontrol.hDaniel Schürmann
2015-12-23Removed unused includesDaniel Schürmann
2015-12-22Return a status from Controller::applyPreset.RJ Ryan
2015-12-22Return a success indicator from ControllerEngine::loadScriptEngine.RJ Ryan
2015-12-22Skip empty function prefixes.RJ Ryan
2015-12-22Pass search paths into PresetInfoEnumerator.RJ Ryan
2015-12-20Merge remote-tracking branch 'upstream/1.12' into controllerpollDaniel Schürmann
2015-12-20fixed typeDaniel Schürmann
2015-12-19Some PortMidiController buffer overflows and logic fixes.RJ Ryan
2015-12-19Use output device name when an input device is not provided.RJ Ryan
2015-12-19Don't close devices that are already closed.RJ Ryan
2015-12-19silence debugDaniel Schürmann
2015-12-19Improve comments for MIXXX_PORTMIDI_BUFFER_LENDaniel Schürmann
2015-12-19Merge remote-tracking branch 'upstream/1.12' into controllerpollDaniel Schürmann
2015-12-19Add skip cycle in overload situations, Add a lot of comments explaining the e...Daniel Schürmann
2015-12-17Increase number of MIDI messages to buffer, fix bug #1527410Sean M. Pappalardo
2015-12-18more debugDaniel Schürmann
2015-12-18Add more debugDaniel Schürmann
2015-12-17Improve expermental debug outputDaniel Schürmann
2015-12-12Merge pull request #808 from daschuer/controllerdebugRJ Ryan
2015-12-12added ControllerDebug singleton to avoid duplicated codeDaniel Schürmann
2015-12-12Replace all controllerDebug qDebug() by QDebug(QtDebugMsg)Daniel Schürmann
2015-12-11Addressed Owen's PR style notesSean M. Pappalardo
2015-12-11Cherry-picked a second commit from st_fix to fix my mess.Sean M. Pappalardo
2015-12-11Cherry-picked commit from st_fix to fix my messSean M. Pappalardo
2015-12-10More comments on ST tests, now uses time threshold from softtakeover.h for le...Sean M. Pappalardo
2015-12-10Re-derived the ST ignore cases with a truth table, now in the comments in sof...Sean M. Pappalardo
2015-12-09Switch Time::elapsedMsecs to return qint64.RJ Ryan
2015-12-03Update some tooltip strings, addressing review notes.S.Brandt
2015-12-03Update a few strings in the midi controller wizard to be more descriptive.S.Brandt
2015-12-01added Sampler cue_gotoandplay to the control picker menu, Bug #1521764Daniel Schürmann
2015-11-30Midi: Added a more debug messaged (experimental)Daniel Schürmann
2015-11-29remove outdated commentDaniel Schürmann
2015-11-29removed while loop in poll slotDaniel Schürmann
2015-11-28remove Midi spam with fast changing controls, only track values that were rea...Daniel Schürmann
2015-11-26presets: Fix loading a preset from system-wide dir would not load scripts tooOwen Williams
2015-11-22Fix bug in midi where realtime messages are double-processedOwen Williams
2015-11-19Fix debug output from HidEnumerator::queryDevices()Daniel Schürmann
2015-11-19make safeDecodeWideString a static memberDaniel Schürmann
2015-11-18Controller Prefs: Make it clear users have to select a script to open it.Owen Williams
2015-11-18Allways inline QString::toStdWStringDaniel Schürmann
2015-11-18Remove redundant string copy in safeDecodeWideStringDaniel Schürmann
2015-11-17Restore NULL-termination of untrusted input from hidapi.RJ Ryan
2015-10-13remove /Zc:wchar_t- flag and don't use QString::fromWCharArray on WindowsDaniel Schürmann
2015-09-25Midi Wizard: Fix missing translation declarationOwen Williams
2015-09-25Fix EQ learning control objects for new styleOwen Williams