mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
set by value so it actually updates
This commit is contained in:
parent
710da1d28d
commit
90fe4d3816
@ -28,7 +28,7 @@ export function aliasBank(alias, bank) {
|
||||
const value = soundDictionary[key];
|
||||
soundDictionary[`${alias}_${tail}`] = value;
|
||||
}
|
||||
soundMap.set(soundDictionary);
|
||||
soundMap.set({ ...soundDictionary });
|
||||
}
|
||||
|
||||
export function getSound(s) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user