Merge pull request 'osc: remove bank+sound concatenation since SuperDirt does it now' (#2077) from pulu/strudel:remove-osc-bank-sound-concat into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/2077
This commit is contained in:
froos
2026-08-13 23:40:54 +02:00
-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.