8000 GitHub - synthetic-methods/r-meson: [SuperCollider] Rhythm lists for SuperCollider including Euclidean rhythm generation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

synthetic-methods/r-meson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

R 4 SuperCollider

Rhythm generation for SuperCollider.

Rhythms are defined as binary sequences:

R[ 1, 0, 1, 1, 0, 1, 0, 0 ]

They can also be generated:

Reuclid (size: 12, sum: 7) // -> Reuclid[ 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0 ]

And mutated:

Reuclid (12, 7).phase_ (1) // -> Reuclid[ 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1 ]

R is a subclass of the built-in List (essentially a proxy for an Array), and can be used as such:

Reuclid (12, 5) + Reuclid (12, 7) // -> [ 2, 0, 1, 2, 0, 2, 0, 1, 2, 0, 2, 0 ]

About

[SuperCollider] Rhythm lists for SuperCollider including Euclidean rhythm generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0