Add room reverb to cajón demo

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 16:50:53 -04:00
parent 2e5b18de2e
commit 1ae9404f07
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -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)