mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
fix repeated calls
This commit is contained in:
parent
e6604491a9
commit
a2c896f765
@ -29,7 +29,7 @@ export function aliasBank(alias, bank) {
|
||||
soundsToAdd[`${alias}_${soundSuffix}`] = _soundMap[soundName];
|
||||
}
|
||||
}
|
||||
soundMap.set(soundsToAdd);
|
||||
soundMap.set({ ..._soundMap, ...soundsToAdd });
|
||||
}
|
||||
|
||||
export function getSound(s) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user