osc: remove bank+sound concatenation since SuperDirt does it now

This commit is contained in:
miranda
2026-06-27 16:08:43 +03:00
parent c150752372
commit 25d1179985
-1
View File
@@ -45,7 +45,6 @@ export function parseControlsFromHap(hap, cps) {
controls.midinote = parseNumeral(controls.note);
}
}
controls.bank && (controls.s = controls.bank + controls.s);
controls.roomsize && (controls.size = parseNumeral(controls.roomsize));
// speed adjustment for CPS is handled on the DSP side in superdirt and pattern side in Strudel,
// so we need to undo the adjustment before sending the message to superdirt.