From 093049a1f8a005699f68f80ef79cd32dacd71fab Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 29 May 2022 12:27:25 +0200 Subject: [PATCH] hopefully fix sample folder for deployed version --- repl/src/App.jsx | 2 +- tutorial/MiniRepl.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/src/App.jsx b/repl/src/App.jsx index facf2723..ac49578e 100644 --- a/repl/src/App.jsx +++ b/repl/src/App.jsx @@ -13,7 +13,7 @@ import './App.css'; import logo from './logo.svg'; import * as tunes from './tunes.mjs'; import * as WebDirt from 'WebDirt'; -import { loadWebDirt } from '@strudel.cycles/webdirt'; +import { loadWebDirt } from '@strudel.cycles/webdirt'; evalScope( Tone, diff --git a/tutorial/MiniRepl.jsx b/tutorial/MiniRepl.jsx index 9a4e1ae5..af21f362 100644 --- a/tutorial/MiniRepl.jsx +++ b/tutorial/MiniRepl.jsx @@ -28,7 +28,7 @@ evalScope( loadWebDirt({ sampleMapUrl: '../EmuSP12.json', - sampleFolder: 'EmuSP12', + sampleFolder: '../EmuSP12', }); export function MiniRepl({ tune }) {