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
| with_fx :echo do | |
| live_audio :in, amp: 2 | |
| end | |
| live_loop :a do | |
| sample :bass_woodsy_c, pan: -0.5 | |
| sleep 1 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :in, amp: 3 | |
| end | |
| live_loop :a do | |
| sample :bd_808 | |
| sleep 0.5 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :in, amp: 3 | |
| end | |
| live_loop :a do | |
| sample :bd_mehackit | |
| sleep 1 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :in, pan: -1 | |
| end | |
| with_fx :distortion, distort: 0.8 do | |
| live_audio :in2, pan: 1 | |
| end | |
| live_loop :one do | |
| sample :bd_haus |
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
| with_fx :echo do | |
| live_audio :in | |
| end | |
| live_loop :a do | |
| sample :drum_bass_soft | |
| sleep 1 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :in | |
| end | |
| live_loop :a do | |
| sample :bass_dnb_f | |
| sleep 1 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :in | |
| end | |
| live_loop :a do | |
| with_fx :reverb do | |
| play scale(60, :major).tick, amp: 0.5, pan: -0.2 | |
| end | |
| sleep 1 | |
| end |
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
| with_fx :echo do | |
| live_audio :hi, amp: 2 | |
| end | |
| live_loop :a do | |
| sample :bd_tek | |
| sleep 1 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :one | |
| end | |
| live_loop :a do | |
| play (ring 48, 48, 43, 41).stretch(2).tick | |
| sleep 0.5 | |
| end | |
| live_loop :b do |
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
| with_fx :echo do | |
| live_audio :in, amp: 3 | |
| end | |
| live_loop :a do | |
| sample :drum_bass_hard, amp: 4 | |
| sleep 0.5 | |
| end | |
| live_loop :b do |