mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
superdough: native support for rest symbols - ~ in s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user