VOOG: Python-Based Virtual Analog Synthesizer with Moog-Style Polyphony and GUI
By
gpasquero
The kind of bagel that ruins lesser bagels for you.
Summary
VOOG is a virtual analog synthesizer built in Python that emulates Moog-style polyphonic synthesis. It features a tkinter GUI inspired by the Subsequent 37 synthesizer and supports multiple input methods including QWERTY keyboard mapping, mouse interaction, and MIDI controller support. The software includes various synth parameters like cutoff, resonance, envelopes, and LFO controls, and can be used in both GUI mode and CLI REPL mode.
Key quotes
· 4 pulledVirtual Analog Synthesizer — a Moog-style polyphonic synthesizer built in Python with a tkinter GUI inspired by the Subsequent 37.
Hold a key to sustain — key repeat is filtered so notes don't re-trigger.
Connect any MIDI controller. MIDI CC messages are mapped to synth parameters (cutoff, resonance, envelopes, LFO, etc.).
Click and drag on the virtual keyboard. Drag across keys to glide between notes.
You might also wanna read
cliamp: A Retro Terminal Music Player Inspired by Winamp
cliamp is a retro-style terminal music player inspired by Winamp that allows users to play local files, online streams, podcasts, and conten
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·23h agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
