superdough: native support for rest symbols - ~ in s

This commit is contained in:
Felix Roos 2025-03-16 23:08:31 +01:00
parent 9b8761bc45
commit 3c3832dbce
No known key found for this signature in database

View file

@ -481,6 +481,9 @@ export const superdough = async (value, t, hapDuration) => {
const onended = () => {
toDisconnect.forEach((n) => n?.disconnect());
};
if (['-', '~'].includes(s)) {
return;
}
if (bank && s) {
s = `${bank}_${s}`;
value.s = s;