This commit is contained in:
mtkennerly
2019-07-16 04:55:29 -04:00
parent 434ef7a36a
commit 359b56ad62
5 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ const notes = ["C1", "C2", "C3", "C4", "C5", "C6", "C7", "C8", "C9"];
export function getSampler(
instrument: string,
extension: string = "flac",
baseUrl: string = "/bosca-coeil-js/audio/"
baseUrl: string = "/bosca-ceoil-js/audio/"
): tone.Sampler {
let samples: { [key: string]: string } = {};
for (const note of notes) {