allow _ as silence
This commit is contained in:
parent
28cd7c1681
commit
c751bb7e5f
3 changed files with 4 additions and 2 deletions
|
|
@ -575,7 +575,7 @@ export const superdough = async (value, t, hapDuration, cps) => {
|
|||
|
||||
let audioNodes = [];
|
||||
|
||||
if (['-', '~'].includes(s)) {
|
||||
if (['-', '~', '_'].includes(s)) {
|
||||
return;
|
||||
}
|
||||
if (bank && s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue