fix more deps
This commit is contained in:
parent
6430f6207d
commit
2338a1ee7d
15 changed files with 17 additions and 22 deletions
|
|
@ -1,17 +1,17 @@
|
|||
import * as strudel from '../core/strudel.mjs';
|
||||
import * as strudel from '@strudel/core/strudel.mjs';
|
||||
import '../tone/tone.mjs';
|
||||
import '../midi/midi.mjs';
|
||||
import '../tonal/voicings.mjs';
|
||||
import '../../packages/tonal/tonal.mjs';
|
||||
import '../../packages/xen/xen.mjs';
|
||||
import '../../packages/xen/tune.mjs';
|
||||
import '../core/euclid.mjs';
|
||||
import euclid from '../core/euclid.mjs';
|
||||
import '@strudel/core/euclid.mjs';
|
||||
import euclid from '@strudel/core/euclid.mjs';
|
||||
import '@strudel/tone/pianoroll.mjs';
|
||||
import '@strudel/tone/draw.mjs';
|
||||
import * as uiHelpers from '@strudel/tone/ui.mjs';
|
||||
import * as drawHelpers from '@strudel/tone/draw.mjs';
|
||||
import gist from '../core/gist.js';
|
||||
import gist from '@strudel/core/gist.js';
|
||||
import shapeshifter from './shapeshifter.mjs';
|
||||
import { mini } from '../mini/mini.mjs';
|
||||
import * as Tone from 'tone';
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import {
|
|||
import shiftCodegen from 'shift-codegen';
|
||||
const codegen = shiftCodegen.default;
|
||||
console.log('codegen', codegen);
|
||||
import * as strudel from '../core/strudel.mjs';
|
||||
import * as strudel from '@strudel/core/strudel.mjs';
|
||||
|
||||
const { Pattern } = strudel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue