This file contains 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
use_bpm 180 | |
live_loop :a do | |
with_fx :lpf, cutoff: (line 90, 130, steps: 18).tick do | |
sample :perc_bell | |
end | |
sleep 1 | |
end | |
live_loop :b do |
This file contains 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
live_loop :a do | |
sample :bd_haus | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
use_synth :tb303 | |
with_fx :echo, mix: rand do | |
c = line(40, 90, steps: 16).tick |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
sample :perc_snap | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
sleep 1 |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
sample :elec_tick | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
sample (ring :elec_blip, nil, nil).tick |
This file contains 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
live_loop :a do | |
sample :drum_cymbal_closed | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
play chord(:A, '+5'), release: 0.2 | |
end |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
sample :tabla_ke1 | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
sleep 0.5 |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
sample :tabla_tun1 | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
use_synth :dsaw |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
sample :tabla_dhec | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
sleep 0.5 |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
with_fx :echo, mix: (ring 0, 1).tick do | |
sample :drum_bass_hard | |
end | |
sleep 1 | |
end | |
live_loop :b do |
This file contains 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
use_bpm 180 | |
live_loop :a do | |
with_fx :echo, mix: (ring 0, 1).tick do | |
sample :drum_bass_hard | |
end | |
sleep 1 | |
end | |
live_loop :b do |