tidalcycles / strudel

Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://strudel.cc/
GNU Affero General Public License v3.0
643 stars 111 forks source link

feat: can now invert euclid pulses with negative numbers #959

Closed felixroos closed 7 months ago

felixroos commented 7 months ago

the bjork function now inverts the output if the first param is negative. this is useful to create pairs of euclid patterns that fill each others gaps:

s("bd(3,8), hh(-3,8)")

iirc tidal also has this feature

felixroos commented 7 months ago

ref https://github.com/tidalcycles/strudel/issues/30