Skip to content

Instantly share code, notes, and snippets.

@hwakabh
Last active February 29, 2024 04:26
Show Gist options
  • Save hwakabh/2b043870efb765a7443e3c36da63dd0f to your computer and use it in GitHub Desktop.
Save hwakabh/2b043870efb765a7443e3c36da63dd0f to your computer and use it in GitHub Desktop.
Hello World with Sonic Pi
# Welcome to Sonic Pi v3.1
live_loop :sonic do
sample :bd_haus, rate: 1
sleep 0.5
end
live_loop :ambi do
sample :ambi_choir, rate: 0.3
sleep 1
end

Sonic Pi examples

.sps: Sonic Pi Snippet file

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