Skip to content

Instantly share code, notes, and snippets.

@libewa
Last active February 1, 2026 02:36
Show Gist options
  • Select an option

  • Save libewa/f183051720b82a3f49928f1e602d660e to your computer and use it in GitHub Desktop.

Select an option

Save libewa/f183051720b82a3f49928f1e602d660e to your computer and use it in GitHub Desktop.
Sonic Pi code that plays notes randomly
# random.rb
use_synth :beep
loop :random do
play choose([:C, :D, :E, :F, :G, :A, :B, :C2])
sleep 0.5
end
@Arfuirl1

Arfuirl1 commented Feb 1, 2026

Copy link
Copy Markdown

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment