Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Pickup Party 2026: Seymour Duncan Mortal Coil

Дата публикации: 01-06-2026 20:30:01


Pickup Party is HERE. Week 1, we're giving away the brand-new Seymour Duncan MortalCoil — a multiple-voiced active humbucker with three precision-engineered sounds in one pickup: crushing modern metal, classic JB/Jazz tones, and a powerful single-coil voice. One guitar, infinite range.
Pickup Party 2026 - Seymour Duncan Mortal Coil
See them in action!
Seymour Duncan
MortalCoil® Multiple-Voiced Active Pickup Set
Introducing Seymour Duncan’s MortalCoil: an active humbucker set with three voices engineered for precision, power, and musical clarity. Designed from the ground up for modern players who demand brutal articulation and authoritative low end, the new primary MC1 voice delivers an exceptionally tight, mix-ready modern metal sound that stays focused and controlled across complex riffs, palm mutes, and harmonics. Alongside it, MortalCoil brings additional voices drawn directly from Seymour Duncan’s legacy: a classic JB and Jazz–inspired voice, plus a powerful single-coil voice ready when versatility matters. Built on 50 years of pickup-voicing expertise, MortalCoil represents a fresh approach to what multiple-voiced active pickups can be.MortalCoil’s MC1 (Voice 1) delivers uncompromising tightness, note separation, and cutting presence for modern metal applications, maintaining clarity and balance without fizz or nasal midrange, even under extreme gain. Voice 2 unlocks authentic JB Bridge and Jazz Neck voicings, capturing the proven character and feel players have trusted for decades. Voice 3 offers a strong, articulate single-coil voice with enough output and definition to hold its own in modern rigs, making it ideal for cleans, edge-of-breakup tones, and layered production.At the core of MortalCoil are precision-wound high-density copper coils with optimized resistance, providing faster transient response and stronger pick attack than competing designs across all tunings. Our all-new preamp utilizes advanced audio op-amps that contribute gain, rich harmonic detail, and dynamic feel with extremely low distortion, while the efficient circuit design supports superior battery life for reliable performance on stage and in the studio. The result is crushing attack and surgical control under modern metal gain.Whether you’re tracking or performing live, MortalCoil allows one guitar to move effortlessly from pristine cleans to aggressive high-gain tones. Experience what happens when 50 years of pickup expertise meets modern active technology. MortalCoil installs easily as a drop-in upgrade for many existing active setups and includes all required pots and wiring. Available now in 6-string and 7-string configurations.Our MC1 voice is a crushing modern metal sound with surgical precision, delivering tight lows and focused mids without high-end fizzFaster and stronger attack driven by a low-resistance, high-density copper coil designAuthentic JB and Jazz voices drawn directly from Seymour Duncan’s legacySingle-coil voice with clear articulation and output suited for modern rigsAdvanced, audio-optimized preamp for superior clarity and definitionEfficient circuitry designed for best-in-class battery lifeDrop-in upgrade compatible with many multiple-voiced active pickup systems
Street price
$279

Learn more

Buy now

{
"@context": "https://schema.org",
"@type": "Product",
"name": "MortalCoil® Multiple-Voiced Active Pickup Set",
"image": ["https://www.premierguitar.com/media-library/image.webp?id=66848051&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "Seymour Duncan"
},
"offers": {

"@type": "Offer"
,
"price": 279,
"priceCurrency": "USD"


,
"url": "https://www.seymourduncan.com/single-product/mortalcoil"




}
}
/* Container */
.pg-product-card {
box-sizing: border-box;
width: 100%;
max-width: 760px;
margin: 24px auto;
border-radius: 14px;
border: 1px solid #e3e3e3;
padding: 16px;
background: #ffffff;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Layout modifiers */
.pg-product-card.pg-layout-full {
grid-template-columns: 1fr;
}
@media (min-width: 720px) {
.pg-product-card.pg-layout-split {
grid-template-columns: 220px minmax(0, 1fr);
align-items: center;
}
}
/* Image */
.pg-product-card__image-wrap {
position: relative;
border-radius: 12px;
overflow: hidden;
background: #f4f4f4;
aspect-ratio: 1 / 1;
}
.pg-product-card__image-link {
display: block;
width: 100%;
height: 100%;
}
.pg-product-card__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Body */
.pg-product-card__body {
display: flex;
flex-direction: column;
gap: 8px;
}
/* Badge */
.pg-product-card__badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background: #111111;
color: #ffffff;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 2px;
}
/* Company + title */
.pg-product-card__company {
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #666666;
font-weight: 600;
}
.pg-product-card__title {
font-size: 20px;
line-height: 1.25;
margin: 2px 0 4px;
font-weight: 700;
}
/* Description */
.pg-product-card__description {
font-size: 14px;
line-height: 1.6;
color: #222222;
}
/* Meta / price */
.pg-product-card__meta {
margin-top: 6px;
margin-bottom: 10px;
}
.pg-product-card__price {
font-size: 13px;
display: flex;
gap: 6px;
align-items: baseline;
}
.pg-product-card__price-label {
text-transform: uppercase;
letter-spacing: 0.08em;
color: #777777;
font-weight: 600;
font-size: 11px;
}
.pg-product-card__price-value {
font-weight: 700;
font-size: 14px;
}
/* Buttons */
.pg-product-card__actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pg-product-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
border: 1px solid transparent;
cursor: pointer;
white-space: nowrap;
}
.pg-product-card__btn--primary {
background: #000000;
color: #ffffff;
}
.pg-product-card__btn--secondary {
background: #ffffff;
color: #000000;
border-color: #cccccc;
}
/* Disclosure */
.pg-product-card__disclosure {
margin-top: 8px;
font-size: 11px;
line-height: 1.4;
color: #888888;
}
/* Mobile tweaks */
@media (max-width: 540px) {
.pg-product-card {
padding: 14px;
}
.pg-product-card__actions {
flex-direction: column;
align-items: stretch;
}
.pg-product-card__btn {
width: 100%;
}
}


