format
This commit is contained in:
parent
93a4efcf6d
commit
b5dc65d52a
1 changed files with 0 additions and 3 deletions
|
|
@ -137,9 +137,6 @@ export function registerSoundfonts() {
|
||||||
value.sustain,
|
value.sustain,
|
||||||
value.release,
|
value.release,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
console.log(attack, decay, sustain, release);
|
|
||||||
|
|
||||||
const font = fonts[n % fonts.length];
|
const font = fonts[n % fonts.length];
|
||||||
const ctx = getAudioContext();
|
const ctx = getAudioContext();
|
||||||
const bufferSource = await getFontBufferSource(font, value, ctx);
|
const bufferSource = await getFontBufferSource(font, value, ctx);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue