Skip to content

Doobie v0.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 11:55
· 3 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).


Added

  • 10 convolution / real-room presets (bank is now 138). The Convolution
    reverb now has factory presets driving the bundled Voxengo + OpenAIR impulse
    responses, which no preset reached before: Real Cathedral (York Minster),
    Opera House (La Scala), Grand Concert Hall (Musikvereinsaal), Studio Drum Room,
    Reactor Hall (R1), Dub Warehouse, Parking Garage, Ancient Tomb (Maes Howe),
    Prehistoric Cave, and Stone Church. A preset can now name a built-in IR by its
    display name; the preset manager resolves and loads it (and stamps the factory
    IR index so it survives save/restore). The presets CI test asserts every
    convolution preset actually resolves + loads an IR.