From de7001281ae0ee1b37d586d025adbe9a2da9423d Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 14 Nov 2018 22:52:05 -0500 Subject: initial commit --- first.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 first.txt (limited to 'first.txt') 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 -- cgit v1.2.3