-
SKU: 778-R-T69Danmar 778 Wooden RED – BLACK Iron Cross Bass Drum Beater
$60.00In Stock -
SKU: 207ADanmar Tommy Aldridge Clear Maple Bass Drum Beater – Long Shaft
$60.00In Stock -
11% OFF
RRP $28.00
Save $3.00
Sale!
SKU: 210MK-STARDANMAR METAL KICK BASS DRUM DISC – Star
Original price was: $28.00.$25.00Current price is: $25.00.In Stock -
11% OFF
RRP $28.00
Save $3.00
Sale!
SKU: 210MKDANMAR METAL KICK BASS DRUM DISC – Flames
Original price was: $28.00.$25.00Current price is: $25.00.In Stock -
SKU: 210DKFDanmar 210DKF Bass Drum Double Bass Drum Patch – Flames
$32.00In Stock -
9% OFF
RRP $32.00
Save $3.00
Sale!
SKU: 210MKDDanmar 210MKD Stars Bass Drum Double Metal Bass Drum Patch
Original price was: $32.00.$29.00Current price is: $29.00.In Stock -
3% OFF
RRP $59.95
Save $1.95
Sale!
SKU: 778-BSTDanmar 778 Wooden RED – BLACK Star Bass Drum Beater
Original price was: $59.95.$58.00Current price is: $58.00.In Stock -
Sale!
SKU: 210STRDanmar 210STR STAR Bass Drum Singlepad
Original price was: $22.00.$20.00Current price is: $20.00.In Stock -
2% OFF
RRP $59.95
Save $0.95
Sale!
SKU: 778BSKDanmar 778 Wooden RED – BLACK Skull Bass Drum Beater
Original price was: $59.95.$59.00Current price is: $59.00.In Stock -
SKU: 210ICDanmar 210IC Iron Cross Bass Drum Singlepad
$22.00In Stock -
9% OFF
RRP $74.95
Save $6.95
Sale!
SKU: 209REDDanmar 209RED Long Hair’d Furry Kick Beater – RED
Original price was: $74.95.$68.00Current price is: $68.00.In Stock -
10% OFF
RRP $59.95
Save $5.95
Sale!
SKU: 777Danmar 777 Bass Drum Beater Bass Drum Ufo Skate
Original price was: $59.95.$54.00Current price is: $54.00.In Stock -
3% OFF
RRP $69.95
Save $1.95
Sale!
SKU: 206SDanmar Zoro Square Felt White Bass Drum Beater
Original price was: $69.95.$68.00Current price is: $68.00.In Stock -
SKU: 778BSCDanmar 778 Wooden Black – Silver iron Cross Drum Beater
$60.00In Stock -
SKU: 208Danmar Bass Drum Beater – Wood – Red Square JR Robinson
$60.00In Stock -
9% OFF
RRP $74.95
Save $6.95
Sale!
SKU: 209TCDanmar 209TC Long Hair’d Furry Kick Beater – Tan Cheetah
Original price was: $74.95.$68.00Current price is: $68.00.In Stock -
10% OFF
RRP $59.95
Save $5.95
Sale!
SKU: 205Danmar Bass Drum Beater – Wood – Red – Black Shaft
Original price was: $59.95.$54.00Current price is: $54.00.In Stock -
12% OFF
RRP $75.95
Save $8.95
Sale!
SKU: 706KPVDanmar KickPro Von Klemperschtein Gel Bass Drum Beater
Original price was: $75.95.$67.00Current price is: $67.00.Out of stock -
12% OFF
RRP $75.95
Save $8.95
Sale!
SKU: 706KPJDanmar KickPro JellyDog Supreme Gel Bass Drum Beater, Super Rebounding
Original price was: $75.95.$67.00Current price is: $67.00.Out of stock -
SKU: 210FL1Danmar 210FL1 Flames Bass Drum Single Pad
$22.00Out of stock
:root {
–danmar-red: #b91c1c;
–deep-red: #7f1d1d;
–charcoal: #2c2c2c;
–deep-black: #1a1a1a;
–steel-gray: #6b6b6b;
–silver: #c0c0c0;
–platinum: #ecf0f1;
–accent-silver: #e2e8f0;
–pure-white: #ffffff;
–text-primary: #2c3e50;
–text-light: #7f8c8d;
–font-display: ‘Oswald’, sans-serif;
–font-body: ‘Lato’, sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(–font-body);
color: var(–text-primary);
background: var(–pure-white);
line-height: 1.7;
overflow-x: hidden;
}
.brand-header {
background: linear-gradient(135deg, var(–deep-black) 0%, var(–deep-red) 100%);
padding: 100px 20px 120px;
position: relative;
overflow: hidden;
}
.brand-header::before {
content: ”;
position: absolute;
top: -50%;
right: -20%;
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(185,28,28,0.2) 0%, transparent 70%);
border-radius: 50%;
}
.brand-header::after {
content: ”;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(–danmar-red), transparent);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 1;
}
.content-wrapper {
max-width: 1160px;
margin: 0 auto;
}
.brand-logo {
font-family: var(–font-display);
font-size: clamp(3.5rem, 8vw, 6rem);
font-weight: 700;
color: var(–pure-white);
letter-spacing: 8px;
text-transform: uppercase;
margin-bottom: 20px;
animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.brand-tagline {
font-family: var(–font-body);
font-size: clamp(1.1rem, 2vw, 1.4rem);
color: var(–accent-silver);
font-weight: 300;
letter-spacing: 2px;
text-transform: uppercase;
animation: fadeInUp 0.8s ease-out 0.2s both;
}
.expert-overview {
background: var(–pure-white);
border-left: 4px solid var(–danmar-red);
padding: 40px 45px;
margin: -60px 0 80px;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
position: relative;
}
.expert-overview::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, var(–danmar-red), transparent);
}
.expert-overview p {
font-size: 1.15rem;
line-height: 1.9;
color: var(–text-primary);
font-weight: 300;
}
.expert-overview strong {
color: var(–danmar-red);
font-weight: 700;
}
.credentials-strip {
background: linear-gradient(to right, var(–deep-red), var(–danmar-red));
padding: 30px 40px;
margin-bottom: 80px;
}
.credentials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
}
.credential {
text-align: center;
color: var(–pure-white);
}
.credential-icon {
font-size: 2.5rem;
font-weight: 700;
font-family: var(–font-display);
color: var(–accent-silver);
margin-bottom: 10px;
}
.credential-title {
font-size: 1.1rem;
font-weight: 700;
font-family: var(–font-display);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
}
.credential-detail {
font-size: 0.95rem;
color: var(–platinum);
font-weight: 300;
}
.expertise-panel {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border: 2px solid #e9ecef;
padding: 50px 45px;
margin-bottom: 80px;
position: relative;
}
.expertise-panel::before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(–danmar-red);
}
.expertise-panel h3 {
font-family: var(–font-display);
font-size: 1.8rem;
color: var(–danmar-red);
margin-top: 0;
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 1px;
}
.expertise-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-top: 30px;
}
.expertise-item {
padding: 25px;
background: var(–pure-white);
border-left: 3px solid var(–danmar-red);
}
.expertise-item h4 {
font-family: var(–font-display);
font-size: 1.2rem;
color: var(–charcoal);
margin: 0 0 12px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.expertise-item p {
font-size: 1rem;
line-height: 1.7;
color: var(–text-light);
margin: 0;
}
section {
margin-bottom: 100px;
}
h2 {
font-family: var(–font-display);
font-size: clamp(2.2rem, 4vw, 3rem);
font-weight: 700;
color: var(–danmar-red);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 30px;
position: relative;
padding-bottom: 20px;
}
h2::after {
content: ”;
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 3px;
background: var(–silver);
}
h3 {
font-family: var(–font-display);
font-size: clamp(1.6rem, 3vw, 2rem);
font-weight: 600;
color: var(–charcoal);
text-transform: uppercase;
letter-spacing: 1px;
margin: 40px 0 20px;
}
p {
font-size: 1.05rem;
line-height: 1.8;
color: var(–text-primary);
margin-bottom: 20px;
font-weight: 300;
}
.series-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
margin: 50px 0;
}
.series-card {
background: linear-gradient(to bottom, var(–pure-white), #f8f9fa);
border: 1px solid #e9ecef;
padding: 40px 35px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.series-card::before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: var(–danmar-red);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.series-card:hover::before {
transform: scaleX(1);
}
.series-card:hover {
box-shadow: 0 15px 50px rgba(0,0,0,0.12);
transform: translateY(-5px);
}
.series-name {
font-family: var(–font-display);
font-size: 1.8rem;
font-weight: 700;
color: var(–danmar-red);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.series-tagline {
font-size: 0.95rem;
color: var(–deep-red);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.series-description {
font-size: 1rem;
line-height: 1.7;
color: var(–text-light);
margin-bottom: 25px;
}
.series-features {
list-style: none;
padding: 0;
}
.series-features li {
padding: 10px 0;
font-size: 0.95rem;
color: var(–text-primary);
border-bottom: 1px solid #e9ecef;
position: relative;
padding-left: 25px;
}
.series-features li:last-child {
border-bottom: none;
}
.series-features li::before {
content: ‘▸’;
position: absolute;
left: 0;
color: var(–danmar-red);
font-weight: 700;
}
.why-danmar {
background: linear-gradient(135deg, var(–deep-black) 0%, var(–deep-red) 100%);
padding: 80px 50px;
margin: 80px 0;
position: relative;
overflow: hidden;
}
.why-danmar::before {
content: ”;
position: absolute;
top: -30%;
left: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(185,28,28,0.2) 0%, transparent 70%);
border-radius: 50%;
}
.why-danmar-content {
position: relative;
z-index: 1;
max-width: 1000px;
margin: 0 auto;
}
.why-danmar h2 {
color: var(–pure-white);
}
.why-danmar h2::after {
background: var(–accent-silver);
}
.why-danmar-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 35px;
margin-top: 50px;
}
.why-item {
background: rgba(255,255,255,0.05);
padding: 35px 30px;
border-left: 3px solid var(–accent-silver);
transition: all 0.3s;
}
.why-item:hover {
background: rgba(255,255,255,0.08);
}
.why-number {
font-family: var(–font-display);
font-size: 3rem;
font-weight: 700;
color: var(–accent-silver);
opacity: 0.3;
line-height: 1;
margin-bottom: 15px;
}
.why-item h4 {
font-family: var(–font-display);
font-size: 1.3rem;
font-weight: 700;
color: var(–pure-white);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 12px;
}
.why-item p {
color: var(–platinum);
font-size: 1rem;
line-height: 1.7;
}
.questions-section {
background: #f8f9fa;
padding: 80px 50px;
margin: 80px 0;
}
.question-item {
background: var(–pure-white);
padding: 30px 35px;
margin-bottom: 20px;
border-left: 4px solid var(–danmar-red);
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.question-title {
font-family: var(–font-display);
font-size: 1.3rem;
font-weight: 600;
color: var(–danmar-red);
margin-bottom: 15px;
letter-spacing: 0.5px;
}
.question-answer {
font-size: 1.05rem;
line-height: 1.8;
color: var(–text-primary);
margin: 0;
}
.services-section {
background: #f8f9fa;
padding: 80px 50px;
margin: 80px 0;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px;
margin-top: 40px;
}
.service-card {
background: var(–pure-white);
padding: 40px 35px;
border-left: 4px solid var(–danmar-red);
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.service-card h3 {
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 15px;
}
.service-card p {
color: var(–text-light);
margin-bottom: 20px;
}
.service-card ul {
list-style: none;
padding: 0;
}
.service-card li {
padding: 8px 0;
font-size: 0.95rem;
color: var(–text-primary);
position: relative;
padding-left: 20px;
}
.service-card li::before {
content: ‘✓’;
position: absolute;
left: 0;
color: var(–danmar-red);
font-weight: 700;
}
.cta-section {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin: 40px 0;
}
.btn {
display: inline-block;
padding: 18px 45px;
font-family: var(–font-display);
font-size: 1rem;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s;
}
.btn-primary {
background: var(–danmar-red);
color: var(–pure-white);
border: 2px solid var(–danmar-red);
}
.btn-primary:hover {
background: var(–deep-red);
border-color: var(–deep-red);
box-shadow: 0 8px 25px rgba(185,28,28,0.3);
transform: translateY(-2px);
}
.btn-secondary {
background: transparent;
color: var(–danmar-red);
border: 2px solid var(–danmar-red);
}
.btn-secondary:hover {
background: var(–danmar-red);
color: var(–pure-white);
}
.final-cta {
background: linear-gradient(to right, var(–deep-red), var(–danmar-red));
padding: 70px 50px;
text-align: center;
margin: 100px 0 0;
}
.final-cta h2 {
color: var(–pure-white);
margin-bottom: 20px;
}
.final-cta h2::after {
display: none;
}
.final-cta p {
font-size: 1.2rem;
color: var(–platinum);
margin-bottom: 35px;
font-weight: 400;
}
.final-cta .btn-primary {
background: var(–pure-white);
border-color: var(–pure-white);
color: var(–danmar-red);
}
.final-cta .btn-primary:hover {
background: var(–platinum);
border-color: var(–platinum);
}
.final-cta .btn-secondary {
background: transparent;
color: var(–pure-white);
border-color: var(–pure-white);
}
.final-cta .btn-secondary:hover {
background: var(–pure-white);
color: var(–danmar-red);
}
@media (max-width: 968px) {
.container { padding: 0 15px; }
.content-wrapper { max-width: 100%; }
.brand-header { padding: 60px 20px 80px; }
.brand-logo { font-size: 3rem; }
.expert-overview { padding: 30px 25px; margin: -40px 15px 60px; }
.credentials-strip { padding: 25px 20px; }
.credentials-grid { grid-template-columns: 1fr; gap: 30px; }
.expertise-panel { padding: 40px 30px; }
.expertise-grid { grid-template-columns: 1fr; }
.series-grid { grid-template-columns: 1fr; gap: 30px; }
.why-danmar { padding: 50px 25px; }
.why-danmar-grid { grid-template-columns: 1fr; gap: 25px; }
.questions-section { padding: 50px 25px; }
.services-section { padding: 50px 25px; }
.services-grid { grid-template-columns: 1fr; }
.cta-section { flex-direction: column; }
.btn { width: 100%; text-align: center; }
.final-cta { padding: 50px 25px; }
}
DANMAR
American-Made Percussion Since 1970
Danmar Percussion has been manufacturing bass drum beaters, kick pads, and percussion accessories entirely in Los Angeles, California since 1970 – every product made in-house, every design driven by professional performance experience. Founded by Frank DeVito, a session drummer whose career included recording and touring with Frank Sinatra, Elvis Presley, The Beach Boys, and the Benny Goodman Orchestra, Danmar was born from a working professional’s frustration with commercially available drum parts that simply didn’t perform to the standards demanding sessions required. DeVito began making his own solutions and eventually formed Danmar to make those solutions available to all drummers. Over five decades later, Danmar remains the benchmark for bass drum beaters in professional settings, with their felt, wood, plastic, and specialty beaters used on countless gold and platinum recordings. At Angkor Music Melbourne, our staff includes professional performing drummers and drum school instructors with direct experience using Danmar beaters in live and studio applications, understanding from actual performance use how beater material and weight affect bass drum tone, attack, and pedal feel. We operate an on-site drum repair workshop providing the technical knowledge to advise on kick drum setup beyond just beater selection. We stock Danmar bass drum beaters across felt, wood, plastic and specialty designs, plus impact pads, kick pads, and Danmar’s percussion accessory range. Located 4-6 Drake Boulevard, Altona VIC 3018. Call (03) 8360 7799 for expert advice from professional drummers with real Danmar usage experience.
1970
Made In USA
Los Angeles, California since day one
★
Professional Drummers
Performing musicians on staff
♪
Drum School
Teaching expertise and experience
⚙
Repair Workshop
Kick drum setup specialists
Why Our Danmar Advice Matters – Performance and Workshop Experience
Bass drum beater selection is one of the most underestimated tone decisions a drummer makes. The beater material, weight, and contact surface determine a significant portion of kick drum character – yet most players choose a beater based on whatever came with their pedal. Our advice comes from professional drummers who have tested Danmar beaters across different kick drums, heads, and musical contexts, and from workshop technicians who understand the complete kick drum tone picture.
Professional Performance Experience
Our professional drummer staff have used Danmar beaters in live performance and recording contexts where bass drum tone matters under critical listening conditions. We understand from actual use how Danmar felt beaters differ from wood in terms of attack definition and low-end warmth, how the square felt design changes contact behaviour compared to round, how beater weight affects pedal response and physical fatigue during long sets, and how different Danmar models interact with various bass drum head combinations. This performance experience enables specific recommendations rather than generic material descriptions.
Drum School Teaching Context
We operate an on-site drum school where our instructors work with students at all levels on bass drum technique and tone development. Beater selection is part of that teaching context – we understand how heavier beaters affect technique development for beginners, why certain beater shapes suit particular playing styles, and when a student’s bass drum tone problem stems from the beater rather than technique or tuning. Our teaching experience informs practical advice about Danmar products that goes beyond what spec sheets communicate.
Drum Repair Workshop Knowledge
Our on-site drum repair workshop handles bass drum setup work regularly, giving our staff technical understanding of how kick drum components interact. Beater selection, impact pad placement, bass drum head weight, port hole configuration, and internal damping all contribute to final bass drum tone. Our workshop experience means we advise on Danmar beaters and impact pads in the context of complete kick drum setup rather than in isolation, providing more useful guidance for players trying to achieve a specific bass drum sound rather than just selecting a beater in the abstract.
Frank DeVito’s Legacy in Practice
Danmar’s founding story matters because it explains the brand’s philosophy – products designed by a working professional solving real performance problems, not by a product development team optimising for manufacturing cost. Our professional drummer staff understand this heritage because we encounter the same professional demands DeVito faced. When session tone standards are the reference point rather than casual playing, the consistency and craftsmanship of American-made Danmar products becomes clearly relevant rather than an abstract quality claim.
Why Danmar – American Manufacturing Since 1970
Danmar’s founding story is one of the most credible in the percussion accessories industry. Frank DeVito was not a product designer or entrepreneur who identified a market opportunity. He was a working session drummer performing nightly with some of the most demanding bandleaders in American music – Frank Sinatra, Elvis Presley, The Beach Boys – who found that commercially available drum parts failed to meet the standards those professional contexts demanded. He made better ones himself. When colleagues wanted them, he built a company.
That founding principle – solve a real professional problem with superior materials and craftsmanship – has guided Danmar through five decades of manufacturing entirely in Los Angeles. Every product made in-house. Every beater crafted by hand. The result is a product range that session drummers, touring professionals, and recording engineers have relied on across thousands of professional recordings and countless live performances since 1970.
At Angkor Music Melbourne, our professional drummers understand Danmar’s quality from actual usage in performance and recording contexts. We use Danmar beaters on our own instruments because they deliver consistent results in demanding situations. Our drum school instructors understand them as practical teaching tools. Our repair workshop staff understand them in the context of complete kick drum setup. This combined experience enables us to provide Danmar advice grounded in real-world assessment rather than brand reputation alone.
Danmar Bass Drum Beaters
Bass drum beater selection is the most tonally significant Danmar decision a drummer makes. The material, shape, and weight of the beater determines attack character, low-end warmth, and pedal response in ways that affect the entire kit sound. Danmar manufactures more beater configurations than any comparable brand, enabling precise tone matching across musical styles and performance requirements.
Felt Beaters
Classic Tone Standard
Danmar felt beaters are the industry benchmark for classic bass drum tone across jazz, rock, pop, and studio applications. Dense quality felt provides warm attack with full low-end response and natural decay. The 206 standard felt beater has appeared on more professional recordings than any other single Danmar product.
Dense quality felt construction
Warm attack with full low-end
Standard round and square options
Bend-resistant chromesteel shafts
Permanently attached beater head
Jazz through rock applications
Wood Beaters
Defined Attack Click
Hard wood beaters produce sharp defined attack with pronounced click at the front of the note. Cuts through dense mixes and suits rock, metal, country, and any context where bass drum articulation needs to project clearly above guitars and other instruments.
Hard wood construction
Sharp defined attack character
Pronounced click at note front
Cuts through dense mixes
Rock, metal, country applications
High projection in live contexts
Plastic Beaters
Modern Attack
Plastic beaters provide hard bright attack between felt warmth and wood sharpness. Popular for modern production sounds where attack definition and consistent contact behaviour are required across extended playing sessions.
Hard plastic construction
Bright defined attack
Between felt and wood character
Consistent contact behaviour
Modern production applications
Extended session durability
Square Felt Beaters
Maximum Contact Area
Square-shaped felt beater increasing contact surface area with bass drum head. Developed with professional drummers seeking maximum warmth and weight in the low end. Provides fuller, fatter bass drum tone than round felt through increased surface engagement.
Square contact surface design
Maximum head contact area
Fuller fatter bass drum tone
Enhanced low-end weight
Developed with professionals
Studio and recording favourite
Double Bass Beaters
Double Pedal Optimised
Beaters with double-bent shafts designed specifically for double bass drum and double pedal applications. Shaft geometry optimised for twin pedal configurations ensuring consistent stroke feel and angle across both beaters.
Double-bent shaft geometry
Double pedal optimised
Consistent stroke angle
Matched feel across both sides
Metal and progressive rock
Various material options
Specialty Beaters
Specific Applications
Specialty configurations including combination two-sided beaters, extra-large felt options, and unique materials addressing specific tonal requirements. Enables fine-tuned bass drum tone matching for demanding professional and studio applications.
Two-sided reversible designs
Extra-large felt options
Unique material combinations
Fine-tuned tone matching
Professional session applications
Broadest selection available
Danmar Impact Pads and Accessories
Impact Pads
Head Protection and Tone
Adhesive impact pads applied to bass drum batter head at the beater strike point. Protect the head from premature wear while hardening the contact surface to add focus and click to bass drum attack. Available in felt and plastic versions for different tonal results.
Extends bass drum head life
Hardens beater contact surface
Adds focus and click to attack
Felt and plastic options
Simple self-adhesive application
Removable without head damage
Metal Kick Impact Badges
Maximum Click Definition
Metal impact badges applied to bass drum head for maximum attack definition and click. Designed for modern production contexts where a sharp defined transient at the front of the bass drum note is required for mix clarity and punch.
Metal construction for maximum click
Sharp attack transient focus
Mix clarity and punch
Modern production applications
Works with any beater type
Significant tonal change
Percussion Accessories
Complete Range
Danmar percussion accessories including triangle holders, cowbell mounts, castanet instruments, cymbal felts, tension rod washers, and specialty hardware. The same American manufacturing quality and professional performance standards applied across the complete accessory range.
Triangle holders and beaters
Cowbell mounting hardware
Castanet instruments and mounts
Cymbal felts and washers
Tension rod washers
Specialty percussion hardware
What Makes Danmar Different
01
Professional Drummer Founded
Founded by Frank DeVito – session drummer for Sinatra, Elvis, and The Beach Boys – who made better parts because commercial options failed professional performance standards. Every product reflects that founding performance-first philosophy.
02
Made in USA Since 1970
Every Danmar product manufactured in-house in Los Angeles, California since the company’s founding. Over fifty years of American manufacturing consistency providing the quality control professional studios and touring drummers depend on.
03
Handcrafted Beaters
Bass drum beaters crafted by hand in Los Angeles. The hand manufacturing process enables quality control and material selection impossible in automated mass production, producing consistent performance characteristics across every unit.
04
Bend-Resistant Shafts
Permanently attached beater heads on bend-resistant chromesteel shafts that maintain consistent angle and response over time. Eliminates the common problem of beater shaft distortion affecting pedal response and attack consistency.
05
Broadest Beater Range
More bass drum beater configurations than any comparable manufacturer. Felt, wood, plastic, square, round, specialty, and double bass designs enable precise tone matching across musical styles, pedal types, and professional requirements.
06
Gold and Platinum Standard
Used on countless gold and platinum recordings across five decades of American popular music. Professional studio adoption reflects consistent performance quality under the most demanding recording conditions.
Common Questions About Danmar Percussion
What’s the difference between felt, wood, and plastic Danmar beaters?
Felt beaters produce warm rounded attack with full low-end response – the classic studio and live bass drum tone across jazz, pop, and rock. Wood beaters produce sharp defined click at the front of the note that cuts through dense mixes, making bass drum articulation clear in loud live contexts or dense productions. Plastic beaters sit between these characters with hard bright attack and consistent contact behaviour. Your musical style, mix context, and personal tone preference determine which is appropriate. Our professional drummers have used all three in real performance and recording settings and can demonstrate the differences and discuss which suits your specific requirements rather than giving a generic answer.
Should I use an impact pad with my Danmar beater?
Impact pads serve two purposes – head protection and tone modification. If your bass drum head shows wear at the beater strike point, an impact pad extends head life significantly and can be more cost-effective than frequent head replacement. Tonally, impact pads harden the contact surface adding focus and attack definition to the note front regardless of which beater you use. Metal impact badges add maximum click and are popular in modern production contexts where a defined transient matters for mix clarity. Whether you need one depends on your current tone, your head condition, and your musical context. Our professional drummers and workshop staff can assess your specific setup and advise honestly rather than recommending accessories your situation doesn’t require.
Why does beater selection matter so much for bass drum tone?
The beater is the only physical interface between your pedal mechanism and the bass drum head. Its material determines how energy transfers from the pedal to the head – hard materials create fast sharp transients, soft materials create rounder warmer attacks. The contact surface area affects how that energy spreads across the head – square beaters engaging more surface area produce fuller tone than round beaters of equivalent weight. The beater weight affects how the pedal returns and how physically demanding extended playing feels. Most drummers use whatever beater came with their pedal without considering whether it suits their musical context, often accounting for a significant portion of bass drum tone that could be improved with a simple change. Our professional drummer staff can assess your current setup and identify whether beater selection is limiting your bass drum sound.
Are Danmar beaters compatible with all bass drum pedals?
Yes, Danmar beaters use standard shaft sizing compatible with virtually all major bass drum pedal brands including DW, Pearl, Tama, Ludwig, Yamaha, and others. The shaft fits the same beater clamp mechanism your current beater uses. If you have a specific pedal model and want to confirm compatibility before purchasing, our staff can advise. Our drum repair workshop staff work with diverse pedal and beater combinations regularly and can confirm compatibility for unusual or vintage pedal configurations.
Which Danmar beater is best for double bass drumming?
For double bass applications, Danmar makes beaters with double-bent shaft geometry specifically designed for twin pedal configurations. The bent shaft ensures the beater sits at the correct angle for double pedal slave and primary positions, providing consistent stroke feel across both sides. Material choice depends on your musical style – metal and aggressive progressive rock players often prefer wood or plastic for attack definition at speed, while players wanting warmth and control across both pedals often prefer felt. Our professional drummers include players with double bass experience and can advise on setup beyond just beater selection, including pedal adjustment and bass drum head choice for optimal double bass performance.
Do you stock Danmar products in your Melbourne showroom?
Yes, we stock Danmar bass drum beaters across felt, wood, plastic, square, and specialty configurations at our Altona showroom, plus impact pads, metal kick impact badges, and Danmar percussion accessories. Our professional drummer staff can discuss beater options, explain the tonal differences, and help identify the right choice for your bass drum setup and musical context. Our drum repair workshop can also advise on complete kick drum setup if your bass drum tone requires a broader approach than beater selection alone. Visit us at 4-6 Drake Boulevard, Altona VIC 3018 or call (03) 8360 7799.
Professional Danmar Services
Our Melbourne Danmar specialists combine professional performance experience with bass drum beaters, drum school teaching expertise, and drum repair workshop technical knowledge to provide kick drum tone consultation that covers the complete setup picture.
Beater Selection Consultation
Expert assessment from professional drummers:
Musical style and mix context evaluation
Current bass drum tone assessment
Beater material comparison guidance
Impact pad suitability advice
Double bass configuration advice
Performance-based recommendation
Complete Kick Drum Setup
Workshop expertise for full tone optimisation:
Bass drum head selection advice
Beater and head combination matching
Impact pad installation
Internal damping assessment
Pedal setup and adjustment
Complete tone solution approach
Educational Guidance
Drum school instructor knowledge:
Student kick drum setup advice
Bass drum technique assessment
Tone development guidance
Equipment interaction teaching
Practice setup recommendations
Progressive development advice
Why Buy Danmar From Angkor Music Melbourne
Danmar beater selection benefits from professional guidance because the tonal differences between models are real and significant but not always apparent from product descriptions alone. Our professional drummer staff have used Danmar beaters in live performance and recording contexts where bass drum tone is assessed critically. We can describe the practical difference between a Danmar 206 felt and a 305 wood beater from actual playing experience, not from reading product copy, which is the kind of specific practical knowledge that enables confident purchasing decisions.
We operate a drum school where our instructors work with students on bass drum technique and tone daily. This teaching experience provides understanding of how beater selection affects both tone and technique development in ways that are relevant beyond professional performance contexts. Students learning bass drum often benefit from specific beater advice that accounts for their technique stage as well as their musical goals.
Our drum repair workshop provides the technical kick drum setup knowledge that makes our Danmar advice genuinely comprehensive. Bass drum tone involves the interaction of beater, impact pad, batter head, resonant head, internal damping, port hole configuration, and pedal setup. Our workshop experience means we advise on Danmar products in the context of that complete picture, which is how bass drum tone problems are actually solved rather than through isolated product selection.
Frank DeVito founded Danmar because professional performance demands the best available tools. We stock Danmar for the same reason.
Call (03) 8360 7799 Visit Our Showroom
Experience Danmar Percussion
Visit our Melbourne showroom for expert advice from professional drummers with real Danmar usage experience across live performance, studio recording, and teaching contexts.
Call (03) 8360 7799 View Range Online
Angkor Music Melbourne | 4-6 Drake Boulevard, Altona VIC 3018 | Professional Drummers, Drum School & Repair Workshop
{
“@context”: “https://schema.org”,
“@type”: “MusicStore”,
“@id”: “https://www.angkormusic.com.au/#organization”,
“name”: “Angkor Music Melbourne”,
“legalName”: “Angkor Music Melbourne”,
“url”: “https://www.angkormusic.com.au/”,
“logo”: “https://www.angkormusic.com.au/logo.png”,
“description”: “Melbourne music store specializing in drums and percussion. Professional drummers on staff. Drum school and repair workshop.”,
“telephone”: “+61-3-8360-7799”,
“email”: “info@angkormusic.com.au”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “4-6 Drake Boulevard”,
“addressLocality”: “Altona”,
“addressRegion”: “VIC”,
“postalCode”: “3018”,
“addressCountry”: “AU”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: -37.8687,
“longitude”: 144.8317
},
“openingHoursSpecification”: [
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: [“Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”],
“opens”: “09:00”,
“closes”: “17:00”
},
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: “Saturday”,
“opens”: “10:00”,
“closes”: “17:00”
},
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: “Sunday”,
“opens”: “11:00”,
“closes”: “16:00”
}
],
“priceRange”: “$$”,
“paymentAccepted”: “Cash, Credit Card, Debit Card, Bank Transfer”,
“areaServed”: {
“@type”: “GeoCircle”,
“geoMidpoint”: {
“@type”: “GeoCoordinates”,
“latitude”: -37.8687,
“longitude”: 144.8317
},
“geoRadius”: “50000”
},
“hasMap”: “https://www.google.com/maps/place/4-6+Drake+Blvd,+Altona+VIC+3018”,
“sameAs”: [
“https://www.facebook.com/angkormusic”,
“https://www.instagram.com/angkormusic”
]
}
{
“@context”: “https://schema.org”,
“@type”: “LocalBusiness”,
“name”: “Angkor Music Melbourne – Danmar Percussion”,
“image”: “https://www.angkormusic.com.au/images/danmar-banner.jpg”,
“description”: “Danmar Percussion Melbourne. Bass drum beaters, impact pads, percussion accessories. Made in USA since 1970. Professional drummers and drum school instructors. Altona VIC.”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “4-6 Drake Boulevard”,
“addressLocality”: “Altona”,
“addressRegion”: “VIC”,
“postalCode”: “3018”,
“addressCountry”: “AU”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: -37.8687,
“longitude”: 144.8317
},
“url”: “https://www.angkormusic.com.au/danmar/”,
“telephone”: “+61-3-8360-7799”,
“priceRange”: “$$”,
“openingHoursSpecification”: [
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: [“Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”],
“opens”: “09:00”,
“closes”: “17:00”
},
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: “Saturday”,
“opens”: “10:00”,
“closes”: “17:00”
},
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: “Sunday”,
“opens”: “11:00”,
“closes”: “16:00”
}
]
}
{
“@context”: “https://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [
{
“@type”: “ListItem”,
“position”: 1,
“name”: “Home”,
“item”: “https://www.angkormusic.com.au/”
},
{
“@type”: “ListItem”,
“position”: 2,
“name”: “Drums & Percussion”,
“item”: “https://www.angkormusic.com.au/drums/”
},
{
“@type”: “ListItem”,
“position”: 3,
“name”: “Drum Accessories”,
“item”: “https://www.angkormusic.com.au/drum-accessories/”
},
{
“@type”: “ListItem”,
“position”: 4,
“name”: “Danmar Percussion”,
“item”: “https://www.angkormusic.com.au/danmar/”
}
]
}
{
“@context”: “https://schema.org”,
“@type”: “WebPage”,
“name”: “Danmar Percussion Melbourne | Bass Drum Beaters & Accessories | Angkor Music”,
“description”: “Danmar Percussion Melbourne. Bass drum beaters, impact pads, kick pads and percussion accessories. Made in USA since 1970. Professional drummers and drum school on staff.”,
“url”: “https://www.angkormusic.com.au/danmar/”,
“inLanguage”: “en-AU”,
“publisher”: {
“@type”: “Organization”,
“name”: “Angkor Music Melbourne”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://www.angkormusic.com.au/logo.png”
}
},
“datePublished”: “2024-01-15”,
“dateModified”: “2025-02-17”
}
Read More
