Hi!
I was fooling around with sieves trying to find something that would’nt repeat pitch classes for certain numbers of octaves, and i kind of failed…i ended up trying to find them by hand and this is the best i got:
(this are intervals with the semitone as the unit)
1 6 2 5 1 5 2 6 1 6 (this covers up 4 octaves)
now i realized that what i was basically doing is tiling a 1-dimensional plane in modulo 12 (i think )
i was wondering, is there any way to make a patch that would return this kinds of structures, maybe with intervals of my choosing? I know there’s CNMAT’s Tessellate but i found it pretty confusing and not sure if it would help me with this particular problem