vxn-1 + vxn-2 0.1.1
Highlights
- vxn-2 now ships a VST3 alongside the CLAP (macOS universal + Windows x64), via the clap-wrapper pipeline ported from vxn-1 (0170). VST3-only hosts are now supported.
Artifacts
- macOS (universal):
VXN1CLAP+VST3,VXN2CLAP+VST3 - Windows (x64):
VXN1CLAP+VST3,VXN2CLAP+VST3 - vxn-1 manual (PDF)
Built and attached automatically by the release workflow.
2026-08-24 — Windows VST3 assets replaced. The VXN1-windows-x64.vst3.zip
and VXN2-windows-x64.vst3.zip originally attached here contained no engine and
would not have loaded in a host: the Rust staticlib was whole-archived into the
module and then stripped straight back out by /OPT:REF, because nothing
references the CLAP entry point at link time. The link reported success, so it
went unnoticed.
Both zips have been rebuilt from this exact tag plus that one link fix
(/INCLUDE:clap_entry, plus adding the archive as a link input) and re-uploaded.
No other source change is in them, and the tag is unmoved. The CLAP builds and
both macOS VST3s were never affected — macOS does not dead-strip by default,
which is why only Windows was hollow.