Comment 7 for bug 555547

Revision history for this message
Jens Nachtigall (nachtigall) wrote :

I cannot see any file in res/midi/*.js which already uses http://www.mixxx.org/wiki/doku.php/midi_scripting#soft-takeover
If mixxx 1.10 would be released like this, this feature could only be enabled by manually editing the .js file.

For me, I have now added at least the soft-takeover for the pitch of the RMX (very useful after one has pressed the "sync" button):
engine.softTakeover("[Channel1]","rate",true);
engine.softTakeover("[Channel2]","rate",true);
but why isn't the softTakeover enabled for all other knobs? I could send a patch, if you would welcome one for 'mixxx/res/midi/Hercules-DJ-Console-RMX-scripts.js' Or is somebody else doing so already?