mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-22 19:18:31 +00:00
hopefully fix sample folder for deployed version
This commit is contained in:
parent
17fa8d904e
commit
093049a1f8
@ -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,
|
||||||
|
|||||||
@ -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 }) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user