{"title":"Studio \u0026 Recording","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  \u003ctitle\u003eStudio \u0026amp; Recording – Harmony House\u003c\/title\u003e\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800;900\u0026display=swap');\n\n    .sr-cat-wrapper * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n      font-family: 'Montserrat', sans-serif;\n    }\n\n    .sr-cat-wrapper {\n      width: 100%;\n      overflow: hidden;\n    }\n\n    \/* ===========================\n       HERO SECTION\n    =========================== *\/\n    .sr-hero {\n      background: linear-gradient(135deg, #005a65 0%, #007481 50%, #005a65 100%);\n      background-size: 200% 200%;\n      animation: srGradientShift 6s ease infinite;\n      padding: 80px 40px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n      min-height: 420px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    @keyframes srGradientShift {\n      0%   { background-position: 0% 50%;   }\n      50%  { background-position: 100% 50%; }\n      100% { background-position: 0% 50%;   }\n    }\n\n    \/* ===========================\n       ANIMATED RIPPLE RINGS\n    =========================== *\/\n    .sr-ripple-bg {\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      overflow: hidden;\n    }\n\n    .sr-ripple {\n      position: absolute;\n      border-radius: 50%;\n      border: 1.5px solid rgba(255,200,68,0.15);\n      transform: translate(-50%, -50%) scale(0);\n      animation: srRipple 4s ease-out infinite;\n    }\n\n    \/* Left microphone ripple *\/\n    .sr-ripple:nth-child(1)  { width: 60px;  height: 60px;  top: 72%; left: 16%; animation-delay: 0s;   }\n    .sr-ripple:nth-child(2)  { width: 110px; height: 110px; top: 72%; left: 16%; animation-delay: 0.4s; }\n    .sr-ripple:nth-child(3)  { width: 165px; height: 165px; top: 72%; left: 16%; animation-delay: 0.8s; }\n    .sr-ripple:nth-child(4)  { width: 220px; height: 220px; top: 72%; left: 16%; animation-delay: 1.2s; }\n\n    \/* Center console ripple *\/\n    .sr-ripple:nth-child(5)  { width: 60px;  height: 60px;  top: 62%; left: 50%; animation-delay: 1.8s; border-color: rgba(255,255,255,0.12); }\n    .sr-ripple:nth-child(6)  { width: 110px; height: 110px; top: 62%; left: 50%; animation-delay: 2.2s; border-color: rgba(255,255,255,0.08); }\n    .sr-ripple:nth-child(7)  { width: 165px; height: 165px; top: 62%; left: 50%; animation-delay: 2.6s; border-color: rgba(255,255,255,0.05); }\n    .sr-ripple:nth-child(8)  { width: 220px; height: 220px; top: 62%; left: 50%; animation-delay: 3.0s; border-color: rgba(255,255,255,0.03); }\n\n    \/* Right monitor ripple *\/\n    .sr-ripple:nth-child(9)  { width: 60px;  height: 60px;  top: 72%; left: 84%; animation-delay: 0.9s; border-color: rgba(255,200,68,0.12); }\n    .sr-ripple:nth-child(10) { width: 110px; height: 110px; top: 72%; left: 84%; animation-delay: 1.3s; border-color: rgba(255,200,68,0.08); }\n    .sr-ripple:nth-child(11) { width: 165px; height: 165px; top: 72%; left: 84%; animation-delay: 1.7s; border-color: rgba(255,200,68,0.05); }\n    .sr-ripple:nth-child(12) { width: 220px; height: 220px; top: 72%; left: 84%; animation-delay: 2.1s; border-color: rgba(255,200,68,0.03); }\n\n    @keyframes srRipple {\n      0%   { transform: translate(-50%,-50%) scale(0);   opacity: 1;  }\n      70%  { opacity: 0.6; }\n      100% { transform: translate(-50%,-50%) scale(1.6); opacity: 0;  }\n    }\n\n    \/* ===========================\n       RECORDING LEVEL BARS (bottom)\n    =========================== *\/\n    .sr-wave-bg {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      height: 90px;\n      display: flex;\n      align-items: flex-end;\n      justify-content: center;\n      gap: 5px;\n      padding: 0 20px;\n      overflow: hidden;\n      pointer-events: none;\n    }\n\n    .sr-bar {\n      flex-shrink: 0;\n      border-radius: 3px 3px 0 0;\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(255,255,255,0.04);\n      animation: srBarPulse 1.8s ease-in-out infinite;\n    }\n\n    .sr-bar:nth-child(1)  { width: 8px;  height: 22px; animation-delay: 0s;    }\n    .sr-bar:nth-child(2)  { width: 8px;  height: 48px; animation-delay: 0.08s; }\n    .sr-bar:nth-child(3)  { width: 8px;  height: 35px; animation-delay: 0.16s; }\n    .sr-bar:nth-child(4)  { width: 14px; height: 78px; animation-delay: 0.24s; background: rgba(255,200,68,0.14); }\n    .sr-bar:nth-child(5)  { width: 8px;  height: 52px; animation-delay: 0.32s; }\n    .sr-bar:nth-child(6)  { width: 8px;  height: 30px; animation-delay: 0.40s; }\n    .sr-bar:nth-child(7)  { width: 8px;  height: 62px; animation-delay: 0.48s; }\n    .sr-bar:nth-child(8)  { width: 14px; height: 85px; animation-delay: 0.56s; background: rgba(255,255,255,0.10); }\n    .sr-bar:nth-child(9)  { width: 8px;  height: 44px; animation-delay: 0.64s; }\n    .sr-bar:nth-child(10) { width: 8px;  height: 26px; animation-delay: 0.72s; }\n    .sr-bar:nth-child(11) { width: 8px;  height: 56px; animation-delay: 0.80s; }\n    .sr-bar:nth-child(12) { width: 14px; height: 80px; animation-delay: 0.88s; background: rgba(255,200,68,0.14); }\n    .sr-bar:nth-child(13) { width: 8px;  height: 38px; animation-delay: 0.96s; }\n    .sr-bar:nth-child(14) { width: 8px;  height: 66px; animation-delay: 1.04s; }\n    .sr-bar:nth-child(15) { width: 8px;  height: 28px; animation-delay: 1.12s; }\n    .sr-bar:nth-child(16) { width: 14px; height: 75px; animation-delay: 1.20s; background: rgba(255,255,255,0.10); }\n    .sr-bar:nth-child(17) { width: 8px;  height: 50px; animation-delay: 1.28s; }\n    .sr-bar:nth-child(18) { width: 8px;  height: 34px; animation-delay: 1.36s; }\n    .sr-bar:nth-child(19) { width: 8px;  height: 68px; animation-delay: 1.44s; }\n    .sr-bar:nth-child(20) { width: 14px; height: 82px; animation-delay: 1.52s; background: rgba(255,200,68,0.14); }\n    .sr-bar:nth-child(21) { width: 8px;  height: 42px; animation-delay: 1.60s; }\n    .sr-bar:nth-child(22) { width: 8px;  height: 58px; animation-delay: 1.68s; }\n    .sr-bar:nth-child(23) { width: 8px;  height: 24px; animation-delay: 1.76s; }\n    .sr-bar:nth-child(24) { width: 14px; height: 70px; animation-delay: 0.04s; background: rgba(255,255,255,0.10); }\n\n    @keyframes srBarPulse {\n      0%,100% { opacity: 0.07; transform: scaleY(1);    }\n      50%      { opacity: 0.30; transform: scaleY(1.18); }\n    }\n\n    \/* ===========================\n       FLOATING STUDIO SYMBOLS\n    =========================== *\/\n    .sr-notes-float {\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      overflow: hidden;\n    }\n\n    .srnf-note {\n      position: absolute;\n      opacity: 0;\n      animation: srFloatNote 8s ease-in-out infinite;\n      color: rgba(255,200,68,0.55);\n    }\n\n    .srnf-note:nth-child(1)  { left: 5%;  animation-delay: 0s;   font-size: 18px; }\n    .srnf-note:nth-child(2)  { left: 15%; animation-delay: 1.2s; font-size: 26px; }\n    .srnf-note:nth-child(3)  { left: 28%; animation-delay: 2.5s; font-size: 16px; }\n    .srnf-note:nth-child(4)  { left: 42%; animation-delay: 0.8s; font-size: 30px; }\n    .srnf-note:nth-child(5)  { left: 58%; animation-delay: 3.1s; font-size: 20px; }\n    .srnf-note:nth-child(6)  { left: 70%; animation-delay: 1.7s; font-size: 24px; }\n    .srnf-note:nth-child(7)  { left: 82%; animation-delay: 4.0s; font-size: 18px; }\n    .srnf-note:nth-child(8)  { left: 92%; animation-delay: 2.2s; font-size: 28px; }\n    .srnf-note:nth-child(9)  { left: 50%; animation-delay: 5.0s; font-size: 15px; }\n    .srnf-note:nth-child(10) { left: 35%; animation-delay: 3.8s; font-size: 22px; }\n\n    @keyframes srFloatNote {\n      0%   { opacity: 0;   transform: translateY(60px)   rotate(-10deg) scale(0.8); }\n      20%  { opacity: 0.7; }\n      80%  { opacity: 0.4; }\n      100% { opacity: 0;   transform: translateY(-280px) rotate(15deg)  scale(1.1); }\n    }\n\n    \/* ===== GLOWING ORBS ===== *\/\n    .sr-orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(60px);\n      pointer-events: none;\n      animation: srOrbFloat 7s ease-in-out infinite;\n    }\n\n    .sr-orb-1 {\n      width: 300px;\n      height: 300px;\n      background: rgba(255,200,68,0.1);\n      top: -80px;\n      right: -60px;\n      animation-delay: 0s;\n    }\n\n    .sr-orb-2 {\n      width: 250px;\n      height: 250px;\n      background: rgba(207,230,228,0.1);\n      bottom: -60px;\n      left: -40px;\n      animation-delay: 3.5s;\n    }\n\n    @keyframes srOrbFloat {\n      0%,100% { transform: translate(0,0) scale(1);          }\n      50%      { transform: translate(20px,-20px) scale(1.1); }\n    }\n\n    \/* ===========================\n       HERO CONTENT\n    =========================== *\/\n    .sr-hero-content {\n      position: relative;\n      z-index: 10;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 18px;\n    }\n\n    .sr-hero-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255,200,68,0.15);\n      border: 1px solid rgba(255,200,68,0.4);\n      color: #FFC844;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 3.5px;\n      text-transform: uppercase;\n      padding: 7px 20px;\n      border-radius: 50px;\n      animation: srBadgePop 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.2s both;\n    }\n\n    @keyframes srBadgePop {\n      from { opacity: 0; transform: scale(0.7); }\n      to   { opacity: 1; transform: scale(1);   }\n    }\n\n    .sr-hero-title {\n      font-size: clamp(32px, 6vw, 68px);\n      font-weight: 900;\n      line-height: 1.1;\n      color: #ffffff;\n      letter-spacing: -1px;\n      animation: srTitleReveal 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.4s both;\n    }\n\n    .sr-word-highlight {\n      color: #FFC844;\n      position: relative;\n      display: inline-block;\n    }\n\n    .sr-word-highlight::after {\n      content: '';\n      position: absolute;\n      bottom: -4px;\n      left: 0;\n      right: 0;\n      height: 3px;\n      background: linear-gradient(90deg, #FFC844, rgba(255,200,68,0.2));\n      border-radius: 2px;\n      animation: srUnderlineGrow 1s ease 1s both;\n    }\n\n    @keyframes srUnderlineGrow {\n      from { transform: scaleX(0); transform-origin: left; }\n      to   { transform: scaleX(1); transform-origin: left; }\n    }\n\n    @keyframes srTitleReveal {\n      from { opacity: 0; transform: translateY(30px) scale(0.95); }\n      to   { opacity: 1; transform: translateY(0)    scale(1);    }\n    }\n\n    .sr-hero-tagline {\n      font-size: clamp(13px, 1.8vw, 17px);\n      font-weight: 400;\n      color: rgba(207,230,228,0.88);\n      line-height: 1.7;\n      max-width: 560px;\n      animation: srTaglineReveal 0.8s ease 0.7s both;\n    }\n\n    .sr-hero-tagline em {\n      color: #FFC844;\n      font-style: italic;\n      font-weight: 500;\n    }\n\n    @keyframes srTaglineReveal {\n      from { opacity: 0; transform: translateY(20px); }\n      to   { opacity: 1; transform: translateY(0);    }\n    }\n\n    \/* ===== SCROLL HINT ===== *\/\n    .sr-scroll-hint {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 6px;\n      margin-top: 8px;\n      animation: srScrollReveal 0.8s ease 1.2s both;\n    }\n\n    .sr-scroll-dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 50%;\n      background: #FFC844;\n      animation: srScrollBounce 1.5s ease-in-out infinite;\n    }\n\n    .sr-scroll-hint span {\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: rgba(255,200,68,0.7);\n    }\n\n    @keyframes srScrollReveal {\n      from { opacity: 0; }\n      to   { opacity: 1; }\n    }\n\n    @keyframes srScrollBounce {\n      0%,100% { transform: translateY(0);   }\n      50%      { transform: translateY(6px); }\n    }\n\n    \/* ===========================\n       ACCENT BAR\n    =========================== *\/\n    .sr-accent-bar {\n      height: 5px;\n      background: linear-gradient(\n        90deg,\n        #005a65 0%,\n        #FFC844 30%,\n        #ffffff 50%,\n        #FFC844 70%,\n        #005a65 100%\n      );\n      background-size: 200% 100%;\n      animation: srAccentSlide 3s linear infinite;\n    }\n\n    @keyframes srAccentSlide {\n      0%   { background-position: 100% 0%; }\n      100% { background-position:   0% 0%; }\n    }\n\n    \/* ===========================\n       RESPONSIVE\n    =========================== *\/\n    @media (max-width: 600px) {\n      .sr-hero {\n        padding: 60px 20px;\n        min-height: 360px;\n      }\n\n      .sr-hero-title {\n        font-size: 32px;\n      }\n\n      .sr-hero-tagline {\n        font-size: 13px;\n      }\n\n      .sr-ripple:nth-child(n+9) {\n        display: none;\n      }\n    }\n\n  \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"sr-cat-wrapper\"\u003e\n\n  \u003c!-- ===== HERO ===== --\u003e\n  \u003cdiv class=\"sr-hero\"\u003e\n\n    \u003c!-- Ripple rings --\u003e\n    \u003cdiv class=\"sr-ripple-bg\"\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-ripple\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Glowing orbs --\u003e\n    \u003cdiv class=\"sr-orb sr-orb-1\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sr-orb sr-orb-2\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Floating studio symbols --\u003e\n    \u003cdiv class=\"sr-notes-float\"\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎙️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎚️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎛️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎙️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e💿\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎚️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎛️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e💿\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎙️\u003c\/div\u003e\n      \u003cdiv class=\"srnf-note\"\u003e🎚️\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Animated recording level bars at bottom --\u003e\n    \u003cdiv class=\"sr-wave-bg\"\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sr-bar\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Main content --\u003e\n    \u003cdiv class=\"sr-hero-content\"\u003e\n\n      \u003cdiv class=\"sr-hero-eyebrow\"\u003e\n        🎙️ Harmony House Collection\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"sr-hero-title\"\u003e\n        \u003cspan\u003eWhere Great Music \u003c\/span\u003e\n        \u003cspan class=\"sr-word-highlight\"\u003eBegins\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sr-hero-tagline\"\u003e\n        From condenser microphones to professional mixing consoles —\u003cbr\u003e\n        \u003cem\u003ecapture every nuance, every tone, every moment of brilliance.\u003c\/em\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sr-scroll-hint\"\u003e\n        \u003cdiv class=\"sr-scroll-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003eExplore Collection\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== ANIMATED ACCENT BAR ===== --\u003e\n  \u003cdiv class=\"sr-accent-bar\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","products":[{"product_id":"korg-nc-q1-bk-active-noise-cancelling-headphones","title":"KORG NC-Q1-BK HEADPHONE","description":"\u003cp\u003eSTATE-OF-THE-ART ACTIVE NOISE CANCELLING — The Korg NC-Q1-BK features advanced Active Noise Cancelling technology developed specifically for musicians and audio professionals, providing incoming sound attenuation and ear protection in loud performance environments such as DJ booths, drum kits, and front-of-house positions. \u003cbr\u003e\nBLUETOOTH WITH APTX-HD HIGH DEFINITION AUDIO — Supporting SBC, AAC, aptX, and aptX-HD codecs, the NC-Q1-BK delivers high-definition wireless audio with minimal latency and maximum detail, ensuring that every nuance of your music is reproduced with pristine clarity during monitoring and casual listening. \u003cbr\u003e\nGOOGLE ASSISTANT \u0026amp; SIRI VOICE CONTROL — Built-in Google Assistant and Siri support enables hands-free voice control for calls, music playback, and device management, giving musicians and audio professionals in the UAE complete smart device integration without removing the headphones. \u003cbr\u003e\nDESIGNED FOR DJS, DRUMMERS \u0026amp; FOH ENGINEERS — Combining professional-grade noise cancelling with high-quality sound monitoring, the NC-Q1-BK is purpose-developed for the most demanding audio environments — from loud DJ booths and live drum monitoring to front-of-house mixing positions across Dubai and Abu Dhabi. \u003cbr\u003e\n1,200MA LITHIUM POLYMER BATTERY — Powered by a 1,200mA Lithium Polymer rechargeable battery, the NC-Q1-BK delivers extended wireless operation suitable for long rehearsal sessions, live performances, and studio work without the inconvenience of frequent recharging interruptions.\u003c\/p\u003e","brand":"KORG","offers":[{"title":"Default Title","offer_id":45152687456432,"sku":"HH-KR-NC-Q1-BK","price":1499.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_88299b29-f21e-4dcb-84f5-927112e567cc.jpg?v=1781870905"},{"product_id":"korg-pianorec-digital-piano-recording-tool-24-bit","title":"KORG PIANOREC DIGITAL PIANO RECORDING","description":"\u003cp\u003e24-BIT \/ 48 KHZ HIGH-QUALITY AUDIO INTERFACE — The Korg PIANOREC captures digital piano performances at 24-bit \/ 48 kHz resolution, delivering professional-grade audio quality directly to your smartphone without the need for a computer, dedicated audio interface, or complex cable setup. \u003cbr\u003e\nPLUG-AND-PLAY SIMPLICITY — Designed for instant, effortless setup, the PIANOREC requires no technical knowledge or complicated configuration — simply connect and start recording, making it the most accessible high-quality piano recording solution available for pianists of every level across the UAE. \u003cbr\u003e\nLIVE STREAMING \u0026amp; ONLINE LESSONS SUPPORT — Built-in support for live streaming and online lessons makes the PIANOREC an essential tool for piano teachers and performers who want to share their playing with students, family, and audiences across social media and video platforms from Dubai, Abu Dhabi, and beyond. \u003cbr\u003e\nSMARTPHONE RECORDING WITHOUT A COMPUTER — The PIANOREC connects directly between your digital piano and smartphone, eliminating the need for computers, audio interfaces, and cable nightmares — turning every performance into a high-quality recording with just a few simple steps and no technical expertise required. \u003cbr\u003e\nUSB POWERED FOR CLEAN, CABLE-FREE OPERATION — Powered directly via USB at 5V DC, the PIANOREC draws power from your smartphone or a standard USB adapter without requiring batteries or a separate power supply, keeping your recording setup clean, compact, and portable for use anywhere across the UAE.\u003c\/p\u003e","brand":"KORG","offers":[{"title":"Default Title","offer_id":45152687489200,"sku":"HH-KR-PIANOREC","price":359.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_2015e534-57e1-4eb6-a915-e3550b9f7d4d.jpg?v=1781870946"},{"product_id":"korg-ds-dac-100m-usb-dac-dsd-native-playback-audiogate-3","title":"Korg DSDAC100M Digital to Analog Converter","description":"\u003cp\u003eDSD NATIVE PLAYBACK AT 2.8224 MHZ AND 5.6448 MHZ — The DS-DAC-100m delivers true DSD native playback at both 2.8224 MHz and 5.6448 MHz resolutions, faithfully reproducing high-resolution audio files with the full detail and accuracy of the original source recording. \u003cbr\u003e\nREAL-TIME DSD CONVERSION FROM MP3, WAV AND PCM SOURCES — AudioGate 3 software converts standard audio files including MP3, WAV, and CD audio to 5.6448 MHz DSD data in real time using the computer's processing power, unlocking hidden detail from familiar recordings across any audio collection. \u003cbr\u003e\nCIRRUS LOGIC CS4398 DA CONVERTER FOR PROFESSIONAL-GRADE AUDIO — The same CS4398 chip used in Korg's acclaimed MR-1000 professional studio recorder powers the DS-DAC-100m, delivering 105 dB S\/N ratio and 0.005% THD+N for reference-quality analog conversion. \u003cbr\u003e\nASYNCHRONOUS USB TRANSMISSION FOR MINIMAL JITTER — Data is conveyed via asynchronous USB transmission, independent of the computer's USB clock, eliminating jitter and preserving signal integrity for the cleanest possible audio playback through headphones or a high-end audio system. \u003cbr\u003e\nUSB BUS POWERED WITH DEDICATED WIN\/MAC DRIVERS — Drawing power directly from the USB bus at 5V with no external adapter required, the DS-DAC-100m is supported by native KORG drivers for both Windows and Mac, ensuring stable DSD and PCM playback via ASIO, WDM, and Core Audio for producers across the UAE.\u003c\/p\u003e","brand":"KORG","offers":[{"title":"Default Title","offer_id":45338086965424,"sku":"HH-KR-DS-DAC-100M","price":1199.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/8_ff5ef13e-f223-4c01-8392-336ac28f2fe2.jpg?v=1782281747"},{"product_id":"korg-kaoss-dj-controller-audio-interface-120-effects-black","title":"Korg KAOSS DJ Controller \u0026 Audio Interface | 120 Effects | Black","description":"\u003cp\u003eUSB DJ CONTROLLER, AUDIO INTERFACE AND STANDALONE MIXER IN ONE — The KAOSS DJ combines a full USB DJ controller, a 24-bit audio interface, and a standalone 2-channel mixer in a single slim-line unit, delivering a complete DJ solution for connected and disconnected use alike. \u003cbr\u003e\nBUILT-IN KAOSS PAD WITH 120 EFFECTS, SYNTHS AND INTEGRATED SAMPLER — The onboard Kaoss Pad touchpad provides real-time access to 120 effects and synths with an integrated sampler, auto BPM detection, built-in scale functions for synth parts, and FX release and hold controls — all controlled by touch. \u003cbr\u003e\nTOUCH-SENSITIVE PLATTERS AND HOT CUE \/ LOOPER RIBBONS — Simulated vinyl control is delivered through integrated touch-sensitive platters, while touch-sensitive hot cue and looper ribbons provide expressive performance control for DJs who demand hands-on creativity at every stage of their set. \u003cbr\u003e\n3-BAND EQ WITH PITCH, NUDGE AND SYNC PER CHANNEL — Each channel features a dedicated 3-band EQ alongside individual pitch, nudge, and sync controls, providing precise mixing and beatmatching capability within a compact and intuitive control layout. \u003cbr\u003e\nSERATO DJ COMPATIBLE WITH FREE SERATO DJ INTRO INCLUDED — The KAOSS DJ works directly with the free downloadable Serato DJ Intro software and is also compatible with the full optional Serato DJ, making it a flexible and future-proof DJ controller choice for performers across the UAE.\u003c\/p\u003e","brand":"KORG","offers":[{"title":"Default Title","offer_id":45338086998192,"sku":"HH-KR-KAOSS-DJ","price":1199.0,"currency_code":"AED","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_9ee37c56-152e-4cec-8e64-28e30550f39e.jpg?v=1782281791"},{"product_id":"vox-vh-q1-bk-noise-cancelling-headphone-bluetooth-black","title":"VOX VH-Q1-BK HEADPHONE","description":"\u003cp\u003eADVANCED DUAL ANC SYSTEM — Feed-forward and feedback active noise cancelling with auto-adjust — suppresses wide-range frequencies for pristine listening and silent practice. \u003cbr\u003e\n6 GUITAR AND BASS EQ PRESETS — Guitar Basic, Guitar Big, Guitar Bright, Bass Big, Bass Bright and Flat modes — tailored sound shaping for electric, acoustic and bass players. \u003cbr\u003e\nBLUETOOTH 5.0 WITH APTX-LL — Supports SBC, AAC, aptX, aptX-HD and aptX-LL codecs — ultra-low 40 ms latency for real-time playing, gaming and lag-free music streaming. \u003cbr\u003e\n41 MM CUSTOM PEEK DIAPHRAGM — 5-layer PEEK and PU driver delivers 10 Hz to 25,000 Hz high-resolution audio — wide dynamic range with clear, balanced and precise sound. \u003cbr\u003e\n36-HOUR BATTERY AND SMART CONTROLS — Rechargeable 1,200 mA lithium polymer battery — tactile earcup touch control, auto pause on removal and Siri \/ Google Assistant support.\u003c\/p\u003e","brand":"VOX","offers":[{"title":"Default Title","offer_id":45363296501936,"sku":"HH-VX-VH-Q1-BK","price":1599.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_7671353e-1ecb-46ce-852f-a5081b2b7c4a.jpg?v=1782898145"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/collections\/Studio_Recording.jpg?v=1781681967","url":"https:\/\/harmonyhouse.ae\/collections\/studio-recording.oembed","provider":"Harmony House","version":"1.0","type":"link"}