Merge lp://staging/~mixxxdevelopers/mixxx/features_direct_bind into lp://staging/~mixxxdevelopers/mixxx/trunk
Proposed by
Phillip Whelan
Status: | Merged |
---|---|
Merged at revision: | 3214 |
Proposed branch: | lp://staging/~mixxxdevelopers/mixxx/features_direct_bind |
Merge into: | lp://staging/~mixxxdevelopers/mixxx/trunk |
Diff against target: |
1162 lines (+598/-199) 8 files modified
mixxx/src/controllers/controller.cpp (+15/-14) mixxx/src/controllers/controller.h (+2/-1) mixxx/src/controllers/controllerengine.cpp (+321/-170) mixxx/src/controllers/controllerengine.h (+61/-11) mixxx/src/controllers/midi/midicontroller.cpp (+5/-2) mixxx/src/controllers/mixxxcontrol.cpp (+7/-0) mixxx/src/controllers/mixxxcontrol.h (+9/-0) mixxx/src/test/controllerengine_test.cpp (+178/-1) |
To merge this branch: | bzr merge lp://staging/~mixxxdevelopers/mixxx/features_direct_bind |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
RJ Skerry-Ryan | Needs Fixing | ||
Review via email: mp+104529@code.staging.launchpad.net |
Description of the change
Call script functions directly as QScriptValues instead of parsing small javascript snippets for invoking MIDI Scripts.
To post a comment you must log in.
The runtime evaluation option and file reloading are in the works for after this is merged.