mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-07-21 18:19:30 +00:00
f398e1acbd
Maqam.render()/play() default to synth="oud" but the Synth enum had no OUD member, so playing any maqam crashed with KeyError: 'OUD'. Add a real oud voice (doubled Karplus-Strong courses, bowl resonance, dark gut-string rolloff), an "oud" instrument preset, a synth-catalog docs entry with audio demo, and a regression test on the default path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>