mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 21:27:07 -04:00
refactor xen and tone packages
This commit is contained in:
@@ -33,7 +33,6 @@ const supabase = createClient(
|
||||
|
||||
const modules = [
|
||||
import('@strudel.cycles/core'),
|
||||
// import('@strudel.cycles/tone'),
|
||||
import('@strudel.cycles/tonal'),
|
||||
import('@strudel.cycles/mini'),
|
||||
import('@strudel.cycles/midi'),
|
||||
@@ -46,7 +45,6 @@ const modules = [
|
||||
];
|
||||
|
||||
evalScope(
|
||||
// Tone,
|
||||
controls, // sadly, this cannot be exported from core direclty
|
||||
{ WebDirt },
|
||||
...modules,
|
||||
|
||||
Reference in New Issue
Block a user