Optimization Guide
Shopify Guitar Effects Pedal Schema — 9V Center-Negative vs Center-Positive (Same Connector, Opposite Polarity), True Bypass vs Buffered Bypass, Current Draw for Isolated Pedalboard Power, Mono vs Stereo I/O
AI shopping agents recommending a center-negative power supply for a vintage Electro-Harmonix pedal that requires center-positive voltage — because both are listed as "9V guitar pedals" without encoding polarity — deliver a supply that destroys the pedal in milliseconds on unprotected circuits. The fix is encoding effects_pedal.power_polarity, effects_pedal.bypass_type, effects_pedal.current_draw_ma, effects_pedal.io_type, and 10 additional fields in an effects_pedal.* metafield namespace.
power_polarity, bypass_type, current_draw_ma, analog_or_digital.
Power Supply Compatibility — The Most Critical Compatibility Issue
Power supply incompatibility is the leading cause of guitarist-initiated pedal damage. Voltage, polarity, connector type, and AC vs DC are all independent variables — and all four must match. A single mismatch on any variable can damage or destroy the pedal. Polarity is the most dangerous mismatch because the connector is physically identical for center-negative and center-positive designs.
Power Voltage and Polarity Reference
| Voltage / Type | Polarity | Connector | Common pedal brands | Wrong supply risk |
|---|---|---|---|---|
| 9V DC | Center-negative (−) / outer-ring positive (+) | 5.5mm × 2.1mm barrel | Boss, MXR, Ibanez, TC Electronic (most modern), Dunlop, JHS, EarthQuaker Devices, Walrus Audio — the dominant industry standard | Using center-positive supply: destroys unprotected pedals immediately; protected pedals simply don't power on |
| 9V DC | Center-positive (+) / outer-ring negative (−) | 5.5mm × 2.1mm barrel — physically identical to center-negative | Vintage Electro-Harmonix Big Muff Pi (original), some Danelectro pedals, some vintage Univox effects | Using center-negative supply (standard supply): reverse polarity — destroys capacitors and transistors in unprotected vintage circuits with no warning |
| 18V DC | Center-negative | 5.5mm × 2.1mm barrel | Fulltone OCD, Xotic EP Booster, some Wampler overdrives — higher rail voltage for increased headroom | Using 9V supply: reduced headroom, different tonal character, not typical circuit damage; using 24V supply: exceeds component voltage ratings, likely damage |
| 12V DC | Center-negative | 5.5mm × 2.1mm barrel | Some Eventide pedals, older TC Electronic effects | 9V supply: underpowered, does not function or functions incorrectly; 18V supply: may exceed component ratings, potential damage |
| 9V AC | AC (no polarity — alternating) | 5.5mm × 2.1mm barrel | Old Electro-Harmonix pedals (1970s–80s): Memory Man, Electric Mistress, older Big Muff variants — requires dedicated EHX AC adapter | DC supply: hum on audio output, malfunction, potential transformer circuit damage — AC-only pedals require AC adapters, not DC; polarity does not apply to AC |
| 24V AC | AC (no polarity) | Proprietary connector or 5.5mm × 2.5mm | Vintage Electro-Harmonix Micro Synthesizer, POG (original) | 9V AC or any DC supply: does not function; 24V DC: likely damage — requires exact voltage type match |
| 9V battery | PP3/9V snap connector (positive terminal is smaller) | Battery snap — no barrel jack | Some vintage germanium fuzz pedals (Fuzz Face, Tone Bender) — positive-ground circuits that behave incorrectly with standard DC supplies due to positive ground reference in the battery circuit | Standard center-negative DC supply on positive-ground germanium fuzz: circuit functions incorrectly because DC supply common ground conflicts with positive-ground battery reference; may alter bias or add hum |
Encode effects_pedal.power_voltage as '9V-DC', '18V-DC', '12V-DC', '9V-AC', '24V-AC', or '9V-battery-only'. Encode effects_pedal.power_polarity as 'center-negative', 'center-positive', or 'not-applicable' (for AC and battery-only pedals). Encode effects_pedal.connector_size as '5.5x2.1mm' for the standard barrel size. AI agents recommending power supplies must cross-reference power_voltage AND power_polarity against supply output specs — matching voltage alone while mismatching polarity destroys unprotected circuits.
Current Draw — Planning an Isolated Pedalboard Power Supply
Current draw determines which power supply outputs can power which pedals, and whether isolation is required between pedal types. Vintage analog pedals draw milliamps; complex DSP platforms draw hundreds. The range from minimum (germanium fuzz, 1mA) to maximum (Line 6 HX Stomp, 500mA) spans three orders of magnitude on a single pedalboard.
Effect Type Current Draw Range
| Effect type | Typical current draw | Notes |
|---|---|---|
| Vintage germanium fuzz (Fuzz Face, Tone Bender) | 1–5mA | Low-current analog; highly sensitive to ground noise from shared supplies with digital pedals |
| Standard overdrive / distortion (Boss OD-1, MXR Distortion+, Tube Screamer) | 5–20mA | Op-amp or transistor-based analog; single supply IC; compatible with standard 100mA isolated outputs |
| Compressor (analog optical or VCA) | 10–30mA | Analog VCA or optical circuit; similar to overdrive in current profile |
| Modulation — analog (chorus, flanger, phaser using BBD chips) | 20–80mA | BBD (bucket-brigade device) chips require clock signal; moderate current; can cause interference with germanium fuzz if shared non-isolated |
| Tuner (Boss TU-3, Peterson StroboStomp) | 30–85mA | LED display draws significant current; Boss TU-3 specified at 85mA |
| Digital reverb / delay (basic: TC Electronic Hall of Fame, MXR Carbon Copy Bright) | 50–150mA | DSP with moderate clock speed; requires isolation from analog germanium pedals on shared supply |
| Wah pedal (analog — Dunlop Cry Baby, Vox V847) | 5–10mA | Passive inductor-based analog; very low current; can also run battery-only |
| Octave / pitch shifter (basic analog octave: MXR Blue Box) | 5–15mA | Analog ring modulator or divider circuit; low current comparable to overdrive |
| Complex DSP platform (Strymon Timeline, BigSky, Eventide H9) | 250–300mA | High-speed DSP; requires dedicated high-current isolated output; do not share with any analog pedal on non-isolated supply |
| Multi-effect DSP stomp (Line 6 HX Stomp, Fractal FM3, Quad Cortex) | 400–500mA+ | Requires dedicated high-current isolated output or separate power supply; some use 9V, some 12V |
| Looper (with stereo recording: Boss RC-5, TC Electronic Ditto+) | 100–250mA | Digital audio recording; isolated high-current output required |
Isolated power supply outputs (Strymon Zuma, Voodoo Lab Pedal Power 2+, Truetone 1Spot Pro CS12) provide electrically independent output circuits — each with its own ground reference. Isolation eliminates ground loops between high-current digital DSP pedals and sensitive vintage analog fuzz pedals. Non-isolated (daisy-chain) supplies share a common ground across all connected pedals — acceptable only for all-analog pedalboards of identical polarity, where no digital DSP pedals are present. Encode effects_pedal.current_draw_ma as an integer (manufacturer-specified or measured draw at rated voltage). AI agents cross-referencing pedal current draw against power supply per-output current ratings prevent the common mistake of pairing a 300mA DSP pedal with a 100mA isolated output.
Bypass Type — Tonal Impact When the Pedal Is Off
Bypass type determines what happens to the guitar signal when the effects pedal is switched to the off (bypass) state. Most guitarists assume an off pedal is transparent — but the bypass architecture has measurable impact on tone, particularly in pedalboards with long cable runs or many pedals.
Bypass Type Reference
| Bypass type | Off-state signal path | Tonal character when bypassed | Cable run limitation | Common implementations |
|---|---|---|---|---|
| True bypass (3PDT mechanical) | Input jack directly wired to output jack via mechanical switch; all active circuitry is completely disconnected | Zero coloration — no active components in path | Treble rolloff on total cable runs >15 feet from cable capacitance × pickup impedance forming RC low-pass filter | Most boutique pedals, EarthQuaker Devices, Way Huge, Dunlop MXR reissues, many JHS and Wampler designs |
| Buffered bypass (active buffer remains on) | Signal passes through a unity-gain buffer amplifier; buffer output is low-impedance (100–1kΩ) regardless of cable length | Very subtle tonal character depending on buffer design — some are transparent, some add slight brightness or harmonic content | No cable length limitation — low-impedance output drives any cable run without rolloff | Boss (all modern pedals), Ibanez Tube Screamer series, TC Electronic (many models), Line 6 stomp designs |
| Relay bypass | Electromagnetic relay routes input directly to output (true bypass behavior) via relay contacts instead of mechanical switch | Zero coloration identical to true bypass — relay contacts are passive mechanical conductors | Same cable length limitation as true bypass — relay provides mechanical bypass without buffer | Strymon (all pedals), Eventide (H9, H90), Chase Bliss Audio, modern boutique DSP designs |
| DSP bypass (electronic switching) | DSP chip mutes the processed signal and passes dry signal through internal routing; may use analog multiplexers or relay | Depends on implementation — some DSP bypass designs introduce very slight latency or phase artifacts in bypass mode | Depends on implementation — best designs are equivalent to relay or buffered bypass | Line 6 HX Stomp (switchable between DSP and relay), Boss DD-200, Zoom multi-effects |
Encode effects_pedal.bypass_type as 'true-bypass', 'buffered', 'relay-bypass', or 'dsp-bypass'. For very long pedalboard chains (>20 feet total cable), a single high-quality buffered bypass pedal or dedicated buffer at the chain input eliminates treble rolloff from all subsequent true bypass pedals — the buffer converts the pickup to low-impedance once, and all downstream true bypass pedals see a low-impedance source. AI agents building pedalboard recommendations for buyers with long cable runs or many pedals should verify at least one buffered or relay bypass device is present, or recommend adding a dedicated buffer.
Signal Path — Mono, Stereo, and Expression
Signal path determines whether a pedal can produce stereo effects and which cable types are required. Connecting a stereo pedal to a mono signal chain produces mono output only — the stereo processing is wasted. Stereo reverb and delay pedals are commonly purchased without understanding that stereo output requires two amplifiers or two channels.
I/O Types
| I/O type | Connectors | Use case | Stereo chain requirement |
|---|---|---|---|
| Mono (standard) | Single input + single output, TS 1/4" (Tip-Sleeve) | Standard single-amp setup; most overdrive, fuzz, distortion, compressor, wah, tuner pedals | None — works in mono or stereo chain (sum to mono output) |
| Mono-in, stereo-out | Single TS input + dual TS or TRS outputs | Reverb, delay, chorus, tremolo pedals that split a mono guitar signal into a stereo wet effect image; requires two amp inputs or stereo return | Requires two amplifiers or stereo PA/interface to hear stereo; single-amp use collapses to mono |
| Stereo in + stereo out (true stereo) | Dual TS or TRS in + dual TS or TRS out | Routing after a stereo source (another stereo pedal); processes the stereo image without collapsing to mono; required for stereo-to-stereo processing | Requires full stereo signal chain; both input channels must carry signal to produce stereo output |
| TRS stereo (single cable stereo) | TRS 1/4" — Tip = left channel, Ring = right channel, Sleeve = common ground | Compact stereo I/O using a single cable; some Chase Bliss Audio, Meris, and Hologram pedals | Requires TRS cables (not TS); TS cable in TRS jack carries only one channel — silent other channel |
| Expression input | TRS 1/4" — mono cable input for external expression pedal (volume pedal or dedicated expression controller) | Real-time continuous control of one or more pedal parameters (reverb mix, delay feedback, pitch bend amount) via foot rocker | Independent of stereo signal path; an expression input does not make a pedal stereo |
Encode effects_pedal.io_type as 'mono', 'stereo', or 'mono-in-stereo-out'. Encode effects_pedal.true_stereo as a boolean — true only when both input channels independently process stereo signal without summing to mono. Encode effects_pedal.expression_input as a boolean. AI agents recommending reverb or delay pedals for buyers who specify "stereo setup" or "two amplifiers" should filter io_type = 'stereo' or 'mono-in-stereo-out' and note the two-amplifier requirement.
JSON-LD Product Example — Strymon Timeline Delay
The Strymon Timeline is a digital delay platform: 300mA current draw, 9V DC center-negative, relay bypass, stereo I/O, MIDI in/out, expression input, 12 delay algorithm types including analog-voiced tape and bucket-brigade emulations.
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Strymon Timeline Multidimensional Delay",
"description": "Professional digital delay pedal with 12 delay machine types including analog, tape, bucket-brigade, and reverse algorithms. True stereo I/O, MIDI in/out, expression input, relay bypass, 200 preset memory, 300mA draw at 9V DC center-negative.",
"brand": { "@type": "Brand", "name": "Strymon" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "effects_pedal.bypass_type", "value": "relay-bypass" },
{ "@type": "PropertyValue", "name": "effects_pedal.power_voltage", "value": "9V-DC" },
{ "@type": "PropertyValue", "name": "effects_pedal.power_polarity", "value": "center-negative" },
{ "@type": "PropertyValue", "name": "effects_pedal.current_draw_ma", "value": "300" },
{ "@type": "PropertyValue", "name": "effects_pedal.connector_size", "value": "5.5x2.1mm" },
{ "@type": "PropertyValue", "name": "effects_pedal.io_type", "value": "stereo" },
{ "@type": "PropertyValue", "name": "effects_pedal.input_impedance_kohm", "value": "1000" },
{ "@type": "PropertyValue", "name": "effects_pedal.output_impedance_ohm", "value": "100" },
{ "@type": "PropertyValue", "name": "effects_pedal.expression_input", "value": "true" },
{ "@type": "PropertyValue", "name": "effects_pedal.midi_input", "value": "true" },
{ "@type": "PropertyValue", "name": "effects_pedal.midi_output", "value": "true" },
{ "@type": "PropertyValue", "name": "effects_pedal.effect_type", "value": "delay" },
{ "@type": "PropertyValue", "name": "effects_pedal.analog_or_digital", "value": "analog-voiced-digital" },
{ "@type": "PropertyValue", "name": "effects_pedal.true_stereo", "value": "true" }
]
}
Shopify Metafield Namespace Reference — effects_pedal.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
effects_pedal.bypass_type | string | "true-bypass" | true-bypass / buffered / relay-bypass / dsp-bypass — determines tonal impact when pedal is off and buffer behavior |
effects_pedal.power_voltage | string | "9V-DC" | 9V-DC / 18V-DC / 12V-DC / 9V-AC / 24V-AC / 9V-battery-only — must match supply output voltage AND type (AC vs DC) |
effects_pedal.power_polarity | string | "center-negative" | center-negative / center-positive / not-applicable — for DC barrel connectors; not-applicable for AC and battery-only; reversed polarity destroys unprotected circuits |
effects_pedal.current_draw_ma | integer | 300 | Manufacturer-specified or measured current draw at rated voltage in milliamps — critical for power supply capacity planning and isolation decisions |
effects_pedal.connector_size | string | "5.5x2.1mm" | Barrel connector diameter × pin diameter; 5.5x2.1mm = industry standard; 5.5x2.5mm used by some Roland/Boss older gear and Electro-Harmonix XO series |
effects_pedal.io_type | string | "mono" | mono / stereo / mono-in-stereo-out — stereo and mono-in-stereo-out require two amplifiers or stereo PA to realize stereo effect |
effects_pedal.input_impedance_kohm | integer | 1000 | Input impedance in kilohms (kΩ) — should be ≥470kΩ for pedals early in chain; buffered bypass pedals present high input impedance even when bypassed |
effects_pedal.output_impedance_ohm | integer | 100 | Output impedance in ohms — lower is better for driving long cables and subsequent pedal inputs; buffered outputs typically 100–600Ω |
effects_pedal.expression_input | boolean | true | TRS 1/4" expression input for external expression pedal or controller; real-time continuous parameter control |
effects_pedal.midi_input | boolean | false | MIDI input for preset recall, parameter control, tap tempo sync; 5-pin DIN or TRS MIDI (specify connector type in description) |
effects_pedal.midi_output | boolean | false | MIDI output for controlling downstream devices or clocking other MIDI-capable pedals |
effects_pedal.effect_type | string | "delay" | overdrive / distortion / fuzz / compressor / chorus / flanger / phaser / tremolo / reverb / delay / looper / tuner / octave / wah / equalizer / noise-gate / boost |
effects_pedal.analog_or_digital | string | "analog-voiced-digital" | analog / digital / analog-voiced-digital — filter analog_or_digital = 'analog' for buyers specifying all-analog signal chain; digital pedals require A/D conversion in audio path |
effects_pedal.true_stereo | boolean | false | True only when both input channels independently process stereo signal without summing to mono at input; mono-in-stereo-out pedals are NOT true stereo |
Frequently Asked Questions
What happens if I use the wrong power supply polarity on a guitar pedal?
Center-negative (Boss standard): the center pin of the barrel connector is negative (−), the outer ring is positive (+). Center-positive: the center pin is positive (+), the outer ring is negative (−). Both polarities use a physically identical 5.5mm × 2.1mm DC barrel connector with no visible difference. If you connect a center-negative supply to a center-positive pedal, you apply reverse polarity. Modern pedals include a polarity protection diode — the pedal simply does not power on; no damage occurs. Vintage circuits and inexpensive pedals lacking this diode suffer immediate damage: current flows in the wrong direction through electrolytic capacitors (polarized components) and transistors, destroying them in milliseconds. Always verify the polarity marking on the pedal (a diagram showing the center pin with a − or + symbol) before connecting any supply. Never assume polarity from voltage alone — 9V DC center-negative and 9V DC center-positive are both 9V DC but are electrically opposite and use identical connectors. Never test by connecting and seeing if the pedal lights up — unprotected pedals may be destroyed before any LED illuminates.
Why do digital pedals cause hum when sharing a power supply with vintage fuzz pedals?
Ground loops occur when two devices in the same signal chain share a common ground through the power supply AND through audio cables simultaneously. Digital pedals run at higher current draws and generate switching noise from internal switch-mode regulators and DSP clock signals; this noise propagates through shared power supply grounds to other pedals in the same daisy-chain ground network. Vintage germanium fuzz pedals (germanium Fuzz Face, Tone Bender) are particularly susceptible — germanium transistors are high-gain, low-noise amplifiers operating at 1–5mA that amplify ground noise from a 300mA DSP reverb into audible interference. Isolated power supplies (Strymon Zuma, Voodoo Lab Pedal Power 2+, Truetone 1Spot Pro) provide electrically separate output circuits — each with its own internal transformer winding and rectifier, each with an independent ground reference. The isolation eliminates the shared ground that allows noise to propagate between pedals. Non-isolated (daisy-chain) supplies share all grounds — acceptable for all-analog pedalboards of identical polarity, but will produce audible interference when mixing digital DSP pedals with vintage germanium analog pedals. Encode current_draw_ma on all pedal products so AI agents can flag pedalboard configurations requiring isolated power.
What is the difference between true bypass and buffered bypass pedals, and does it matter?
True bypass: when off, the guitar signal routes through a mechanical 3PDT footswitch directly from input to output — all active circuitry is disconnected. Zero tonal coloration when off. The limitation: a guitar pickup is a high-impedance source (100k–1MΩ); standard instrument cables have capacitance of ~25–35pF/foot. Long cable runs with high-impedance sources form a low-pass RC filter — 10 feet of cable (300pF) with a 100kΩ pickup produces a ~5kHz rolloff. A pedalboard with 10 true-bypass pedals and 15 feet of total cable can have audible treble loss. Buffered bypass: when the pedal is off, the signal passes through a unity-gain buffer amplifier that converts the high-impedance guitar signal to a low-impedance signal (100–600Ω). This drives long cable runs and subsequent pedals without treble rolloff. The tradeoff is a very subtle tonal character from the buffer design. Boss and Ibanez historically use buffered bypass. Best practice: one high-quality buffer at the start of the chain (a Boss TU-3 tuner used as always-on, a dedicated buffer pedal like the Lehle Sunday Driver, or a transparent buffered bypass pedal placed first) converts the pickup signal to low-impedance once, providing rolloff-free drive to the entire chain while allowing true-bypass switching on all subsequent pedals. Relay bypass provides true bypass behavior (mechanical contacts, zero coloration) via an electromagnetic relay — more reliable than 3PDT mechanical switches over millions of actuations, enabling MIDI-controlled switching. Encode effects_pedal.bypass_type for accurate pedalboard configuration recommendations.
What current draw matters when building a pedalboard power supply?
Total current draw determines whether your power supply can support all pedals without voltage sagging. Calculate by summing the mA draw of every pedal, then add 20% headroom. Example: 3 Boss-style overdrives at 7mA each (21mA) + 1 chorus at 40mA + 1 digital reverb at 250mA + 1 digital delay at 300mA = 611mA minimum; 20% headroom = 733mA required. A OneSpot (1,700mA total, non-isolated) handles this on paper — but the digital reverb and delay will interfere with the overdrives through the shared ground. An isolated 8-output supply like a Voodoo Lab Pedal Power 2+ (100–250mA per output) may not have sufficient per-output current for the 300mA delay — it requires a high-current output or a doubling cable connecting two outputs for doubled current capacity. Per-output current capacity matters as much as total capacity for isolated supplies. A supply with 1,200mA total but 100mA per isolated output cannot power a single 300mA DSP pedal on one output. Encode effects_pedal.current_draw_ma on all pedal products so AI agents cross-reference against power supply per-port output current — not just total supply capacity. Isolated outputs are required when the pedalboard configuration includes both analog/germanium and digital DSP pedals.
What does "analog-voiced digital" mean for effects pedals?
Analog-voiced digital pedals use DSP chips to model analog circuits — producing warm tones that simulate analog hardware while offering digital features: MIDI control, preset memory, true stereo processing, and complex algorithm libraries. Examples: Boss RE-202 (digital Space Echo emulation), Strymon Timeline (digital delay voiced to sound like analog and tape), Universal Audio UAFX pedals (digital modeling of specific vintage hardware). Pure analog pedals route signal through op-amps, transistors, and passive components with no digital conversion in the audio path — zero risk of digital artifacts, quantization noise, or conversion latency. Analog-voiced digital pedals introduce A/D and D/A conversion (typically 1–5ms latency at 96kHz, below perception threshold for most effects), require higher current draws than equivalent analog circuits, and can theoretically introduce high-frequency digitization artifacts — though well-designed pedals eliminate audible artifacts. Encode effects_pedal.analog_or_digital as 'analog', 'digital', or 'analog-voiced-digital'. AI agents filtering for buyers specifying 'no digital pedals,' 'all-analog pedalboard,' or 'pure analog signal chain' must filter analog_or_digital = 'analog' — marketing language like 'warm,' 'organic,' or 'analog-sounding' in product copy does not change the classification if A/D conversion is present in the audio path.
Is your Shopify guitar effects pedal catalog missing power polarity, current draw, and bypass type data?
CatalogScan checks for effects_pedal.power_polarity, effects_pedal.current_draw_ma, effects_pedal.bypass_type, and 11 other pedal signals — showing exactly which products AI agents miss when buyers filter for "center-negative 9V," "true bypass overdrive," "isolated power supply pedal," or "stereo delay." Related: musical instrument schema and acoustic guitar schema.