diff options
author | mjfernez <mjfernez@gmail.com> | 2018-11-14 22:52:05 -0500 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2018-11-14 22:52:05 -0500 |
commit | de7001281ae0ee1b37d586d025adbe9a2da9423d (patch) | |
tree | 8cbb792088a213db521d8ddc65173b0a1fa70f5c /first.txt | |
download | algorhythmic-de7001281ae0ee1b37d586d025adbe9a2da9423d.tar.gz |
initial commit
Diffstat (limited to 'first.txt')
-rw-r--r-- | first.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/first.txt b/first.txt new file mode 100644 index 0000000..815fcf8 --- /dev/null +++ b/first.txt @@ -0,0 +1,21 @@ +live_loop :nuts do + play :D4, amp: 0.5 + sample :bd_haus, rate: 1, amp: 0.65 + sleep 0.1 + play :F4, amp: 0.5 + sleep 0.1 + play :A4, amp: 0.5 + sleep 0.1 + play :Bb4, amp: 0.5 + sleep 0.1 + sample :bd_haus, rate: 1, amp: 0.65 + play :A4, amp: 0.5 + sleep 0.1 + play :F4, amp: 0.5 + sleep 0.1 + play :D4, amp: 0.5 + sleep 0.2 +end + + +# Loading previous buffer contents. Please wait...
\ No newline at end of file |