We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2640b commit f98c296Copy full SHA for f98c296
src/js/msp/MSPHelper.js
@@ -1484,7 +1484,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
1484
break;
1485
1486
case MSPCodes.MSP_SET_TUNING_SLIDERS:
1487
- console.log("Tuning Sliders data sent");
+ // This is done in a loop whenever the sliders are moved. Avoid logging to optimise the performance.
1488
1489
1490
case MSPCodes.MSP_TUNING_SLIDERS:
0 commit comments