Untitled


SUBMITTED BY: antoineh1

DATE: May 14, 2016, 9:45 p.m.

FORMAT: Text only

SIZE: 368 Bytes

HITS: 4552

  1. use_bpm 130
  2. ch1 = [62,65,69]
  3. ch2 = [63,67,70]
  4. ch3 = [65,69,72]
  5. ch4 = [67,70,74]
  6. live_loop :saws do
  7. use_synth :supersaw
  8. with_synth_defaults sustain_level: 0.75, release: 1.25, cutoff: 130, amp: 1.5 do
  9. play_pattern_timed [ch1, ch1, ch2, ch2, ch2, ch2, ch2, ch3, ch3, ch4, ch4],
  10. [1, 0.75, 0.75, 1, 0.5, 1, 0.75, 0.75, 0.5, 0.5, 0.5]
  11. end
  12. end

comments powered by Disqus