Skip to content

VXN1b 0.0.2

Choose a tag to compare

@poetix poetix released this 24 Aug 15:48
· 156 commits to main since this release

Second VXN1b release. Fixes and one voicing feature on top of
0.0.1.

Changes

  • Stack start-phase depth and lane distribution — control over where the
    lanes of a stacked voice begin in their cycle, and how that spread is
    distributed across the stack.
  • Per-frame pan re-cook keeps level_comp — the level compensation was
    being dropped when pan was re-cooked mid-frame.
  • Windows VST3 link fix, carried in source from the start of this tag.
    0.0.1's Windows .vst3 asset was repaired in place after release; this is
    the first VXN1b tag that never contained the broken build.

Downloads

Platform CLAP VST3
macOS (universal, arm64 + x86_64) VXN1b-macOS-universal.clap.zip VXN1b-macOS-universal.vst3.zip
Windows (x64) VXN1b-windows-x64.clap VXN1b-windows-x64.vst3.zip

Unzip and drop into your plug-in folder:

  • macOS CLAP — ~/Library/Audio/Plug-Ins/CLAP/
  • macOS VST3 — ~/Library/Audio/Plug-Ins/VST3/
  • Windows CLAP — %LOCALAPPDATA%\Programs\Common\CLAP\
  • Windows VST3 — %LOCALAPPDATA%\Programs\Common\VST3\

The macOS builds are unsigned and unnotarised; Gatekeeper will need the usual
right-click → Open, or xattr -dr com.apple.quarantine on the bundle.

Notes

  • README
    and the parameter reference.
    The parameter table is unchanged from 0.0.1 — patches and automation carry over.
  • clap-validator clean on the macOS bundle (0 failed; 3 skips are the optional
    preset-discovery draft factory).