summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerengine.h
AgeCommit message (Expand)Author
2018-11-24Move controllerengine files into new engine subfolderFerran Pujol Camins
2018-11-24Replace QtScript classes with QtQml script classesFerran Pujol Camins
2017-12-27Merge pull request #1226 from ronso0/brake-softStart-tests-cleanupBe
2017-03-24remove 'finalRate' argument from softStart(), adapt common-controller-scripts.jsronso0
2017-03-15create new script invokable ControllerEngine::makeConnection functionbe_
2017-03-14fix typosbe_
2017-03-14rename ControllerEngineConnection -> ScriptConnectionbe_
2017-03-14cleanup ControllerEngine::connectControl and related code, plus add testsbe_
2017-03-03Merge pull request #1085 from ronso0/fix-brake-functionDaniel Schürmann
2017-02-28Merge pull request #1201 from Be-ing/script_connection_object_trigger_methodRJ Skerry-Ryan
2017-02-28factor out duplicate code to new ControllerEngineConnection::executeCallback ...be_
2017-02-28Merge pull request #1196 from Be-ing/fix_this_beginTimerDaniel Schürmann
2017-02-27add Q_INVOKABLE ControllerEngineConnectionScriptValue::trigger methodbe_
2017-02-27fix retrieval of "this" object in ControllerEngine::beginTimerbe_
2017-01-03Add files via uploadronso0
2016-12-12Update ControllerEngine tests.RJ Ryan
2016-04-12only evaluate codeSnippet once in ControllerEngine::wrapFunctionCodebe_
2016-04-11return QScriptValue Error objects from ControllerEngine::wrapFunctionCode()be_
2016-04-10add numberOfArgs argument to ControllerEngine::wrapFunctionCodebe_
2016-04-10treat <key> fields in MIDI mapping XML files for script functions as JS codebe_
2016-04-10Revert "call MIDI input script functions with appropriate "this" object"be_
2016-04-07call MIDI input script functions with appropriate "this" objectbe_
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2016-01-22Clean up ControllerEngine a bit.RJ Ryan
2016-01-10Call script functions directly from ControlObjectScriptDaniel Schürmann
2016-01-10Use ControlObjectScript inside ControllerEngine, this bypasses the sender checkDaniel Schürmann
2016-01-08Merge pull request #844 from daschuer/midispeedupRJ Ryan
2016-01-08code styleDaniel Schürmann
2016-01-08use COS in ControllerEngineDaniel Schürmann
2015-12-23Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan
2015-12-22Return a success indicator from ControllerEngine::loadScriptEngine.RJ Ryan
2015-12-21Add invalid opbjects to the hash as well. This will prevent to look them up o...Daniel Schürmann
2015-12-15Merge remote-tracking branch 'upstream/1.12'Daniel 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-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-09Switch Time::elapsedMsecs to return qint64.RJ Ryan
2015-06-09Move QtScript ByteArrayClass into lib/.RJ Ryan
2014-11-30ControllerEngine code health misc.RJ Ryan
2014-11-30float -> double conversions in ControllerEngine.RJ Ryan
2014-11-30ControllerEngine fixes.RJ Ryan
2014-06-15split softtakover classDaniel Schürmann
2014-05-14Merge branch 'master' into ratecontrol-scratchfixOwen Williams
2014-04-21Combine controller preset name and function-prefix lists into a ScriptFileInf...RJ Ryan
2014-04-13Remove manual keylock disabling from controllerengine braking macro.Owen Williams
2014-03-25added getDefaultParameter to the script APIDaniel Schürmann
2014-03-23Added getDefault() to midi script apiDaniel Schürmann