Skip to content

Instantly share code, notes, and snippets.

@pjagielski
Created May 14, 2016 20:07
Show Gist options
  • Save pjagielski/dfcf03f3007688251ee6aadbd9fe3a21 to your computer and use it in GitHub Desktop.
Save pjagielski/dfcf03f3007688251ee6aadbd9fe3a21 to your computer and use it in GitHub Desktop.
Count on me supersaw
use_bpm 130
ch1 = [62,65,69]
ch2 = [63,67,70]
ch3 = [65,69,72]
ch4 = [67,70,74]
live_loop :saws do
use_synth :supersaw
with_synth_defaults sustain_level: 0.75, release: 1.25, cutoff: 130, amp: 1.5 do
play_pattern_timed [ch1, ch1, ch2, ch2, ch2, ch2, ch2, ch3, ch3, ch4, ch4],
[1, 0.75, 0.75, 1, 0.5, 1, 0.75, 0.75, 0.5, 0.5, 0.5]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment