build
This commit is contained in:
parent
ad777ed183
commit
fabfee5976
3 changed files with 58 additions and 1 deletions
16
docs/dist/parse.js
vendored
16
docs/dist/parse.js
vendored
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue