Skip to content

Instantly share code, notes, and snippets.

View xaviergodart's full-sized avatar

Xavier Godart xaviergodart

View GitHub Profile
@xaviergodart
xaviergodart / dhana.rb
Created December 20, 2015 22:31
First sonic pi attempt.
with_fx :reverb, mix: 0.9, room: 0.9, damp: 0.9 do
with_fx :echo, phase: 3, decay: 3 do
live_loop :soft_drone do
#stop
use_synth :growl
play :D3, attack: 4, sustain: 2, release: 4, amp: 0.2
sleep 12
end
end