Skip to content

Instantly share code, notes, and snippets.

@mgurov
Created July 14, 2021 18:45
Show Gist options
  • Save mgurov/e6cf2b19c567a7da43f6a66d7c9747c2 to your computer and use it in GitHub Desktop.
Save mgurov/e6cf2b19c567a7da43f6a66d7c9747c2 to your computer and use it in GitHub Desktop.
Friendly tech chats teaser 1 OST source code
# Welcome to Sonic Pi
synth :prophet, note: :c1, release: 8, cutoff: 80
sleep 8
synth :prophet, note: :d1, release: 8, cutoff: 80
sleep 8
synth :prophet, note: :e1 + 4, release: 8, cutoff: 80
sleep 8
with_fx :slicer do
synth :prophet, note: :e1, release: 8, cutoff: 70
synth :prophet, note: :e1 + 4, release: 8, cutoff: 80
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment