Skip to content

Instantly share code, notes, and snippets.

@gaspart
Created October 11, 2021 12:51
Show Gist options
  • Save gaspart/a15b39223cbed9d068858bc01ba8bc17 to your computer and use it in GitHub Desktop.
Save gaspart/a15b39223cbed9d068858bc01ba8bc17 to your computer and use it in GitHub Desktop.
Sonic Pi snippets
live_loop :beats do
use_synth :dark_ambience
play :C
sample :bass_woodsy_c, pan: -1
sleep 0.5
play :G
sample :bass_trance_c , pan: 1
sleep 0.5
with_fx :reverb do
play_chord [70, 75, 82]
sample :bass_woodsy_c
sleep 0.5
play_chord [65, 70, 77]
sample :bass_woodsy_c
sleep 0.5
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment