mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 23:00:20 +00:00
Add room reverb to cajón demo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -204,6 +204,7 @@ def gen_metal_blast():
|
||||
def gen_cajon():
|
||||
score = Score("4/4", bpm=100)
|
||||
score.drums("cajon", repeats=8, fill="cajon flam", fill_every=4)
|
||||
score.set_drum_effects(reverb=0.25, reverb_type="room")
|
||||
render("cajon", score)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user