{"product_id":"hotone-freqlux-pitch-shift-pedal","title":"Hotone Freqlux Pitch Shift Pedal","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n  \u003c!-- SEO Title (55 chars) --\u003e\n  \u003ctitle\u003eHotone Freqlux Pitch Shift Pedal | 3-Voice Poly Harmony\u003c\/title\u003e\n\n  \u003c!-- Meta SEO Description (158 chars) --\u003e\n  \u003cmeta name=\"description\" content=\"Hotone Freqlux delivers 3 independent pitch voices, 5 modes, 4–5 ms drop-tuning latency, stereo I\/O, 200 presets, and per-voice FX. Pitch shifting reimagined.\"\u003e\n\n  \u003c!-- Open Graph --\u003e\n  \u003cmeta property=\"og:title\" content=\"Hotone Freqlux Pitch Shift Pedal | 3-Voice Poly Harmony\"\u003e\n  \u003cmeta property=\"og:description\" content=\"Hotone Freqlux delivers 3 independent pitch voices, 5 modes, 4–5 ms drop-tuning latency, stereo I\/O, 200 presets, and per-voice FX. Pitch shifting reimagined.\"\u003e\n  \u003cmeta property=\"og:type\" content=\"product\"\u003e\n\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --black: #0a0a0a;\n      --dark: #111317;\n      --card: #181b21;\n      --border: #252830;\n      --accent: #c8ff00;\n      --accent-dim: #9dcc00;\n      --text: #e8eaf0;\n      --muted: #8a8f9e;\n      --white: #ffffff;\n      --radius: 12px;\n      --radius-sm: 6px;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      background-color: var(--black);\n      color: var(--text);\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.65;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ── LAYOUT ── *\/\n    .container {\n      max-width: 1080px;\n      margin: 0 auto;\n      padding: 0 24px;\n    }\n\n    section { padding: 80px 0; }\n\n    \/* ── HERO ── *\/\n    .hero {\n      background: linear-gradient(160deg, #0d1017 0%, #0a0a0a 60%);\n      padding: 100px 0 80px;\n      border-bottom: 1px solid var(--border);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -120px; left: -120px;\n      width: 600px; height: 600px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(200,255,0,0.06) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    .hero-tag {\n      display: inline-block;\n      background: rgba(200,255,0,0.1);\n      color: var(--accent);\n      border: 1px solid rgba(200,255,0,0.25);\n      border-radius: 100px;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 5px 14px;\n      margin-bottom: 20px;\n    }\n\n    .hero h1 {\n      font-size: clamp(42px, 7vw, 72px);\n      font-weight: 800;\n      letter-spacing: -0.03em;\n      line-height: 1.05;\n      color: var(--white);\n      margin-bottom: 12px;\n    }\n\n    .hero h1 span { color: var(--accent); }\n\n    .hero-tagline {\n      font-size: clamp(18px, 2.5vw, 22px);\n      color: var(--muted);\n      margin-bottom: 24px;\n      font-weight: 400;\n    }\n\n    .hero-intro {\n      max-width: 620px;\n      font-size: 16px;\n      color: var(--text);\n      opacity: 0.85;\n      margin-bottom: 36px;\n      line-height: 1.75;\n    }\n\n    .hero-stats {\n      display: flex;\n      gap: 32px;\n      flex-wrap: wrap;\n    }\n\n    .stat {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n\n    .stat-value {\n      font-size: 28px;\n      font-weight: 800;\n      color: var(--accent);\n      letter-spacing: -0.02em;\n    }\n\n    .stat-label {\n      font-size: 12px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n    }\n\n    \/* ── SECTION HEADINGS ── *\/\n    .section-label {\n      display: inline-block;\n      color: var(--accent);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      margin-bottom: 12px;\n    }\n\n    .section-title {\n      font-size: clamp(28px, 4vw, 40px);\n      font-weight: 800;\n      letter-spacing: -0.025em;\n      color: var(--white);\n      line-height: 1.15;\n      margin-bottom: 16px;\n    }\n\n    .section-body {\n      font-size: 16px;\n      color: var(--muted);\n      max-width: 620px;\n      line-height: 1.75;\n    }\n\n    \/* ── THREE VOICES ── *\/\n    .voices-section { background: var(--dark); }\n\n    .modes-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 16px;\n      margin-top: 48px;\n    }\n\n    .mode-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 28px;\n      transition: border-color 0.2s;\n    }\n\n    .mode-card:hover { border-color: rgba(200,255,0,0.3); }\n\n    .mode-icon {\n      width: 36px; height: 36px;\n      border-radius: var(--radius-sm);\n      background: rgba(200,255,0,0.1);\n      display: flex; align-items: center; justify-content: center;\n      margin-bottom: 14px;\n      font-size: 16px;\n    }\n\n    .mode-name {\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--accent);\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      margin-bottom: 8px;\n    }\n\n    .mode-desc {\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.65;\n    }\n\n    \/* ── PERFORMANCE ── *\/\n    .performance-section { background: var(--black); }\n\n    .perf-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-top: 48px;\n    }\n\n    .perf-highlight {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 40px;\n    }\n\n    .perf-number {\n      font-size: 64px;\n      font-weight: 900;\n      color: var(--accent);\n      letter-spacing: -0.04em;\n      line-height: 1;\n      margin-bottom: 8px;\n    }\n\n    .perf-unit {\n      font-size: 20px;\n      font-weight: 400;\n      color: var(--muted);\n    }\n\n    .perf-desc {\n      font-size: 15px;\n      color: var(--muted);\n      margin-top: 12px;\n      line-height: 1.65;\n    }\n\n    .perf-points {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .perf-points li {\n      display: flex;\n      gap: 14px;\n      align-items: flex-start;\n    }\n\n    .perf-points .dot {\n      width: 6px; height: 6px;\n      border-radius: 50%;\n      background: var(--accent);\n      margin-top: 8px;\n      flex-shrink: 0;\n    }\n\n    .perf-points strong {\n      display: block;\n      color: var(--white);\n      font-size: 15px;\n      margin-bottom: 3px;\n    }\n\n    .perf-points span {\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    \/* ── SOUND DESIGN ── *\/\n    .design-section { background: var(--dark); }\n\n    .design-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      margin-top: 48px;\n    }\n\n    .design-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 28px;\n    }\n\n    .design-card-title {\n      font-size: 16px;\n      font-weight: 700;\n      color: var(--white);\n      margin-bottom: 10px;\n    }\n\n    .design-card-body {\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.65;\n    }\n\n    \/* ── FX ── *\/\n    .fx-section { background: var(--black); }\n\n    .fx-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 32px;\n    }\n\n    .fx-pill {\n      background: rgba(200,255,0,0.08);\n      border: 1px solid rgba(200,255,0,0.2);\n      color: var(--accent);\n      border-radius: 100px;\n      padding: 7px 18px;\n      font-size: 13px;\n      font-weight: 600;\n      letter-spacing: 0.04em;\n    }\n\n    .fx-body {\n      max-width: 660px;\n      font-size: 16px;\n      color: var(--muted);\n      line-height: 1.75;\n      margin-top: 24px;\n    }\n\n    \/* ── FLUX ── *\/\n    .flux-section { background: var(--dark); }\n\n    .flux-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 48px;\n    }\n\n    .flux-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 32px;\n    }\n\n    .flux-card-label {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 12px;\n    }\n\n    .flux-card-title {\n      font-size: 22px;\n      font-weight: 800;\n      color: var(--white);\n      margin-bottom: 12px;\n    }\n\n    .flux-card-body {\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.7;\n    }\n\n    \/* ── FEATURES LIST ── *\/\n    .features-section { background: var(--black); }\n\n    .features-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-top: 40px;\n    }\n\n    .feature-item {\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: var(--radius-sm);\n      padding: 14px 18px;\n    }\n\n    .feature-dot {\n      color: var(--accent);\n      font-size: 14px;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    .feature-text {\n      font-size: 14px;\n      color: var(--text);\n      line-height: 1.55;\n    }\n\n    \/* ── SPECS TABLE ── *\/\n    .specs-section { background: var(--dark); }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 40px;\n      font-size: 14px;\n    }\n\n    .specs-table thead tr {\n      background: rgba(200,255,0,0.06);\n      border-bottom: 1px solid rgba(200,255,0,0.2);\n    }\n\n    .specs-table th {\n      text-align: left;\n      padding: 14px 20px;\n      color: var(--accent);\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      font-weight: 700;\n    }\n\n    .specs-table td {\n      padding: 13px 20px;\n      border-bottom: 1px solid var(--border);\n      color: var(--muted);\n    }\n\n    .specs-table td:first-child {\n      color: var(--text);\n      font-weight: 500;\n      width: 42%;\n    }\n\n    .specs-table tbody tr:last-child td { border-bottom: none; }\n\n    .specs-table tbody tr:hover td { background: rgba(255,255,255,0.02); }\n\n    \/* ── VIDEO ── *\/\n    .video-section { background: var(--black); }\n    .reviews-section { background: var(--dark); }\n\n    .video-feature {\n      margin-top: 48px;\n      border-radius: var(--radius);\n      overflow: hidden;\n      border: 1px solid var(--border);\n      background: #000;\n    }\n\n    .video-wrapper {\n      position: relative;\n      padding-top: 56.25%; \/* 16:9 *\/\n      width: 100%;\n    }\n\n    .video-wrapper iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: none;\n      display: block;\n    }\n\n    .reviews-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 48px;\n    }\n\n    .review-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      overflow: hidden;\n      transition: border-color 0.2s;\n    }\n\n    .review-card:hover { border-color: rgba(200,255,0,0.3); }\n\n    .review-video { background: #000; }\n\n    .review-meta {\n      padding: 16px 18px;\n    }\n\n    .review-badge {\n      display: inline-block;\n      background: rgba(200,255,0,0.08);\n      border: 1px solid rgba(200,255,0,0.2);\n      color: var(--accent);\n      border-radius: 100px;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      padding: 3px 10px;\n      margin-bottom: 8px;\n    }\n\n    .review-title {\n      font-size: 13px;\n      color: var(--muted);\n      line-height: 1.5;\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 768px) {\n      section { padding: 56px 0; }\n\n      .perf-grid,\n      .flux-grid,\n      .features-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .design-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .hero-stats { gap: 20px; }\n\n      .specs-table { font-size: 13px; }\n\n      .reviews-grid { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 520px) {\n      .design-grid { grid-template-columns: 1fr; }\n      .modes-grid { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003c!-- ══════════════════════════════════════\n       HERO\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"hero-tag\"\u003eNeonGlow Series\u003c\/div\u003e\n      \u003ch1\u003eHotone \u003cspan\u003eFreqlux\u003c\/span\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"hero-tagline\"\u003ePitch shifting, reimagined.\u003c\/p\u003e\n      \u003cp class=\"hero-intro\"\u003e\n        Freqlux is not just another pitch pedal. It is a creative engine built for players who hear more than one idea at a time. With three fully independent pitch voices and deep real-time control, Freqlux turns complex harmony concepts into playable reality.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hero-stats\"\u003e\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-value\"\u003e3\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eIndependent Voices\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-value\"\u003e4–5\u003cspan style=\"font-size:16px;font-weight:500\"\u003e ms\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eDrop Tuning Latency\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-value\"\u003e200\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003ePreset Slots\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-value\"\u003e32\u003cspan style=\"font-size:16px;font-weight:500\"\u003e-bit\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eProcessing\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       OFFICIAL VIDEO\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eOfficial Video\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eSee It in Action\u003c\/h2\u003e\n      \u003cp class=\"section-body\"\u003eWatch the official Hotone Freqlux demo to hear three independent pitch voices, Flux control, and real-time harmony in action.\u003c\/p\u003e\n      \u003cdiv class=\"video-feature\"\u003e\n        \u003cdiv class=\"video-wrapper\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/LbAq8hgSQ5I?si=KsrlTE_KpZeGHi4T\" title=\"Hotone Freqlux – Official Demo\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       THREE VOICES\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"voices-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eCore Architecture\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eThree Voices.\u003cbr\u003eUnlimited Directions.\u003c\/h2\u003e\n      \u003cp class=\"section-body\"\u003e\n        At the core of Freqlux are three completely independent pitch engines. Each voice can run a different mode, interval, and behavior—letting you stack, blend, and sculpt three pitch ideas simultaneously.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"modes-grid\"\u003e\n        \u003cdiv class=\"mode-card\"\u003e\n          \u003cdiv class=\"mode-icon\"\u003e◈\u003c\/div\u003e\n          \u003cdiv class=\"mode-name\"\u003ePoly Mode\u003c\/div\u003e\n          \u003cp class=\"mode-desc\"\u003eFlawless polyphonic pitch shifting that preserves chord structure and articulation. Big chords stay intact. Fast passages stay clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mode-card\"\u003e\n          \u003cdiv class=\"mode-icon\"\u003e♩\u003c\/div\u003e\n          \u003cdiv class=\"mode-name\"\u003eKey Mode\u003c\/div\u003e\n          \u003cp class=\"mode-desc\"\u003eSet a key and scale, and Freqlux generates musically intelligent harmonies that move with you. Classic harmony tones with modern precision.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mode-card\"\u003e\n          \u003cdiv class=\"mode-icon\"\u003e≈\u003c\/div\u003e\n          \u003cdiv class=\"mode-name\"\u003eDetune Mode\u003c\/div\u003e\n          \u003cp class=\"mode-desc\"\u003eMicro pitch offsets layered with your dry signal for massive chorus, stereo width, and thickness—without losing clarity.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mode-card\"\u003e\n          \u003cdiv class=\"mode-icon\"\u003e〜\u003c\/div\u003e\n          \u003cdiv class=\"mode-name\"\u003eMod Mode\u003c\/div\u003e\n          \u003cp class=\"mode-desc\"\u003eBypass pitch shifting entirely and use an independent modulation engine. Vibrato and modulation effects add movement and depth to any voice.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mode-card\"\u003e\n          \u003cdiv class=\"mode-icon\"\u003e⟳\u003c\/div\u003e\n          \u003cdiv class=\"mode-name\"\u003eARP Mode\u003c\/div\u003e\n          \u003cp class=\"mode-desc\"\u003eTurn pitch shifting into motion. Combine poly pitch with Flux or Auto Flux to generate real-time arpeggios locked to your selected scale. A completely new way to play.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       PERFORMANCE\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"performance-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003ePerformance\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eFast. Precise.\u003cbr\u003eBuilt for Real Playing.\u003c\/h2\u003e\n\n      \u003cdiv class=\"perf-grid\"\u003e\n        \u003cdiv class=\"perf-highlight\"\u003e\n          \u003cdiv class=\"perf-number\"\u003e4–5 \u003cspan class=\"perf-unit\"\u003ems\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cp class=\"perf-desc\"\u003e\n            Industry-leading drop tuning latency. Combined with transient-optimized processing, drop tuning feels tight, natural, and powerful. Low strings stay punchy. Pick attack stays intact.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"perf-points\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eUltra-Fast Pitch Tracking\u003c\/strong\u003e\n              \u003cspan\u003eFreqlux preserves your dynamics and tone at every tempo and playing style.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eTransient-Optimized Processing\u003c\/strong\u003e\n              \u003cspan\u003eEvery note attack is faithfully reproduced—no smearing, no warble under fast passages.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eAnalog Dry Thru\u003c\/strong\u003e\n              \u003cspan\u003eYour dry signal bypasses digital processing entirely, keeping the original tone pristine in the mix.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003e32-Bit High-Resolution AD\/DA\u003c\/strong\u003e\n              \u003cspan\u003e115 dB SNR and a ±0.1 dB flat response from 20 Hz to 20 kHz—studio-quality conversion on your pedalboard.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       SOUND DESIGN\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"design-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eVoice Control\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eA Sound Designer's Playground\u003c\/h2\u003e\n      \u003cp class=\"section-body\"\u003e\n        Freqlux gives you mix-level control over every voice, letting you shape harmony like a producer, not just a guitarist.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"design-grid\"\u003e\n        \u003cdiv class=\"design-card\"\u003e\n          \u003cdiv class=\"design-card-title\"\u003eStereo Placement\u003c\/div\u003e\n          \u003cp class=\"design-card-body\"\u003eIndependent pan and level controls let you place each voice exactly where you want it in the stereo field. Your soundstage, your rules.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"design-card\"\u003e\n          \u003cdiv class=\"design-card-title\"\u003eDepth \u0026amp; Definition\u003c\/div\u003e\n          \u003cp class=\"design-card-body\"\u003eTone and Swell controls per voice allow precise shaping of brightness and attack behavior. Build layered harmonies that breathe and evolve.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"design-card\"\u003e\n          \u003cdiv class=\"design-card-title\"\u003eEmotion Control\u003c\/div\u003e\n          \u003cp class=\"design-card-body\"\u003eEach voice features its own FX processing so harmonies never feel static or mechanical. Add movement, texture, and life to every note.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       FX ENGINE\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"fx-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eBuilt-In FX\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eFX That Give Pitch a Soul\u003c\/h2\u003e\n\n      \u003cdiv class=\"fx-pills\"\u003e\n        \u003cspan class=\"fx-pill\"\u003eMod\u003c\/span\u003e\n        \u003cspan class=\"fx-pill\"\u003eTremolo\u003c\/span\u003e\n        \u003cspan class=\"fx-pill\"\u003eFeedback\u003c\/span\u003e\n        \u003cspan class=\"fx-pill\"\u003eDrive\u003c\/span\u003e\n        \u003cspan class=\"fx-pill\"\u003eTone\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"fx-body\"\u003e\n        Freqlux FX modules are designed specifically for pitch voices—not slapped on as an afterthought. Mod and Tremolo add expressive motion. Feedback transforms short harmonies into evolving soundscapes with adjustable time and repeats per voice for advanced multi-pitch delay textures. Drive and Tone controls let you dial in anything from subtle grit to aggressive harmonic saturation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       FLUX\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"flux-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eFlux System\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eFlux. Your Second Instrument.\u003c\/h2\u003e\n      \u003cp class=\"section-body\"\u003e\n        Freqlux features two footswitch modes that turn the pedal into a fully playable instrument in its own right.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"flux-grid\"\u003e\n        \u003cdiv class=\"flux-card\"\u003e\n          \u003cdiv class=\"flux-card-label\"\u003ePreset Mode\u003c\/div\u003e\n          \u003cdiv class=\"flux-card-title\"\u003eInstant Recall\u003c\/div\u003e\n          \u003cp class=\"flux-card-body\"\u003eAccess any of your 200 presets (100 factory + 100 user) on the fly. Fast, reliable, zero-compromise switching between completely different pitch configurations.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flux-card\"\u003e\n          \u003cdiv class=\"flux-card-label\"\u003eControl Mode\u003c\/div\u003e\n          \u003cdiv class=\"flux-card-title\"\u003eReal-Time Pitch Control\u003c\/div\u003e\n          \u003cp class=\"flux-card-body\"\u003eThe Flux footswitch becomes a playable pitch controller. Customize attack, release, and pitch curves for smooth glides, dramatic drops, or rhythmic arpeggio triggers.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flux-card\"\u003e\n          \u003cdiv class=\"flux-card-label\"\u003eAuto Flux\u003c\/div\u003e\n          \u003cdiv class=\"flux-card-title\"\u003eIntelligent Auto-Trigger\u003c\/div\u003e\n          \u003cp class=\"flux-card-body\"\u003eAuto Flux detects your playing dynamics and automatically triggers pitch slides or arpeggios—no foot control required. Stay locked into the performance. Let Freqlux handle the motion.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flux-card\"\u003e\n          \u003cdiv class=\"flux-card-label\"\u003eExpression \u0026amp; MIDI\u003c\/div\u003e\n          \u003cdiv class=\"flux-card-title\"\u003eDeep External Control\u003c\/div\u003e\n          \u003cp class=\"flux-card-body\"\u003eConnect an expression pedal or MIDI controller for even more real-time parameter control. Integrate Freqlux seamlessly into any modern rig or studio setup.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       FEATURES\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"features-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eBuilt for Serious Rigs\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eEverything You Need. Nothing You Don't.\u003c\/h2\u003e\n\n      \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003e100 diverse factory presets with 200 total preset slots for custom storage\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eStereo input and output with selectable input mode\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003e5 pitch modes: PolyShift, KeyTrack, Detune, ARP, and Mod Only\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eAll three pitch modules operate simultaneously in real time\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eFlux footswitch with automatic gliding pitch shifts and customizable curves\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003ePer-voice Pan, Level, Tone, and Attack parameter control\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eFeedback module with Trail switch for evolving pitch soundscapes\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eIndependent FX module per pitch voice for deep sound design\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eEXP and MIDI external control via dual 3.5 mm TRS jacks\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003e32-bit high-performance AD\/DA conversion with analog dry-through bypass\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eDual footswitch modes: preset switching and real-time pitch control\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eHigh-resolution LCD display for fast, intuitive operation\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eUSB Type-C for firmware updates and preset management on PC\/Mac\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-dot\"\u003e✦\u003c\/span\u003e\n          \u003cspan class=\"feature-text\"\u003eFree desktop software for deep editing and future updates\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       KOL REVIEWS\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"reviews-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eIndependent Reviews\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat Guitarists Are Saying\u003c\/h2\u003e\n      \u003cp class=\"section-body\"\u003eHear from real players and gear reviewers who put the Freqlux through its paces.\u003c\/p\u003e\n\n      \u003cdiv class=\"reviews-grid\"\u003e\n        \u003cdiv class=\"review-card\"\u003e\n          \u003cdiv class=\"review-video\"\u003e\n            \u003cdiv class=\"video-wrapper\"\u003e\n              \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/KDEOk_rqClU?si=MbJPrle_ACxM-IJf\" title=\"Hotone Freqlux – Review 1\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review-meta\"\u003e\n            \u003cspan class=\"review-badge\"\u003eReview\u003c\/span\u003e\n            \u003cp class=\"review-title\"\u003eIn-depth hands-on review and sound demo\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"review-card\"\u003e\n          \u003cdiv class=\"review-video\"\u003e\n            \u003cdiv class=\"video-wrapper\"\u003e\n              \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/bMI2v30urHM?si=WuFekoKpnoVAfTFA\" title=\"Hotone Freqlux – Review 2\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review-meta\"\u003e\n            \u003cspan class=\"review-badge\"\u003eReview\u003c\/span\u003e\n            \u003cp class=\"review-title\"\u003eReal-world playing test across multiple styles\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"review-card\"\u003e\n          \u003cdiv class=\"review-video\"\u003e\n            \u003cdiv class=\"video-wrapper\"\u003e\n              \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/S5zyTlpTJdk?si=fnDrIMW6k9FbpYpA\" title=\"Hotone Freqlux – Review 3\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review-meta\"\u003e\n            \u003cspan class=\"review-badge\"\u003eReview\u003c\/span\u003e\n            \u003cp class=\"review-title\"\u003eFull feature walkthrough and tone comparison\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════\n       SPECIFICATIONS\n  ══════════════════════════════════════ --\u003e\n  \u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cspan class=\"section-label\"\u003eTechnical Specifications\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eFeature\u003c\/th\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eInput Jack\u003c\/td\u003e\n            \u003ctd\u003e1 × 6.35 mm (1\/4″) TRS\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eOutput Jacks\u003c\/td\u003e\n            \u003ctd\u003e2 × 6.35 mm (1\/4″) TRS\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMIDI \/ EXP Jacks\u003c\/td\u003e\n            \u003ctd\u003e2 × 3.5 mm (1\/8″) TRS\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eUSB\u003c\/td\u003e\n            \u003ctd\u003eUSB 2.0 Type-C\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eInput Impedance\u003c\/td\u003e\n            \u003ctd\u003e1 MΩ\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eOutput Impedance\u003c\/td\u003e\n            \u003ctd\u003e1 KΩ\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eA\/D \u0026amp; D\/A Conversion\u003c\/td\u003e\n            \u003ctd\u003e32-bit High-Performance\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDSP Processing\u003c\/td\u003e\n            \u003ctd\u003e32-bit\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSNR\u003c\/td\u003e\n            \u003ctd\u003e115 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFrequency Response\u003c\/td\u003e\n            \u003ctd\u003e±0.1 dB, 20 Hz – 20 kHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMax Input Level\u003c\/td\u003e\n            \u003ctd\u003e+13 dBu\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBypass\u003c\/td\u003e\n            \u003ctd\u003eAnalog Dry Thru + Buffer\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePower Supply\u003c\/td\u003e\n            \u003ctd\u003e9V DC, 500 mA (Center Negative)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e125.5 mm (W) × 84 mm (D) × 62.5 mm (H)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e485 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n\u003c\/body\u003e","brand":"Hotone","offers":[{"title":"Default Title","offer_id":51428192780583,"sku":null,"price":349.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/7665\/5399\/files\/HotoneFreqlux-Cover01.webp?v=1779649325","url":"https:\/\/www.fencymusic.com\/products\/hotone-freqlux-pitch-shift-pedal","provider":"Fency Music","version":"1.0","type":"link"}