Created
July 3, 2020 21:58
-
-
Save manualbashing/e864d50b36fa01779a60402ed9ee0096 to your computer and use it in GitHub Desktop.
Rundgang #SonicPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
live_loop :rundgang do | |
use_synth :hollow | |
play_pattern_timed [:D2,:G2,:B2], 0.9, release: 1.8 | |
sleep 0.8 | |
play_pattern_timed [:D2,:G2,:B2], 0.37, release: 2 | |
sleep 1.4 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment