Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 13, 2015 03:48
Show Gist options
  • Save nicoder/2eda58d6e1695df507a5 to your computer and use it in GitHub Desktop.
Save nicoder/2eda58d6e1695df507a5 to your computer and use it in GitHub Desktop.
20150312 sonic pi
# wlazł kotek na płotek
use_bpm 120
live_loop :mel do
play_pattern [67, 64, 64, 65, 62, 62]
play_pattern_timed [60, 64, 67], [0.75, 0.25, 2]
play_pattern [67, 64, 64, 65, 62, 62]
play_pattern_timed [60, 64, 60], [0.50, 0.50, 2]
end
live_loop :b do
sample :bd_zum
sleep 1
end
live_loop :bass do
sync :b
sample :bass_thick_c, attack: 0, sustain: 0, release: 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment