fix more deps
This commit is contained in:
parent
6430f6207d
commit
2338a1ee7d
15 changed files with 17 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Tune from './tunejs.js';
|
||||
import { Pattern } from '../core/strudel.mjs';
|
||||
import { Pattern } from '@strudel/core/strudel.mjs';
|
||||
|
||||
Pattern.prototype._tune = function (scale, tonic = 220) {
|
||||
const tune = new Tune();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { Pattern } from '../core/strudel.mjs';
|
||||
import { Pattern } from '@strudel/core/strudel.mjs';
|
||||
import { mod } from '../../packages/core/util.mjs';
|
||||
|
||||
function edo(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue