Skip to product information
1 of 8

Dirty Dog Reverb - Wild Reverb & Drive w/Joe Chiccarelli

Dirty Dog Reverb - Wild Reverb & Drive w/Joe Chiccarelli

Regular price $55.00
Regular price $81.00 Sale price $55.00
Sale Coming Soon!
Taxes included.
Included in the Everything Bundle

This product is part of the Everything Bundle

Unlock all instruments, effects, and our brand new AI tools at our limited-time intro price.

+$144.00 To upgrade to Everything
Get Bundle

Dirty Dog

Distorted Reverb and Overdrive Plugin in Collaboration with Joe Chiccarelli

Dirty Dog is a reverb plugin built for attitude. Developed in collaboration with 11-time Grammy-winning producer and engineer Joe Chiccarelli (The White Stripes, The Strokes, Morrissey, Little Dragon, The Killers), Dirty Dog blends reverb, overdrive, filtering, and gating into a single aggressive sound design tool.

From subtle grit to full-on destruction, Dirty Dog delivers raw, energetic textures that cut through a mix. It is equally at home on drums, guitars, vocals, and creative effects buses.

Key Features

  • Blend Control – Precise wet/dry balance for subtle or extreme effects
  • Pre-Delay – Adjustable from 1 ms to 130 ms
  • Dual Overdrive Stages – Pre and post reverb distortion
  • Auto Gain – Built into the overdrive section
  • Selectable Oversampling – Cleaner sound at higher drive levels
  • Reverb Time – Adjustable from 140 ms to 4000 ms
  • Dual Gate System – Pre reverb, post reverb, or both
  • Artist Presets – Handpicked by Carlos de la Garza (Paramore, Ziggy Marley) and Ken Sluiter (James Blunt, Weezer, OK Go)

Plugin Requirements

  • Formats: MacOS VST3 / AU / AAX, Windows 64-bit VST3 / AAX
  • Processor: 2 GHz Intel Dual Core or AMD equivalent
  • RAM: 8GB minimum (16GB recommended)
  • OS: Mac OS X 10.15+ (11+ recommended) / Windows 8 and above
How to Install & Activate

Getting started is quick and straightforward. After your purchase, here’s what to do:

  1. You’ll receive a download link by email immediately after checkout.
  2. A separate email with your personal serial number will arrive shortly after (usually within a few minutes).
  3. On macOS, run the installer for the plugins you want to install. On Windows, place the plugin files in your VST and or AAX folders.
  4. Open your DAW and load the plugin as you normally would.
  5. When prompted, enter your serial number and confirm.
  6. You’re ready to go.

Note: Serial emails can take up to 4–5 minutes to arrive. Please check your spam folder if you don’t see it.

Each license can be activated on up to 3 computers.

Need help? Contact us at bar@safariaudio.com.

View full details
document.addEventListener('DOMContentLoaded', function() { // --- 1. CONFIGURATION --- const EVERYTHING_BUNDLE_PRICE = 199.00; const EVERYTHING_BUNDLE_URL = "https://safariaudio.com/cart/50782573101367:1"; const stickyBar = document.getElementById('sticky-buy-bar'); const mainForm = document.querySelector('form[action="/cart/add"]'); const checkoutBtn = document.getElementById('safari-sticky-checkout-btn'); const modal = document.getElementById('safari-upsell-modal'); // --- 2. SCROLL TRIGGER CONTROLLER --- window.addEventListener('scroll', function() { if (!mainForm) return; const formBottom = mainForm.getBoundingClientRect().bottom; if (formBottom < 0) { stickyBar.classList.add('sticky-bar-visible'); } else { stickyBar.classList.remove('sticky-bar-visible'); } }); // --- 3. UPSELL LOGIC MAPPER --- if (checkoutBtn) { checkoutBtn.addEventListener('click', function(e) { e.preventDefault(); // Pull product item price dynamically from liquid context safely const currentPrice = parseFloat("55.0") || 0; // Difference tracking calculation const difference = EVERYTHING_BUNDLE_PRICE - currentPrice; document.getElementById('saf-upgrade-diff').textContent = `$${difference.toFixed(2)}`; // Present brand pop-up layout modal.style.display = 'flex'; }); } // Modal Option A: Upgraded to Bundle document.getElementById('saf-upgrade-yes').addEventListener('click', function() { window.location.href = EVERYTHING_BUNDLE_URL; }); // Modal Option B: Keep individual product selection document.getElementById('saf-upgrade-no').addEventListener('click', function() { const variantId = document.querySelector('form[action="/cart/add"] input[name="id"]').value; window.location.href = `/cart/${variantId}:1`; }); // Dismiss overlay if user clicks on the backdrop space out of layout card bounds modal.addEventListener('click', function (e) { if (e.target === modal) modal.style.display = 'none'; }); });