Merge branch 'main' of github.com:tidalcycles/strudel into paper

This commit is contained in:
alex 2022-04-13 23:16:07 +01:00
commit 369604aa42
62 changed files with 7782 additions and 3944 deletions

View file

@ -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;