change 909bd to sbd
This commit is contained in:
parent
4d13b981f1
commit
973ae4c7da
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ export function registerSynthSounds() {
|
||||||
});
|
});
|
||||||
|
|
||||||
registerSound(
|
registerSound(
|
||||||
'909bd',
|
'sbd',
|
||||||
(t, value, onended) => {
|
(t, value, onended) => {
|
||||||
const { duration, decay = 0.5, pdecay = 0.5, penv = 36, clip } = value;
|
const { duration, decay = 0.5, pdecay = 0.5, penv = 36, clip } = value;
|
||||||
const ctx = getAudioContext();
|
const ctx = getAudioContext();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue