amiika / ziffers

Numbered musical notation for composing algorithmic and generative melodies
MIT License
81 stars 5 forks source link

Add syntax for cyclic groups #32

Closed amiika closed 2 years ago

amiika commented 4 years ago

Cyclic groups are generally marked as <1> or <6> etc. in music theory.

Current sequence generation for ziffers is (1..5)?3 etc.

Combine these somehow, maybe change the syntax of mirroring since % is usually used as mod. Cyclic groups could then be created using % as mod:

(3)%12 -> 3690 (2)%6 -> 240