-
30% OFF
RRP $1,879.00
Save $555.88
Sale!
SKU: GE4E825WGretsch Energy 5 Piece 223 Drumkit w/Hardware White Zidjian Cymbals
Original price was: $1,556.61.$1,323.12Current price is: $1,323.12.Out of stock -
20% OFF
RRP $129.99
Save $25.59
Sale!
SKU: GRGACBAGretsch Drums GRGACBA Cymbal Boom Arm
Original price was: $122.82.$104.40Current price is: $104.40.Out of stock -
27% OFF
RRP $699.00
Save $185.34
Sale!
SKU: S1-6514W-M1Gretsch 6.5x14 Walnut With Dual Maple Inlay Snare Drum S1-6514W-MI
Original price was: $604.31.$513.66Current price is: $513.66.Out of stock -
24% OFF
RRP $209.99
Save $51.12
Sale!
SKU: BH-5510-BKGretsch Blackhawk Mighty Mini 5.5X10 W/Mount Black Snare Drum BH-5510-BK
Original price was: $186.90.$158.87Current price is: $158.87.Out of stock -
11% OFF
RRP $20.00
Save $2.12
Sale!
SKU: N4451Gretsch G5472 Tension LUG Complete Double Ended For SNARE with screws
Original price was: $20.00.$17.88Current price is: $17.88.Out of stock -
6% OFF
RRP $3,331.00
Save $184.75
Sale!
SKU: N7781Gretsch Electric Guitar G6129T Limited Edition Players Edition Jet FT / Bigsby
Original price was: $3,331.00.$3,146.25Current price is: $3,146.25.Out of stock -
6% OFF
RRP $1,833.00
Save $102.13
Sale!
SKU: GRETSCH-G5191-BKGretsch G5191BK Tim Armstrong Signature Electromatic Hollowbody Electric Guitar
Original price was: $1,833.00.$1,730.87Current price is: $1,730.87.Out of stock
:root {
/* Premium vintage palette */
gretsch-burgundy: #6b1f1f;
vintage-red: #8b2e2e;
warm-brown: #5d4037;
cream: #f5f1e8;
warm-gray: #8d8174;
charcoal: #34495e;
silver: #bdc3c7;
platinum: #ecf0f1;
accent-gold: #b8860b;
pure-white: #ffffff;
text-primary: #2c3e50;
text-light: #7f8c8d;
/* Typography */
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;
}
/* Premium header with vintage feel */
.brand-header {
background: linear-gradient(135deg, var(gretsch-burgundy) 0%, var(vintage-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(184,134,11,0.08) 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(accent-gold), 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(cream);
font-weight: 300;
letter-spacing: 2px;
text-transform: uppercase;
animation: fadeInUp 0.8s ease-out 0.2s both;
}
/* Expert overview */
.expert-overview {
background: var(pure-white);
border-left: 4px solid var(gretsch-burgundy);
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(gretsch-burgundy), transparent);
}
.expert-overview p {
font-size: 1.15rem;
line-height: 1.9;
color: var(text-primary);
font-weight: 300;
}
.expert-overview strong {
color: var(gretsch-burgundy);
font-weight: 700;
}
/* Credentials strip */
.credentials-strip {
background: linear-gradient(to right, var(warm-brown), var(charcoal));
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-gold);
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(cream);
font-weight: 300;
}
/* Section styling */
section {
margin-bottom: 100px;
}
h2 {
font-family: var(font-display);
font-size: clamp(2.2rem, 4vw, 3rem);
font-weight: 700;
color: var(gretsch-burgundy);
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(accent-gold);
}
h3 {
font-family: var(font-display);
font-size: clamp(1.6rem, 3vw, 2rem);
font-weight: 600;
color: var(warm-brown);
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;
}
/* Product series showcase */
.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(gretsch-burgundy);
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(gretsch-burgundy);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.series-tagline {
font-size: 0.95rem;
color: var(accent-gold);
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(accent-gold);
font-weight: 700;
}
/* Why Gretsch section */
.why-gretsch {
background: linear-gradient(135deg, var(gretsch-burgundy) 0%, var(warm-brown) 100%);
padding: 80px 50px;
margin: 80px 0;
position: relative;
overflow: hidden;
}
.why-gretsch::before {
content: ;
position: absolute;
top: -30%;
left: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(184,134,11,0.1) 0%, transparent 70%);
border-radius: 50%;
}
.why-gretsch-content {
position: relative;
z-index: 1;
max-width: 1000px;
margin: 0 auto;
}
.why-gretsch h2 {
color: var(pure-white);
}
.why-gretsch h2::after {
background: var(accent-gold);
}
.why-gretsch-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-gold);
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-gold);
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(cream);
font-size: 1rem;
line-height: 1.7;
}
/* Services section */
.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(gretsch-burgundy);
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(accent-gold);
font-weight: 700;
}
/* CTA buttons */
.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(gretsch-burgundy);
color: var(pure-white);
border: 2px solid var(gretsch-burgundy);
}
.btn-primary:hover {
background: var(vintage-red);
border-color: var(vintage-red);
box-shadow: 0 8px 25px rgba(107,31,31,0.3);
transform: translateY(-2px);
}
.btn-secondary {
background: transparent;
color: var(gretsch-burgundy);
border: 2px solid var(gretsch-burgundy);
}
.btn-secondary:hover {
background: var(gretsch-burgundy);
color: var(pure-white);
}
/* Final CTA */
.final-cta {
background: linear-gradient(to right, var(gretsch-burgundy), var(warm-brown));
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(cream);
margin-bottom: 35px;
font-weight: 400;
}
.final-cta .btn-primary {
background: var(accent-gold);
border-color: var(accent-gold);
color: var(gretsch-burgundy);
}
.final-cta .btn-primary:hover {
background: #d4af37;
border-color: #d4af37;
}
.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(gretsch-burgundy);
}
/* Highlight boxes */
.highlight-box {
background: linear-gradient(135deg, #fef5e7 0%, #ffffff 100%);
padding: 30px 35px;
margin: 40px 0;
border-radius: 8px;
border-left: 5px solid var(accent-gold);
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.highlight-box h3 {
margin: 0 0 15px 0;
color: var(gretsch-burgundy);
font-size: 1.3rem;
}
.highlight-box p {
margin: 0;
line-height: 1.7;
font-size: 1.05rem;
color: var(text-primary);
}
/* Mobile responsive */
@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;
}
.series-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.why-gretsch {
padding: 50px 25px;
}
.why-gretsch-grid {
grid-template-columns: 1fr;
gap: 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;
}
.highlight-box {
padding: 25px 20px;
}
}
GRETSCH DRUMS
That Great Gretsch Sound Since 1883
Gretsch Drums represents American drum manufacturing heritage spanning 140-plus years, delivering distinctive vintage-inspired tone through traditional construction methods and proprietary shell formulas unique in the modern drum industry. Founded in Brooklyn in 1883 by Friedrich Gretsch, the company pioneered numerous drum innovations including the round badge era drums (1950s-1970s) revered by collectors and vintage enthusiasts worldwide for their warm, musical character and responsive playing feel. At Angkor Music Melbourne, we stock Gretsch Catalina Club series (intermediate maple drums offering vintage Gretsch character at accessible pricing), Renown series (professional-grade maple shells with Silver Sealer interior finish creating focused vintage tone), and USA Custom series (American-made flagship drums handcrafted in Ridgeland, South Carolina using traditional techniques and premium materials). Gretschs distinctive sound stems from proprietary shell construction including Silver Sealer interior finish enhancing attack and projection, 30-degree bearing edges creating warm responsive tone, and maple/gum shell combinations providing balanced frequency response with enhanced low-end warmth characteristic of classic American drums. The round badge heritage influences modern Gretsch design philosophy emphasizing musical tone over aggressive attack, vintage aesthetic sensibilities including classic finishes and chrome hardware, and traditional construction prioritizing wood selection and bearing edge profiles rather than exotic innovations. Manufacturing quality varies by series: Catalina manufactured overseas with Gretsch quality oversight providing vintage character at intermediate pricing, Renown representing professional import drums with enhanced specifications and Silver Sealer finish, USA Custom handcrafted in South Carolina maintaining traditional American drum building techniques with premium components throughout. Our professional drummer on staff appreciates Gretsch drums for jazz, vintage rock, and recording applications requiring warm organic tone with excellent dynamic range and responsive playing feel impossible from modern aggressive drum designs. We maintain Gretsch drums available for demonstration, provide expert setup and tuning service optimizing vintage Gretsch character, and offer honest consultation matching appropriate Gretsch series to your musical style and tonal preferences. Located 4-6 Drake Boulevard, Altona VIC 3018. Call (03) 8360 7799 for Gretsch drum advice from drummers who understand vintage tone and classic American drum character.
1883
American Heritage
140+ years of drum manufacturing tradition
★
Vintage Tone Expertise
Specialists in classic Gretsch sound and setup
♪
Jazz & Recording Focus
Working drummers with studio experience
✓
Authorized Dealer
Complete Gretsch range with expert consultation
Why Gretsch Drums Vintage American Character
Gretsch drums stand apart from modern drum manufacturers through unwavering commitment to vintage American tone, traditional construction methods, and proprietary shell formulas creating distinctive musical character impossible to replicate through standard manufacturing approaches.
From a working drummers perspective who values warm organic tone for jazz and recording applications, Gretsch delivers exceptional musicality and responsive playing feel. The Silver Sealer interior finish, 30-degree bearing edges, and carefully selected maple shells create balanced frequency response with enhanced low-end warmth and smooth sustain characteristic of classic American drums from the golden era of drum manufacturing.
At Angkor Music Melbourne, our professional drummer appreciates Gretsch for applications requiring vintage character jazz contexts where warm musical tone matters more than aggressive attack, recording situations demanding natural sound requiring minimal processing, and vintage rock applications where classic American drum character enhances authentic period sound. We provide expert consultation matching Gretsch series to your musical style, professional setup optimizing vintage tone characteristics, and honest assessment of whether Gretschs distinctive voice suits your requirements.
Gretsch Drum Kit Series
Catalina Club
Vintage Character, Accessible Pricing
Catalina Club delivers authentic Gretsch vintage tone at intermediate pricing through carefully configured maple shells, classic sizes, and vintage-inspired finishes. Perfect entry to Gretsch sound for jazz drummers and vintage enthusiasts on budget.
7-ply maple shells warm resonant character
Classic vintage sizes (12x8, 14x14, 20x14 configuration)
30-degree bearing edges for responsive playing feel
Vintage-inspired finishes and chrome hardware
Gretsch quality oversight ensuring authentic tone
Ideal for jazz, small venues, recording applications
Renown Series
Professional Import Quality
Renown represents professional-grade Gretsch drums manufactured overseas with enhanced specifications including Silver Sealer interior finish creating focused vintage tone with improved attack and projection. Excellent value for working drummers requiring Gretsch character.
7-ply maple shells with Silver Sealer interior finish
30-degree bearing edges classic Gretsch response
Enhanced attack and projection over Catalina series
Professional hardware including die-cast hoops
Multiple configuration options and finish choices
Excellent touring reliability with vintage tone
Brooklyn Series
Vintage Reissue Excellence
Brooklyn series recreates golden era Gretsch drums through vintage-accurate shell construction, classic sizes, and period-correct appointments. For drummers seeking authentic vintage Gretsch character with modern reliability and manufacturing quality.
6-ply maple/gum shells authentic vintage formula
Vintage 3-ply maple reinforcement hoops
Classic 30-degree bearing edges
Period-correct sizes and depth configurations
Vintage appointments including classic hardware
Captures round badge era tone and playing feel
USA Custom
American-Made Flagship
USA Custom represents Gretsch flagship series handcrafted in Ridgeland, South Carolina using traditional techniques, premium materials, and meticulous quality control. Ultimate Gretsch experience for discerning professionals demanding absolute best American craftsmanship.
Handcrafted in USA Ridgeland, South Carolina facility
Premium maple shells with Silver Sealer finish
Hand-selected wood ensuring tonal consistency
Traditional construction methods and bearing edges
Premium hardware and finish options throughout
Lifetime Gretsch tone for professional applications
What Makes Gretsch Different
01
Silver Sealer Interior Finish
Gretschs proprietary Silver Sealer interior finish creates distinctive tonal character enhancing attack and projection while maintaining warm vintage musicality. This lacquer sealing process affects shell vibration characteristics producing focused tone with enhanced clarity impossible from raw interior shells or generic sealers used by competitors.
02
30-Degree Bearing Edges
Traditional 30-degree bearing edges create responsive playing feel and warm tonal character distinguishing Gretsch from modern aggressive drum designs. Shallower bearing angle compared to standard 45-degree edges produces larger head contact area resulting in warmer fundamental tone, enhanced low-end response, and musical sustain perfect for jazz and recording applications.
03
Round Badge Heritage
Gretschs round badge era (1950s-1970s) established legendary reputation for warm musical tone and responsive playing feel revered by collectors and vintage enthusiasts. Modern Gretsch drums honor this heritage through traditional construction methods, vintage-inspired sizing, and tonal philosophy prioritizing musicality over aggressive attack creating authentic connection to golden era American drum manufacturing.
04
Maple/Gum Shell Formula
Brooklyn and USA Custom series incorporate maple and gum wood plies creating balanced frequency response with enhanced low-end warmth characteristic of vintage American drums. This traditional shell formula produces complex harmonic content and musical character impossible from all-maple or birch shells used by competitors focusing on modern aggressive tone.
05
Vintage Size Philosophy
Gretsch emphasizes classic vintage sizes including shallow tom depths (12x8, 14x14) and smaller bass drums (18 inch, 20 inch diameter) creating focused musical tone with excellent dynamic range. Vintage sizing produces responsive playing feel and balanced frequency response perfect for jazz, small venues, and recording contexts where controlled resonance matters more than overwhelming volume.
06
American Manufacturing Legacy
USA Custom series maintains American drum building tradition in Ridgeland, South Carolina facility using traditional techniques, hand-selected materials, and meticulous craftsmanship. This manufacturing approach preserves skills and knowledge from golden era drum production creating authentic vintage character with modern reliability impossible from automated overseas manufacturing focused on efficiency over tradition.
Understanding Gretsch Sound
Gretsch drums produce distinctive tonal character immediately recognizable to experienced drummers through combination of proprietary construction methods, traditional bearing edges, and carefully selected shell materials creating warm vintage musicality.
Warm Musical Fundamental Tone
Gretsch emphasizes warm fundamental pitch with smooth sustain and complex harmonic overtones creating musical drum voice perfect for jazz and recording applications. Silver Sealer finish and 30-degree bearing edges enhance this characteristic producing focused tone with singing quality and responsive playing feel. Drums tune easily across wide range while maintaining musical character lower jazz tunings produce deep warm thump, higher funk tunings retain warmth avoiding harsh brittle attack common with aggressive modern drums.
Excellent Dynamic Range
Traditional construction and vintage-inspired sizing create exceptional dynamic range from whisper-quiet ghost notes through full-volume accents without losing tonal character. Shallow tom depths and smaller bass drums respond sensitively to light touch while providing adequate projection for louder playing. This dynamic responsiveness proves essential for jazz drummers requiring subtle control and recording situations demanding natural dynamics without excessive dampening.
Balanced Frequency Response
Gretsch drums exhibit balanced frequency response across entire tonal spectrum enhanced warm low-end without excessive boom, present midrange providing body and character, smooth highs avoiding harsh brittle quality. Maple and gum shell combinations create complex harmonic content with multiple overtone frequencies producing rich musical tone engineers appreciate requiring minimal EQ achieving natural recorded sound. This tonal balance suits vintage rock, jazz, blues, and classic recording applications perfectly.
Who Should Choose Gretsch
Gretsch suits jazz drummers prioritizing warm musical tone and responsive playing feel, recording specialists requiring natural vintage sound with minimal processing, vintage rock enthusiasts wanting authentic classic American drum character, and collectors appreciating traditional craftsmanship and heritage. Gretsch may not suit drummers requiring aggressive modern attack for loud rock contexts, players wanting maximum projection and cutting power over musicality, or musicians prioritizing cost efficiency over distinctive vintage character.
Expert Gretsch Configuration Consulting
Selecting appropriate Gretsch series and configuration requires understanding vintage sizing philosophy, tonal characteristics, and matching drums to your specific musical applications and playing style.
Catalina Club Entry to Vintage Gretsch
Perfect for intermediate jazz drummers wanting authentic Gretsch character at accessible pricing, vintage enthusiasts seeking classic American tone without USA Custom investment, small venue players requiring focused musical tone over overwhelming volume, and recording drummers needing warm organic sound. Catalina Club delivers genuine Gretsch vintage character through maple shells, 30-degree bearing edges, and classic sizing providing excellent introduction to distinctive Gretsch sound.
Renown Series Professional Import Quality
Ideal for working drummers requiring Gretsch tone with enhanced projection, touring musicians needing reliability with vintage character, serious hobbyists investing in professional-grade drums, and players wanting Silver Sealer finish benefits at intermediate pricing. Renown bridges gap between Catalina entry-level and USA Custom flagship providing professional specifications, enhanced attack through Silver Sealer, and excellent value for Gretsch quality.
Brooklyn & USA Custom Ultimate Vintage Experience
Suited to professional jazz drummers demanding absolute best vintage tone, recording specialists requiring ultimate Gretsch character, collectors wanting American-made craftsmanship and traditional construction, and discerning players appreciating handcrafted instruments. Brooklyn recreates vintage formula through maple/gum shells and period-correct appointments. USA Custom represents flagship American manufacturing maintaining traditional techniques and premium materials for lifetime Gretsch tone investment.
Professional Gretsch Drum Services
Optimizing Gretsch drums requires understanding vintage tuning philosophy, traditional bearing edges, and setup techniques maximizing warm musical character these drums provide.
Vintage Tone Optimization
Expert tuning service maximizing Gretsch vintage character:
Bearing edge inspection 30-degree angle verification
Vintage-appropriate head selection consultation
Musical interval tuning for jazz applications
Dynamic range optimization across playing spectrum
Resonant head tuning enhancing warmth and sustain
Hardware adjustment for responsive playing feel
Jazz & Recording Consultation
Specialized advice from working drummers with studio experience:
Gretsch series selection matching musical style
Vintage sizing philosophy and configuration options
Jazz tuning techniques achieving warm organic tone
Recording preparation and dampening strategies
Cymbal pairing recommendations for vintage setup
Authentic vintage sound consulting and demonstration
Professional Setup Service
Complete Gretsch drum assembly and configuration:
Vintage-appropriate tuning across entire kit
Ergonomic adjustment for comfortable playing
Head installation and initial break-in guidance
Hardware positioning optimizing vintage aesthetic
Teaching proper Gretsch maintenance techniques
Realistic capability assessment and expectations
Why Buy Gretsch Drums From Angkor Music Melbourne
Understanding vintage Gretsch tone requires hands-on experience impossible to convey through online specifications alone. We maintain Gretsch drums available for demonstration allowing you to experience the distinctive warm character, responsive playing feel, and musical tone these drums provide.
Our professional drummer appreciates Gretsch for jazz and recording applications where vintage tone matters. This real-world experience with classic American drum character informs honest consultation matching Gretsch series to your musical requirements, realistic assessment of whether vintage tone suits your playing style, and expert guidance on configuration options maximizing Gretschs unique qualities.
Every Gretsch drum kit receives professional setup optimizing vintage character through appropriate head selection, musical interval tuning, and hardware adjustment ensuring responsive playing feel from first use. We teach proper Gretsch tuning techniques during setup service, explain vintage sizing philosophy and tonal characteristics, and provide ongoing support maintaining warm musical tone throughout drum ownership.
We stock comprehensive Gretsch accessories, replacement heads, and vintage-appropriate hardware enabling authentic setup and maintenance. Our experience with classic American drum character helps identify compatible components and provides installation guidance ensuring proper function and optimal vintage tone quality.
Call (03) 8360 7799 Visit Our Showroom
Experience That Great Gretsch Sound
Visit our Melbourne showroom to experience vintage Gretsch character and receive expert consultation from drummers who understand classic American tone.
Call (03) 8360 7799 View Gretsch Drums Online
Angkor Music Melbourne | 4-6 Drake Boulevard, Altona VIC 3018 | Vintage Drum Specialists Since 2010
{
@context: https://schema.org,
@type: MusicStore,
name: Angkor Music Melbourne Gretsch Drums Specialist,
description: Gretsch Drums dealer in Melbourne. Catalina, Renown, Brooklyn, USA Custom series. Vintage American tone specialists. Professional jazz and recording drummers on staff.,
url: https://www.angkormusic.com.au/gretsch-drums/,
telephone: +61-3-8360-7799,
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:30
},
{
@type: OpeningHoursSpecification,
dayOfWeek: Saturday,
opens: 09:00,
closes: 17:00
}
],
priceRange: $$-$$$,
paymentAccepted: Cash, Credit Card, Debit Card
}
{
@context: https://schema.org,
@type: Product,
name: Gretsch Drums Complete Range,
description: Gretsch Catalina, Renown, Brooklyn, and USA Custom series drum kits. Vintage American tone through traditional construction, Silver Sealer finish, and 30-degree bearing edges.,
brand: {
@type: Brand,
name: Gretsch Drums
},
offers: {
@type: AggregateOffer,
availability: https://schema.org/InStock,
priceCurrency: AUD,
seller: {
@type: MusicStore,
name: Angkor Music Melbourne
}
},
aggregateRating: {
@type: AggregateRating,
ratingValue: 4.9,
reviewCount: 76
}
}
{
@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,
item: https://www.angkormusic.com.au/drums/
},
{
@type: ListItem,
position: 3,
name: Gretsch Drums,
item: https://www.angkormusic.com.au/gretsch-drums/
}
]
}
Read More
