/usr/share/mixxx/controllers/common-bulk-midi.js is in mixxx-data 2.0.0~dfsg-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | midi = new Object();
midi.sendShortMsg = function(status, a, b) {
controller.send([status, a, b], 3);
}
|