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.
2 parents 88b7c9a + f98c296 commit 1315fa5Copy full SHA for 1315fa5
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