Skip Navigation Website Accessibility
 


VHT D-Boost Pedal

available at

Low in-store inventory, may be subject to change.

Handwired on a vintage-style eyelet board, the VHT D-Boost FET clean-boost pedal faithfully replicates the FET input circuitry found in the most coveted D-style amplifier.

While the original FET circuitry was built-into the amps, and not footswitchable, with no external means for level adjustment, the VHT D-Boost pedal expands the design’s versatility with footswitchable convenience and an external level control.

It’s a true clean boost pedal, with enough clean boost to significantly overdrive your amp, and it can also enhance detail, clarity and harmonic complexity at more moderate level settings. The D-Boost’s footswitch has a large aluminum “topper,” and it’s surrounded by a cool-looking status-indicating blue LED ring.

The D-Boost can be powered by an internal 9-volt battery or external 9-volt power supply (not included).

// === GLOBAL NAV BEHAVIOR FOR MARICH MUSIC === // --- DROPDOWN ON HOVER (DESKTOP ONLY) --- document.addEventListener('DOMContentLoaded', function () { const dropdowns = document.querySelectorAll('.dropdown'); dropdowns.forEach(drop => { drop.addEventListener('mouseenter', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'block'; }); drop.addEventListener('mouseleave', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'none'; }); }); }); // --- TOGGLE CUSTOM NAV ON MOBILE --- function toggleMobileNav() { const nav = document.querySelector('.menubg'); if (!nav) return; const isVisible = window.getComputedStyle(nav).display !== 'none'; nav.style.display = isVisible ? 'none' : 'flex'; }