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 /newfirst.txt | |
download | algorhythmic-de7001281ae0ee1b37d586d025adbe9a2da9423d.tar.gz |
initial commit
Diffstat (limited to 'newfirst.txt')
-rw-r--r-- | newfirst.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/newfirst.txt b/newfirst.txt new file mode 100644 index 0000000..588ea01 --- /dev/null +++ b/newfirst.txt @@ -0,0 +1,25 @@ +live_loop :nuts do + use_synth :prophet + play :D4, amp: 0.5, pan: -1, release: 0.1 + sample :bd_haus, rate: 1, amp: 0.65 + sleep 0.1 + play :F4, amp: 0.5, pan: -0.5, release: 0.1 + sleep 0.1 + play :A4, amp: 0.5, pan: -0.25, release: 0.1 + sleep 0.1 + play :Bb4, amp: 0.5, pan: 0, release: 0.2 + sleep 0.1 + sample :bd_haus, rate: 1, amp: 0.65 + play :A4, amp: 0.5, pan: 0.25, release: 0.1 + sleep 0.1 + play :F4, amp: 0.5, pan: 0.5, release: 0.1 + sleep 0.1 + play :D4, amp: 0.5, pan: 1, release: 0.1 + sleep 0.2 +end +live_loop :back do + sample :ambi_lunar_land + sleep 0.8*16 +end + +# Loading previous buffer contents. Please wait...
\ No newline at end of file |