tidalcycles/Tidal

Backport features from strudel

yaxu opened this issue · 4 comments

yaxu commented

While porting Tidal to Strudel, some things have been improved, like more ways of combining patterns. In particular:

It'd be good to backport some of this

yaxu commented

Currently:

strudel tidal
.addIn `
.addOut `+
.addMix `

Ideas for the new operators:

strudel tidal
.addSqueeze ||+
.addSqueezeOut +||
.addTrig !+
.addTrigzero !!+
yaxu commented

Squeeze: a7ff6d0

Really cool! It's possible to document the new operators?

yaxu commented

This is basically implemented in the cycseq branch, although not working yet so not ready for documenting.