Skip to content

Instantly share code, notes, and snippets.

@Enkerli
Created February 14, 2016 06:16
Show Gist options
  • Save Enkerli/822a5178f4a8ef4b8155 to your computer and use it in GitHub Desktop.
Save Enkerli/822a5178f4a8ef4b8155 to your computer and use it in GitHub Desktop.
Sonic Pi Just Chords with Inversions: randomly playing inversions of four-note chords from a minor scale in just tuning
use_tuning :just, :g3
loop do
play chord_degree(dice(7), :g3, :minor, 4, invert: rrand_i(-3,3))
sleep 0.4
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment