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
| # 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 |
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
| # Editor backup files | |
| *.bak | |
| *~ |