This commit is contained in:
Felix Roos 2022-02-10 08:30:38 +01:00
parent ad777ed183
commit fabfee5976
3 changed files with 58 additions and 1 deletions

16
docs/dist/parse.js vendored
View file

@ -5,7 +5,21 @@ import "./tone.js";
import "./midi.js";
import * as toneStuff from "./tone.js";
import shapeshifter from "./shapeshifter.js";
const {pure, stack, slowcat, fastcat, cat, sequence, polymeter, pm, polyrhythm, pr, silence, Fraction} = strudel;
const {
pure,
stack,
slowcat,
fastcat,
cat,
sequence,
polymeter,
pm,
polyrhythm,
pr,
silence,
Fraction,
timeCat
} = strudel;
const {autofilter, filter, gain} = toneStuff;
function reify(thing) {
if (thing?.constructor?.name === "Pattern") {