Skip to content

Doobie v0.23.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:26
· 15 commits to main since this release

macOS build is currently unsigned

Doobie's Apple Developer agreement is in the process of being
re-accepted. While that's pending, the macOS build ships as an
unsigned .zip instead of the usual signed + notarized .pkg
installer. Drop the bundles into:

~/Library/Audio/Plug-Ins/Components/Doobie.component
~/Library/Audio/Plug-Ins/VST3/Doobie.vst3
/Applications/Doobie.app (or anywhere)

Then strip the Gatekeeper quarantine attribute once per bundle:

xattr -cr ~/Library/Audio/Plug-Ins/Components/Doobie.component
xattr -cr ~/Library/Audio/Plug-Ins/VST3/Doobie.vst3
xattr -cr /Applications/Doobie.app

Or install via the Homebrew tap, which does the xattr step for you:

brew tap DatanoiseTV/doobie
brew install --cask doobie

Linux is unaffected (no signing concept).


Fixed

  • UI no longer letterboxes with black borders. The editor is now locked to
    the 1520×1048 design aspect ratio, so the window can only resize
    proportionally and the scaled UI fills it exactly — no borders, no
    distortion.
  • Switching reverb mode no longer rescales the whole UI. The canvas height
    is fixed (sized for the tallest mode) instead of content-driven, so changing
    presets/modes (e.g. to Shimmer or Gated) keeps the interface at a constant
    size.