hopefully fix sample folder for deployed version

This commit is contained in:
Felix Roos 2022-05-29 12:27:25 +02:00
parent 17fa8d904e
commit 093049a1f8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import './App.css';
import logo from './logo.svg'; import logo from './logo.svg';
import * as tunes from './tunes.mjs'; import * as tunes from './tunes.mjs';
import * as WebDirt from 'WebDirt'; import * as WebDirt from 'WebDirt';
import { loadWebDirt } from '@strudel.cycles/webdirt'; import { loadWebDirt } from '@strudel.cycles/webdirt';
evalScope( evalScope(
Tone, Tone,

View File

@ -28,7 +28,7 @@ evalScope(
loadWebDirt({ loadWebDirt({
sampleMapUrl: '../EmuSP12.json', sampleMapUrl: '../EmuSP12.json',
sampleFolder: 'EmuSP12', sampleFolder: '../EmuSP12',
}); });
export function MiniRepl({ tune }) { export function MiniRepl({ tune }) {