Created
May 28, 2018 10:32
-
-
Save ktbaek/fc1c28fb32d781953456946d40c69ac6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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