tidalcycles/Tidal

Polymetric sequence subdivision not working

taucontrib opened this issue · 3 comments

The codeline:

d1 $ s "{bd cp hh}%8"

from the Mini Notation reference is interpreted as:

d1 $ fast 3 $ s "bd cp hh"

Expected is the following:

d1 $ s "bd cp hh bd cp hh bd cp"

fast 8/3 not fast 3 in the second code line

yaxu commented

It would be like "bd cp hh bd cp hh bd cp" the first cycle, but would then carry on with "hh bd cp hh bd cp hh bd" for the second cycle, etc.

Ok so this behavior is expected? Then I got the documentation wrong - closing this issue now, thanks!:)