mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 03:28:33 +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];
|
soundsToAdd[`${alias}_${soundSuffix}`] = _soundMap[soundName];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
soundMap.set(soundsToAdd);
|
soundMap.set({ ..._soundMap, ...soundsToAdd });
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getSound(s) {
|
export function getSound(s) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user