Skip to content

Instantly share code, notes, and snippets.

@hopbit
Last active August 29, 2015 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hopbit/370758ee054d7ab10cd8 to your computer and use it in GitHub Desktop.
Save hopbit/370758ee054d7ab10cd8 to your computer and use it in GitHub Desktop.
playing with super saw synth
# soundcloud preview:
# https://soundcloud.com/hopbit/playing-with-super-saw-synth
live_loop :hello do
use_synth :supersaw
use_synth_defaults release: 2, amp: 1
use_bpm 98
with_fx :wobble do
with_fx :echo do
play chord(:F, :major)
sleep 2
play chord(:G, :major)
sleep 2
play chord(:C, :major)
sleep 2
play chord(:a, :minor7)
sleep 2
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment