VOOG – Moog-style polyphonic synthesizer in Python with tkinter GUI
Summary
VOOG is an open-source virtual analog synthesizer implemented in Python with a Tkinter GUI, featuring three oscillators, a Moog-style ladder filter, dual ADSR envelopes, an LFO, MIDI support, and patch management. The repository outlines a modular architecture (DSP, engine, GUI, MIDI, and patch systems) with installation and usage instructions. It's a solid example of Python-based DSP and GUI design that could appeal to developers and hobbyists exploring open-source audio tools.