Import packages/edo into strudel
This commit is contained in:
parent
73965a3a39
commit
43293dc80f
15 changed files with 179 additions and 2 deletions
|
|
@ -34,6 +34,7 @@
|
|||
"homepage": "https://codeberg.org/uzu/strudel#readme",
|
||||
"dependencies": {
|
||||
"@strudel/core": "workspace:*",
|
||||
"@strudel/edo": "workspace:*",
|
||||
"@strudel/mini": "workspace:*",
|
||||
"@strudel/tonal": "workspace:*",
|
||||
"@strudel/transpiler": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ export * from '@strudel/webaudio';
|
|||
//export * from '@strudel/soundfonts';
|
||||
export * from '@strudel/transpiler';
|
||||
export * from '@strudel/mini';
|
||||
export * from '@strudel/edo';
|
||||
export * from '@strudel/tonal';
|
||||
export * from '@strudel/webaudio';
|
||||
import { Pattern, evalScope, setTime } from '@strudel/core';
|
||||
|
|
@ -17,6 +18,7 @@ export async function defaultPrebake() {
|
|||
evalScope,
|
||||
import('@strudel/core'),
|
||||
import('@strudel/mini'),
|
||||
import('@strudel/edo'),
|
||||
import('@strudel/tonal'),
|
||||
import('@strudel/webaudio'),
|
||||
{ hush, evaluate },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue