Skip to content

Instantly share code, notes, and snippets.

@Enkerli
Created February 14, 2016 05:52
Show Gist options
  • Save Enkerli/7dac59026e833927fbe4 to your computer and use it in GitHub Desktop.
Save Enkerli/7dac59026e833927fbe4 to your computer and use it in GitHub Desktop.
Sonic Pi Just Chords: Chords in just tuning playing randomly through #SonicPi
use_tuning :just, :g3
loop do
play chord_degree(rrand(1,7), :g3, :major, 4)
sleep rrand(0.2, 1.3)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment