Skip to content

Instantly share code, notes, and snippets.

@ktbaek
Created May 28, 2018 10:32
Show Gist options
  • Save ktbaek/fc1c28fb32d781953456946d40c69ac6 to your computer and use it in GitHub Desktop.
Save ktbaek/fc1c28fb32d781953456946d40c69ac6 to your computer and use it in GitHub Desktop.
# Clap sound
with_fx :reverb, mix: 0.3, room: 0.4 do
with_fx :bpf, res: 0.7, centre: 95 do
synth :cnoise, release: 0.1, decay: 0.02, decay_level: 0, sustain_level: 2, attack_level: 3
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment