Skip to content

Nebula De-Esser v2.2.0

Choose a tag to compare

@subhankardas15071992-cloud subhankardas15071992-cloud released this 25 Mar 08:30
· 352 commits to main since this release
604d5a7

Release Notes:

  • Added following features and fixes
    - Phase transparency fix.
    - Added Cut Width, Cut Depth and Mix controls for more versatility.
    - Plugin window is now fully resizable.

Note:
For users new to CLAP plugins, they look like folders on macOS, but the name of the folder has ".clap" in it like a file extension. It's perfectly normal.

Note:
Due to user demands, the new zip files have been updated to contain both the CLAP and the newly built VST3 plugins.

Note for macOS users:
macOS Gatekeeper blocks the binary because it has no code signature. Locally-built binaries are trusted automatically; externally built ones are flagged as "from the internet".

  • To fix this problem after unzipping run the following command:
    xattr -dr com.apple.quarantine [path of the Nebula DeEsser.clap or Nebula DeEssr.vst3 file]

  • After that you can copy it to either /Library/Audio/Plug-Ins/CLAP or /Library/Audio/Plug-Ins/VST3 (if you want to install it for all users) or ~/Library/Audio/Plug-Ins/CLAP/ or ~/Library/Audio/Plug-Ins/VST3/ (if you want to install it for only the current user)