gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
902 stars 79 forks source link

Tidal division operator doesn't work as expected #61

Closed ianhattwick closed 1 year ago

ianhattwick commented 3 years ago

e.g.

k = Kick()
k.trigger.tidal("[1 0 0 [0 0.5]]/2")

Should slow the overall pattern down by 2, but instead seems to change the pattern duration correctly but doesn't shift the events to match.

charlieroberts commented 3 years ago

this is a difficult bug to fix but it's on my radar

charlieroberts commented 1 year ago

fixed!