Skip Navigation Website Accessibility
 


Tru Tuner Rapid Drum Head Replacement System

available at

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

Specifications:

  • Clear Reinforced Polycarbonate Disc for visibility and strength

  • 10 Chrome plated keys designed for Tru Tuner

  • Zipping mesh bag with clip for easy storage of keys

  • Folding handle for safe and easy storage

  • Fits in cymbal case for easy transport

  • Numbered start holes for lining up specific drum size

  • Lined ridges on disc to follow in order line up keys easily for each specific drum size

  • Disc bottom is flat for strength when on flat surface and to prevent damage to drum heads

  • Color coded rings for easy setup on each drum

// === 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'; }