Merge branch 'main' of github.com:tidalcycles/strudel into paper
This commit is contained in:
commit
369604aa42
62 changed files with 7782 additions and 3944 deletions
2
packages/eval/package-lock.json
generated
2
packages/eval/package-lock.json
generated
|
|
@ -6,7 +6,7 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"name": "@strudel.cycles/eval",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"estraverse": "^5.3.0",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import {
|
|||
import shiftCodegen from 'shift-codegen';
|
||||
const codegen = shiftCodegen.default || shiftCodegen; // parcel module resolution fuckup
|
||||
|
||||
import * as strudel from '@strudel.cycles/core/strudel.mjs';
|
||||
import * as strudel from '@strudel.cycles/core';
|
||||
|
||||
const { Pattern } = strudel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue