0
0
Cart1item

Cart

HomeShopFIELD EQUIPMENT AND GRIPClearsonic CSP A5-5 Drum Shield

Description

The Clearsonic CSP A5-5 Drum Shield is made of thick acrylic and provides acoustic separation between instruments on stage or in a recording studio – helping to reduce drum, guitar amp, and other loud instrument bleed into nearby vocal or quieter instrument mics; allows musicians to lower their stage volume so that everyone can hear themselves better.

Reviews

There are no reviews yet.

Be the first to review “Clearsonic CSP A5-5 Drum Shield”

Your email address will not be published. Required fields are marked *

    const observer = new MutationObserver(function () { const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } }); // Start observing after DOM is ready document.addEventListener("DOMContentLoaded", function () { observer.observe(document.body, { childList: true, subtree: true }); // Run once immediately in case element already exists const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } });