You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Fix EQ crackling on slider drags — diff-based parameter updates only write values that actually changed, avoiding unnecessary IIR filter coefficient recalculation
Eliminate audio gaps on preset switches — EQ pre-allocated with max 31 bands; band count changes bypass unused bands instead of rebuilding the audio pipeline
Fix codesigning in install.sh — entitlements now embedded so app launches reliably after rebuild
Docs
README rewritten with complete feature list and roadmap