better FM

This commit is contained in:
2023-08-21 15:34:29 +02:00
parent bc0b3f8b91
commit 4d6937b933
3 changed files with 25 additions and 1 deletions

View File

@ -9,6 +9,7 @@ import {
samples,
initAudioOnFirstClick,
registerSynthSounds,
soundMap,
// @ts-ignore
} from "superdough";
@ -59,7 +60,7 @@ export class UserAPI {
load: samples;
constructor(public app: Editor) {
this.load = samples("github:tidalcycles/Dirt-Samples/master");
//this.load = samples("github:tidalcycles/Dirt-Samples/master");
}
// =============================================================
@ -1151,6 +1152,7 @@ export class UserAPI {
};
snd = this.sound;
samples = samples;
soundMap = soundMap;
log = console.log;