Skip to content

Helm 1.0.1

Choose a tag to compare

@keithadler keithadler released this 18 Sep 06:14
· 2 commits to master since this release

Two fixes found by running pluginval against the 1.0.0 plugins at its strictest level, with the tests in random order.

  • The Audio Unit could crash when a host restored state or changed program from a thread other than the main one, because the plugin updated its sliders right there. The refresh now happens on the main thread. After the fix the AU passes eight randomized full-strictness suites.
  • A preset load or session reload could be partly undone by parameter changes still queued for the audio thread from just before it. The plugin now restores state under the audio lock and drops that stale queue first.

Nothing else changes from 1.0.0. Packages for Linux (x86_64 and arm64), macOS (universal) and Windows (x64 and ARM) are attached below by the release workflow; each holds the standalone, every plugin format the platform supports, and the 274 patches.

Full details in CHANGELOG.md.