tidalcycles / Tidal

Pattern language
http://tidalcycles.org/
GNU General Public License v3.0
2.27k stars 255 forks source link

euclidOff is different from euclidOffBool #1065

Open jwaldmann opened 10 months ago

jwaldmann commented 10 months ago

API doc for euclidOffBool claims "As euclidOff, but specialized to Bool - which is wrong:

euclidOff     3 8 0 (pure True)  -- three events (values are True)
euclidOffBool 3 8 0 (pure True)  -- eight events (one at each tick)

see https://club.tidalcycles.org/t/euclidoff-neq-euclidoffbool/5049