Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 21, 2020 04:47
Show Gist options
  • Save nicoder/65255b44ca4b122831458340bfe1c731 to your computer and use it in GitHub Desktop.
Save nicoder/65255b44ca4b122831458340bfe1c731 to your computer and use it in GitHub Desktop.
use_bpm 180
live_loop :a do
sample :tabla_ghe1
sleep 1
end
live_loop :b do
sync :a
n = (ring 48, 50, 52).tick
use_synth :fm
play n, release: 0.5, pan: -0.5
use_synth :tb303
play n, cutoff: 80, release: 0.5, pan: 0.5
end
live_loop :c do
sync :a
use_synth :dsaw
play (ring chord(60, :major), chord(65, :major)).stretch(6).tick, cutoff: 60, attack: 0.5, amp: rrand(0.3, 0.6)
play scale(48, :major, num_octaves: 2).reverse.look, cutoff: (line 30, 60, steps: 18).look
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment