Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 457 Bytes

rhythm

Euclidean Rhythm generator written in Go with nested circular lists 🤹

Usage

rhythm [beats] [steps] [shift]
  • beats -- number of beats in output sequence
  • steps -- number of steps in output sequence
  • shift -- degree of shift in output sequence

Example

rhythm 17 24 2
[x x x . x x . x x x . x x . x x x . x x . x x .]