Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 21:12
· 9 commits to master since this release

Uhbik Wrapper v0.2.0

A lightweight plugin wrapper for chaining multiple effects with preset management.

Downloads

Platform VST3 CLAP AU
Linux VST3~/.vst3/ CLAP~/.clap/ -
Windows VST3C:\Program Files\Common Files\VST3\ CLAPC:\Program Files\Common Files\CLAP\ -
macOS VST3/Library/Audio/Plug-Ins/VST3/ CLAP/Library/Audio/Plug-Ins/CLAP/ AU/Library/Audio/Plug-Ins/Components/

macOS Gatekeeper

Downloaded plugins are quarantined. Run in Terminal after installing:

xattr -cr "/Library/Audio/Plug-Ins/VST3"
xattr -cr "/Library/Audio/Plug-Ins/CLAP"
sudo codesign --force --deep --sign - "/Library/Audio/Plug-Ins/VST3/UhbikWrapper.vst3"
sudo codesign --force --deep --sign - "/Library/Audio/Plug-Ins/CLAP/UhbikWrapper.clap"

Then rescan plugins in your DAW.