make strudel classes available to eval

This commit is contained in:
Felix Roos 2022-02-13 00:13:15 +01:00
parent b95daf7874
commit 67c8ac7d9d

View File

@ -20,8 +20,11 @@ const {
polyrhythm, polyrhythm,
pr, pr,
/* reify, */ silence, /* reify, */ silence,
Fraction,
timeCat, timeCat,
Fraction,
Pattern,
TimeSpan,
Hap,
} = strudel; } = strudel;
const { autofilter, filter, gain } = toneStuff; const { autofilter, filter, gain } = toneStuff;