summaryrefslogtreecommitdiffstats
path: root/res/controllers/Numark-Mixtrack-Pro-FX-scripts.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/controllers/Numark-Mixtrack-Pro-FX-scripts.js')
-rw-r--r--res/controllers/Numark-Mixtrack-Pro-FX-scripts.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/controllers/Numark-Mixtrack-Pro-FX-scripts.js b/res/controllers/Numark-Mixtrack-Pro-FX-scripts.js
index 29b9b76d7b..d534acda1a 100644
--- a/res/controllers/Numark-Mixtrack-Pro-FX-scripts.js
+++ b/res/controllers/Numark-Mixtrack-Pro-FX-scripts.js
@@ -89,8 +89,8 @@ MixtrackProFX.init = function() {
var statusSysex = [0xF0, 0x00, 0x20, 0x7F, 0x03, 0x01, 0xF7];
midi.sendSysexMsg(statusSysex, statusSysex.length);
- engine.makeConnection("[Channel1]", "VuMeter", MixtrackProFX.vuCallback);
- engine.makeConnection("[Channel2]", "VuMeter", MixtrackProFX.vuCallback);
+ engine.makeUnbufferedConnection("[Channel1]", "VuMeter", MixtrackProFX.vuCallback);
+ engine.makeUnbufferedConnection("[Channel2]", "VuMeter", MixtrackProFX.vuCallback);
// trigger is needed to initialize lights to 0x01
MixtrackProFX.deck.forEachComponent(function(component) {