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