Skip to content

multi-comp-v1.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 11:38

Multi-Comp v1.3.3

Installation

Each zip contains VST3/, CLAP/, and LV2/ (Linux) or AU/ (macOS) folders.

Linux (x86_64):

  • VST3: Copy the .vst3 folder from VST3/ to ~/.vst3/
  • LV2: Copy the .lv2 folder from LV2/ to ~/.lv2/

Linux (ARM64 / Raspberry Pi):

  • Download the -linux-arm64.zip file
  • VST3: Copy the .vst3 folder from VST3/ to ~/.vst3/
  • LV2: Copy the .lv2 folder from LV2/ to ~/.lv2/
  • CLAP: Copy the .clap file from CLAP/ to ~/.clap/

Windows:

  • VST3: Copy the .vst3 folder from VST3/ to C:\Program Files\Common Files\VST3\
  • CLAP: Copy the .clap file from CLAP/ to C:\Program Files\Common Files\CLAP\

macOS:

  • VST3: Copy the .vst3 bundle from VST3/ to /Library/Audio/Plug-Ins/VST3/ or ~/Library/Audio/Plug-Ins/VST3/
  • AU: Copy the .component bundle from AU/ to /Library/Audio/Plug-Ins/Components/ or ~/Library/Audio/Plug-Ins/Components/
  • CLAP: Copy the .clap bundle from CLAP/ to /Library/Audio/Plug-Ins/CLAP/ or ~/Library/Audio/Plug-Ins/CLAP/

macOS CLAP bundles are not Apple-notarized. On first load you may need to right-click → Open, or remove the quarantine flag with xattr -dr com.apple.quarantine /path/to/Plugin.clap.

What's Changed

  • Multi-Comp: Opto preset silence, Mix clicks, auto-gain pumping, bool restore + heap overflow by @marc-korte in #128

Full Changelog: multi-comp-v1.3.2...multi-comp-v1.3.3