Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:35
v0.1.1
d1f5afd

Patch release with two DSP fixes and the app icon.

Fixed

  • Bass-mono crossover: transient-free re-engagement (#12) - the crossover's internal filter state was frozen while the section was disabled (Bass Mono Freq at 0 Hz), so re-engaging it (e.g. automation sweeping back up through 0 Hz) resumed from a stale snapshot and produced an audible transient. The crossover now keeps tracking the live signal while disabled, so re-engagement is seamless.
  • Auto Mono Safety: smooth on/off toggle (#13) - flipping the toggle could step the Side gain by up to ~9 dB in a single sample when the input was strongly out-of-phase. The toggle now crossfades over ~50 ms, like every other parameter.

Both fixes are covered by new regression tests (51 test cases total).

Added

  • App icon on the plugin and standalone bundles.

Assets

  • firmament-v0.1.1-windows.zip - VST3 + standalone (unsigned).
  • The signed/notarized macOS build will be attached once the release pipeline's signing configuration is restored.

Full Changelog: v0.1.0...v0.1.1