refactor xen and tone packages
This commit is contained in:
parent
b81a66f07e
commit
27a6ac0c0b
5 changed files with 23 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue