Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

Polymetric sequence subdivision not working

Open taucontrib opened this issue 1 year ago • 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"

taucontrib avatar Sep 18 '23 05:09 taucontrib

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

taucontrib avatar Sep 18 '23 12:09 taucontrib

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.

yaxu avatar Sep 18 '23 14:09 yaxu

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

taucontrib avatar Sep 19 '23 07:09 taucontrib