Skip to content

Instantly share code, notes, and snippets.

@iani
Created March 30, 2015 15:04
Show Gist options
  • Select an option

  • Save iani/a0266f6c2c40d0480474 to your computer and use it in GitHub Desktop.

Select an option

Save iani/a0266f6c2c40d0480474 to your computer and use it in GitHub Desktop.
sc-chords1
//:
{
30 do: {
(
degree: [0, 1, 2, 7] * (2 + 2.rand) + 10.rand,
dur: 0.12,
amp: [0.05, 0.1, 0.02].choose;
).play;
0.15.wait;
}
}.fork;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment