Skip to content

v0.10.10

Choose a tag to compare

@github-actions github-actions released this 25 Mar 23:01
v0.10.10: fix AU cold open failure on older macOS (issue #13)

Set CMAKE_OSX_DEPLOYMENT_TARGET=10.13 in CMakeLists.txt and CI workflow
so AU/VST3 binaries load on macOS High Sierra+. Add ad-hoc codesigning
for macOS CI builds. Replace std::bit_cast with portable FloatBits union
for older libc++ compatibility. Guard file I/O in editor for sandboxed
AU environments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>