Skip to content

VXN1 0.0.6

Choose a tag to compare

@poetix poetix released this 02 Jun 22:52
· 674 commits to main since this release

Fixes

  • Windows: editor now opens inside hosts installed under C:\Program Files\ (Reaper et al.). WebView2's default user-data folder lived next to the host exe and required admin write, returning E_ACCESSDENIED (0x80070005); it is now redirected to %LOCALAPPDATA%\VulpusLabs\VXN1\WebView2.

Install

macOS

  1. Download VXN1-macOS-universal.clap.zip and unzip it.
  2. Move VXN1.clap into ~/Library/Audio/Plug-Ins/CLAP/ (create the folder if needed).
  3. De-quarantine — Safari / browsers tag downloads with com.apple.quarantine; unsigned plugins fail to load until that's stripped. In Terminal:
    xattr -dr com.apple.quarantine ~/Library/Audio/Plug-Ins/CLAP/VXN1.clap
    If macOS still blocks it ("cannot be opened because the developer cannot be verified"), open System Settings → Privacy & Security, scroll to the bottom, and click Allow Anyway next to the VXN1 entry, then reopen your host.

Windows

  1. Download VXN1-windows-x64.clap.
  2. Copy it into %CommonProgramFiles%\CLAP\ (typically C:\Program Files\Common Files\CLAP\).