Основное содержимое страницы с новостью.

Introducing Seymour Duncan’s MortalCoil: an active humbucker set with three voices engineered for precision, power, and musical clarity. Designed from the ground up for modern players who demand brutal articulation and authoritative low end, the new primary MC1 voice delivers an exceptionally tight, mix-ready modern metal sound that stays focused and controlled across complex riffs, palm mutes, and harmonics. Alongside it, MortalCoil brings additional voices drawn directly from Seymour Duncan’s legacy: a classic JB and Jazz–inspired voice, plus a powerful single-coil voice ready when versatility matters. Built on 50 years of pickup-voicing expertise, MortalCoil represents a fresh approach to what multiple-voiced active pickups can be.

MortalCoil’s MC1 (Voice 1) delivers uncompromising tightness, note separation, and cutting presence for modern metal applications, maintaining clarity and balance without fizz or nasal midrange, even under extreme gain. Voice 2 unlocks authentic JB Bridge and Jazz Neck voicings, capturing the proven character and feel players have trusted for decades. Voice 3 offers a strong, articulate single-coil voice with enough output and definition to hold its own in modern rigs, making it ideal for cleans, edge-of-breakup tones, and layered production.

At the core of MortalCoil are precision-wound high-density copper coils with optimized resistance, providing faster transient response and stronger pick attack than competing designs across all tunings. Our all-new preamp utilizes advanced audio op-amps that contribute gain, rich harmonic detail, and dynamic feel with extremely low distortion, while the efficient circuit design supports superior battery life for reliable performance on stage and in the studio. The result is crushing attack and surgical control under modern metal gain.

Whether you’re tracking or performing live, MortalCoil allows one guitar to move effortlessly from pristine cleans to aggressive high-gain tones. Experience what happens when 50 years of pickup expertise meets modern active technology. MortalCoil installs easily as a drop-in upgrade for many existing active setups and includes all required pots and wiring. Available now in 6-string and 7-string configurations.

Our MC1 voice is a crushing modern metal sound with surgical precision, delivering tight lows and focused mids without high-end fizz

Faster and stronger attack driven by a low-resistance, high-density copper coil design

Authentic JB and Jazz voices drawn directly from Seymour Duncan’s legacy

Single-coil voice with clear articulation and output suited for modern rigs

Advanced, audio-optimized preamp for superior clarity and definition

Efficient circuitry designed for best-in-class battery life

Drop-in upgrade compatible with many multiple-voiced active pickup systems

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Pickup Party 2026: Lollar Monolith019.8808-06-2026
2Pickup Party: EMG Pickups014.414-07-2026
3Pickup Party: 3rd Power MagFRAG Pickups08.1622-06-2026
4Pickup Party: StewMac022.429-06-2026
5Win an ESP USA HDX-I — 1 of Only 30 Ever Made031.0202-06-2026
6Small But Mighty Acoustics From Taylor, Breedlove, and Cort | Demo08.621-07-2026
7Ashdown SBM 110 Amplifier Giveaway!025.1903-08-2026
8Enter to Win the Cort Modern Black022.323-07-2026
9A Guitar With a 20-Watt Speaker Built In? | Inspire Pro Demo07.6717-08-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 9. Тональность: 0. Информативность: 26.1. Источник: www.premierguitar.com.