Skip to content

Instantly share code, notes, and snippets.

@amiika
amiika / drum_tab_player.rb
Last active September 5, 2018 16:22 — forked from xavriley/drum_tab_player.rb
Playing ASCII Drum Tabs with Sonic Pi
# Transposed tab array and changed type to ring to play nicely in live_loop
# Playing ASCII drum tabs with Sonic Pi
# Ruby is an awesome language for String manipulation.
# Lets use that fact to play some drums!
# Tab for the Amen break taken from Wikipedia
# http://en.wikipedia.org/wiki/Amen_break
@amiika
amiika / .gitignore
Last active December 11, 2015 17:09 — forked from GerHobbelt/.gitignore
# Editor backup files
*.bak
*~