change 909bd to sbd

This commit is contained in:
Jade (Rose) Rowland 2025-07-27 15:02:00 -04:00
parent 4d13b981f1
commit 973ae4c7da

View file

@ -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();