switch version

This commit is contained in:
2024-01-19 02:54:34 +01:00
parent 694b994227
commit 83c5f3cf01
3 changed files with 59 additions and 6 deletions

View File

@ -27,6 +27,10 @@ import {
soundMap,
// @ts-ignore
} from "superdough";
import {
registerSoundfonts
// @ts-ignore
} from "@strudel/soundfonts";
import { Speaker } from "./extensions/StringExtensions";
import { getScaleNotes } from "zifferjs";
import { OscilloscopeConfig } from "./Visuals/Oscilloscope";
@ -70,6 +74,7 @@ export async function loadSamples() {
samples("github:Bubobubobubobubo/Dough-Waveforms/main", undefined, {
tag: "Waveforms",
}),
registerSoundfonts(),
]);
}