www.guitarcenter.com Open in urlscan Pro
23.36.234.102  Public Scan

Submitted URL: http://guitarcenter.com/
Effective URL: https://www.guitarcenter.com/
Submission: On October 11 via api from US — Scanned from NL

Form analysis 9 forms found in the DOM

Name: returningCustFlyoutPOST

<form method="post" id="returningCustFlyout" name="returningCustFlyout" iclass="omnitureFormTrack">
  <fieldset>
    <label for="email">Email address (Required):</label>
    <input aria-required="true" class="required text" type="email" id="returningCustFlyout_Email" name="returningCustFlyout_Email" placeholder="Enter Email" title="Enter Login Email" value="">
    <label for="password">Password (Required):</label>
    <input aria-required="true" class="required text" type="password" name="returningCustFlyout_Password" id="returningCustFlyout_Password" value="" placeholder="Password" title="Enter Password">
  </fieldset>
  <fieldset>
    <p data-js-ajax-error="" id="ajaxError" class="hidden"></p>
    <input id="signIn" class="submit styleBtn returningCustFlyout-signInBtn" type="submit" value="Sign In">
  </fieldset>
  <input type="hidden" name="SAMLRequest" value="">
  <div class="forgotPW clearfix">
    <a id="signinForgotPW" href="/account/profilePasswordForgot.jsp">Forgot Password? <span class="screen-reader-only">(Opens Forgot Password Dialog)</span></a>
  </div>
</form>

GET /search

<form id="header-search" class="header-search" action="/search" method="get" aria-label="Search Form">
  <input type="hidden" name="typeAheadSuggestion" value="true">
  <input type="hidden" name="fromRecentHistory" value="false" id="fromRecentHistoryBox">
  <!--typeahesd category dropdown -->
  <!--typeahead search input and submit content-->
  <div class="typeahead-search-wrapper">
    <!-- <label for="typeAheadSearchInput" class="inlineLabel screen-reader-only"></label> -->
    <!-- <label for="typeAheadSearchInput" class="inlineLabel screen-reader-only"></label> -->
    <input id="typeAheadSearchInput" name="Ntt" type="text" class="typeAheadSearchInput typeAheadEnabled default-value" data-default-value="" title="Find your sound" placeholder="Find your sound" autocomplete="off">
    <button type="button" class="search-icon" id="typeaheadSearchSubmit">
      <svg id="Group_14" data-name="Group 14" xmlns="http://www.w3.org/2000/svg" width="23.759" height="26.06" viewBox="0 0 23.759 26.06">
        <g id="Ellipse_2" data-name="Ellipse 2" transform="translate(0)" fill="#fff" stroke="#333" stroke-width="3">
          <circle cx="9" cy="9" r="9" stroke="none"></circle>
          <circle cx="9" cy="9" r="7.5" fill="none"></circle>
        </g>
        <line id="Line_10" data-name="Line 10" x2="9.42" y2="9.42" transform="translate(13.278 15.579)" fill="none" stroke="#333" stroke-width="3"></line>
      </svg>
    </button>
  </div>
  <!--typeahead input empty focus-->
  <div class="typeAheadEmptyFocusWrapper" id="typeAheadEmptyFocusWrapper" style="display: none;">
    <div class="typeahead-content-wrapper">
      <div class="typeahead-empty-focus">
        <div class="typeAheadEmptyFocusContent"></div>
      </div>
    </div>
    <script id="recently-search-top-left-temp" type="text/html">
      <div class="recent-category recent-category-top">
        <div class="left-search-fields">
          <div class="fieldsBox">
            <h3>Your Recent Searches</h3>
            <ul class="recently-search-list">
              {{each $data}}
              {{if $index < 10 }}
              <li class="recently-search-list-item">
                {{$value}}
              </li>
              {{/if}}
              {{/each}}
              <li id="clearHistory" class="recently-search-list-item">Clear all recent searches</li>
            </ul>
          </div>
        </div>
      </div>
    </script>
    <script id="recently-search-top-right-temp" type="text/html">
      <div class="right-product-list">
        {{if $data.recently && $data.recently.length > 0}}
        <h3>Recently Viewed</h3>
        <div class="recentlyViedProducts">
          {{each $data.recently}}
          {{if $index < 4 }}
          {{set truncateLen = 28}}
          {{if $value.linkUrl.indexOf('?') > -1 }}
          {{set prodURL = $value.linkUrl + '&pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
          {{else}}
            {{set prodURL = $value.linkUrl + '?pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
            {{/if}}
            {{if $value.name.length + 1 > truncateLen }}
            {{set prodName =  $value.name.substr(0, truncateLen ) + '...'}}
            {{else}}
              {{set prodName = $value.name}}
              {{/if}}
              <a data-name='{{@ prodName.replace(/"/g, "\\\"") }}' class="imgLink" href="{{@ prodURL }}">
<img src="{{@ $value.imgUrl }}"  alt="search image" />
</a>
              {{/if}}
              {{/each}}
        </div>
        {{/if}}
      </div>
    </script>
    <script id="recently-search-bottom-temp" type="text/html">
      <div class="recent-category">
        <div class="left-search-fields">
          {{if $data.terms.length > 0 }}
          <div class="fieldsBox">
            <h3>Trending Searches</h3>
            <ul>
              {{each $data.terms}}
              {{set prevURLT = '/search?typeAheadSuggestion=true&typeAheadRedirect=true&isTypeAheadSearch=true&Ns=r&tAt=term&tNtt='}}
              <li class="typeAheadSearchItem Trending-Searches">
                <a data-name='{{@ $value.replace(/"/g, "\\\"") }}'
href="{{@ prevURLT + $imports.searchBoxTerm + '&tAv=' + $value + '&Ntt=' + $value.replace(/%20/g, '+') }}">
                {{@ $value }}
                </a>
              </li>
              {{/each}}
            </ul>
          </div>
          {{/if}}
          {{if $data.dimensions && $data.dimensions.length > 0}}
          {{each $data.dimensions}}
          {{set dd = {value: $value, pretitle: 'Trending'} }}
          {{include "search-result-dimensions-temp" dd}}
          {{/each}}
          {{/if}}
        </div>
        <div class="right-product-list">
          {{if $data.products && $data.products.length > 0}}
          <h3>Trending Products</h3>
          {{set productsData = {value: $data.products, classname: 'Trending-products'} }}
          {{include "search-result-products-temp" productsData}}
          {{/if}}
        </div>
      </div>
    </script>
  </div>
  <!--typeahead search result-->
  <div class="typeAheadSearchResultWrapper" id="typeAheadSearchResultWrapper" style="display: none;">
    <div class="typeahead-content-wrapper">
      <div class="typeAheadSearchResultContent"></div>
    </div>
    <script id="search-result-temp" type="text/html">
      <div class="recent-category">
        <div class="left-search-fields">
          {{if $data.terms.length > 0 }}
          <div class="fieldsBox">
            <h3>Top Searches</h3>
            <ul>
              {{each $data.terms}}
              {{set prevURLT = '/search?typeAheadSuggestion=true&typeAheadRedirect=true&isTypeAheadSearch=true&Ns=r&tAt=term&tNtt='}}
              <li class="typeAheadSearchItem Top-Searches">
                <a data-name='{{@ $value.replace(/"/g, "\\\"") }}'
href="{{@ prevURLT + $imports.searchBoxTerm + '&tAv=' + $value + '&Ntt=' + $value.replace(/%20/g, '+') }}">
                {{@ $value }}
                </a>
              </li>
              {{/each}}
            </ul>
          </div>
          {{/if}}
          {{if $data.dimensions && $data.dimensions.length > 0}}
          {{each $data.dimensions}}
          {{set dd = {value: $value, pretitle: 'Top'} }}
          {{include "search-result-dimensions-temp" dd}}
          {{/each}}
          {{/if}}
        </div>
        <div class="right-product-list">
          {{if $data.products && $data.products.length > 0}}
          <h3>Recommended Products</h3>
          {{set productsData = {value: $data.products, classname: 'Recommended-products'} }}
          {{include "search-result-products-temp" productsData}}
          {{/if}}
        </div>
      </div>
    </script>
    <script id="search-result-dimensions-temp" type="text/html">
      <div class="fieldsBox">
        {{set vdata = $data.value }}
        {{if vdata.name == 'brands' || vdata.name == 'Brands' }}
        {{set isTypeAheadSearch = true}}
        {{else}}
          {{set isTypeAheadSearch = false}}
          {{/if}}
          {{if vdata.values && vdata.values.length > 0 }}
          <h3>{{@ $data.pretitle }} {{@ vdata.name}}</h3>
          <ul>
            {{each vdata.values}}
            {{set count = $value.count || '' }}
            {{set prevURLD = '/search?typeAheadSuggestion=true&typeAheadRedirect=true&isTypeAheadSearch=' }}
            {{if $value.seoURl }}
            {{set URL = $value.seoURl + '?tNtt=' + $imports.searchBoxTerm + '&tAt=' + vdata.name + '&tAv=' + $value.name }}
            {{else}}
              {{set URL = prevURLD + isTypeAheadSearch + '&tNtt=' + $imports.searchBoxTerm + '&tAt=' + vdata.name + '&tAv=' + $value.name + '&Ntt=' + $imports.typeAheadLastTopTerm.replace(/%20/g, '+') + '&N=' + $value.id }}
              {{/if}}
              <li class="typeAheadSearchItem {{@ $data.pretitle + '-' + vdata.name }}">
                <a data-name='{{@ $value.name.replace(/"/g, "\\\"") }}' href="{{@ URL}}">{{@ $value.name + count }} </a>
              </li>
              {{/each}}
          </ul>
          {{/if}}
      </div>
    </script>
    <script id="search-result-products-temp" type="text/html">
      <div class="productItem-grid-gc-jsp">
        {{set vdata = $data.value }}
        {{each vdata}}
        {{set truncateLen = 40}}
        {{if $value.linkUrl.indexOf('?') > -1 }}
        {{set prodURL = $value.linkUrl + '&pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
        {{else}}
          {{set prodURL = $value.linkUrl + '?pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
          {{/if}}
          {{if $value.name.length + 1 > truncateLen }}
          {{set prodName =  $value.name.substr(0, truncateLen ) + '...'}}
          {{else}}
            {{set prodName = $value.name}}
            {{/if}}
            <div class="productItem {{@ $data.classname }}">
              <div class="image-box">
                <a data-name='{{@ prodName.replace(/"/g, "\\\"") }}' class="imgLink hidden-arrow" href="{{@ prodURL }}">
<img src="{{@ $value.imgUrl }}"  alt="search image" />
</a>
              </div>
              <div class="product-detail">
                <p class="product-title">
                  <a data-name='{{@ prodName.replace(/"/g, "\\\"") }}' class="titleLink hidden-arrow" href="{{@ prodURL}}"> {{@ prodName}} </a>
                </p>
                <a href="#" class="rate hidden-arrow">
                {{if $value.rating }}
                <span class="stars small rate-{{@ $imports.parseInt($value.rating) }}">
                  {{@ $imports.mathRound($imports.parseInt($value.rating) / 2) + '.0' }}
                </span>
                {{else}}
                  <span class="stars small rate-0">0.0</span>
                  {{/if}}
                </a>
                {{if $value.price }}
                <p class="product-price"><span>{{@ $imports.currencySymbol + $imports.formatPrice($value.price) }}</span></p>
                {{else}}
                  <p class="product-price">
                  <h4>Contact for Price</h4>
                  </p>
                  {{/if}}
              </div>
            </div>
            {{/each}}
      </div>
    </script>
  </div>
</form>

<form id="searchZipCode-form">
  <div class="header-store-searchCode-form ">
    <span class="header-store-zipCode-input">
      <input id="search-ZipCode" placeholder="Zip Code">
    </span>
    <span>
      <button class="header-store-zipCode-search" htmltype="submit"> Search </button>
    </span>
  </div>
</form>

Name: header-delivery-zipCodePOST

<form method="post" id="header-delivery-form" name="header-delivery-zipCode">
  <div class="zipCode-form">
    <fieldset class="select-zipcode">
      <input aria-required="true" class="required text" id="header-delivery-zipCode" name="Enter_Zip_Code" placeholder="Enter Zip Code" title="Enter Zip Code" value="">
    </fieldset>
    <button class="select-zipCode-Btn"> Go </button>
  </div>
  <div class="error-massage"></div>
  <div class="use-current-location">
    <img width="11px" height="15px" src="https://static.guitarcenter.com/img/brand/gc/cmn/svg-icon/location-grey-icon.svg?vId=2024.09.25.dev.atg.a&amp;cb=18"><span class="header-delivery-location">Use My Current Location</span>
  </div>
  <div class="delivery-info">
    <span class="ship-icon">
      <img width="40px" height="40px" src="https://static.guitarcenter.com/img/brand/gc/cmn/svg-icon/delivery-truck-black.svg?vId=2024.09.25.dev.atg.a&amp;cb=18">
    </span>
    <span class="info">Your ZIP Code helps us to provide <span class="up-to-date"> the most up-to-date </span> product and delivery information.</span>
  </div>
</form>

<form itemprop="potentialAction" itemscope="" itemtype="//schema.org/SearchAction">
  <meta itemprop="target" content="//www.guitarcenter.com/search?Ntt={search_string}"><label for="search_string_query"><span class="screen-reader-only">Search String Query (Required):</span><input itemprop="query-input" type="text"
      id="search_string_query" name="search_string" required=""></label><input type="submit">
</form>

POST /cart?_DARGS=/cartridges/dailyPick.jsp

<form method="post" action="/cart?_DARGS=/cartridges/dailyPick.jsp" class="addItemToOrderForm">
  <div style="display:none"><input name="_dyncharset" type="hidden" value="UTF-8"> </div>
  <div style="display:none"><input name="_dynSessConf" type="hidden" value="6887057548800223110"> </div><input name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemCount" type="hidden" value="1"><input
    name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemCount" type="hidden" value=" "><input type="hidden" id="promoEndDate" value="Saturday 10/12">
  <input type="hidden" id="promoEndTime" value="00:00:00">
  <input name="/atg/commerce/order/purchase/CartModifierFormHandler.items[0].catalogRefId" type="hidden" value="site51274228076995"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.items[0].catalogRefId" type="hidden"
    value=" "><input name="/atg/commerce/order/purchase/CartModifierFormHandler.items[0].quantity" type="hidden" value="1"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.items[0].quantity" type="hidden" value=" "><input
    name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderSuccessURL" type="hidden" value="/cart"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderSuccessURL" type="hidden" value=" "><input
    name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderErrorURL" type="hidden" value="/cart"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderErrorURL" type="hidden" value=" ">
  <div class="addtocartbutton">
    <input src="https://static.guitarcenter.com/img/cmn/c.gif" name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrder" type="submit" value="Add to Cart" class="buyNow"><input
      name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrder" type="hidden" value=" ">
  </div>
  <div style="display:none"><input name="_DARGS" type="hidden" value="/cartridges/dailyPick.jsp"> </div>
</form>

GET

<form id="gcNewsletterForm" method="GET" action="" class="newsletter-form" novalidate="novalidate">
  <div class="email-form-container-heading" role="heading" aria-level="2">Be the first to know about exclusive offers, tips and more.</div>
  <fieldset class="newsletter-fields">
    <label for="NewsLetterEmail">Email Address (Required)</label>
    <input aria-required="true" type="email" id="NewsLetterEmail" name="NewsLetterEmail" value="" placeholder="Enter Email Address" title="Guitar Center Email News Signup">
    <input type="submit" id="btnJoinNow" class="button primary" value="Sign Up">
  </fieldset>
  <div id="clarip-consent-33"><input type="checkbox" data-role="none" id="consentCap-33" name="consentCap-33" required=""><label for="consentCap-33">Yes, I would like to receive emails with news and offers from Guitar Center.</label></div>
  <script type="text/javascript">
    var pid = 33;
  </script>
  <script type="text/javascript" src="https://cdn.clarip.com/gci/clarip_consent.js" async=""></script>
  <div id="gc-newsletter-consent-errors"></div>
</form>

POST

<form id="contact" class="form" method="post" action="" tabindex="0" novalidate="">
  <div class="form-control">
    <label for="fullName">Name</label>
    <input aria-required="true" type="text" name="fullName" id="fullName" data-role="none" tabindex="1" autofocus="" required="" autocomplete="new-password">
  </div>
  <div class="form-control">
    <label for="phoneNumber">Phone Number</label>
    <input name="phoneNumber" id="phoneNumber" type="tel" maxlength="12" pattern=".{9,}" title="Please enter a valid phone number" data-role="none" tabindex="2" aria-required="true" required="" autocomplete="new-password">
  </div>
  <div class="form-control">
    <label for="emailAddress">Email Address (optional)</label>
    <input name="emailAddress" id="emailAddress" type="email" title="Please enter a valid email address" data-role="none" tabindex="3" aria-required="false" autocomplete="new-password">
  </div>
  <div class="form-control">
    <h5>What is the best time to reach you?</h5>
    <label for="date">Date</label>
    <input type="date" id="date" name="date" value="03/23/2021" placeholder="03/23/2021" tabindex="4">
  </div>
  <div class="form-control">
    <label for="time">Timeframe (All times PT)</label>
    <span class="limit">MON - FRI 6 AM - 9 PM &nbsp; | &nbsp; SAT - SUN 7 AM - 7 PM </span>
    <div class="row">
      <div class="col">
        <select id="startTime" tabindex="5">
          <option value="6:00 am">6:00 am</option>
          <option value="6:30 am">6:30 am</option>
          <option value="7:00 am">7:00 am</option>
          <option value="7:30 am">7:30 am</option>
          <option value="8:00 am">8:00 am</option>
          <option value="8:30 am">8:30 am</option>
          <option value="9:00 am">9:00 am</option>
          <option value="9:30 am">9:30 am</option>
          <option value="10:00 am">10:00 am</option>
          <option value="10:30 am">10:30 am</option>
          <option value="11:00 am">11:00 am</option>
          <option value="11:30 am">11:30 am</option>
          <option value="12:00 pm">12:00 pm</option>
          <option value="12:30 pm">12:30 pm</option>
          <option value="1:00 pm">1:00 pm</option>
          <option value="1:30 pm">1:30 pm</option>
          <option value="2:00 pm">2:00 pm</option>
          <option value="2:30 pm">2:30 pm</option>
          <option value="3:00 pm">3:00 pm</option>
          <option value="3:30 pm">3:30 pm</option>
          <option value="4:00 pm">4:00 pm</option>
          <option value="4:30 pm">4:30 pm</option>
          <option value="5:00 pm">5:00 pm</option>
          <option value="5:30 pm">5:30 pm</option>
          <option value="6:00 pm">6:00 pm</option>
          <option value="6:30 pm">6:30 pm</option>
          <option value="7:00 pm">7:00 pm</option>
          <option value="7:30 pm">7:30 pm</option>
          <option value="8:00 pm">8:00 pm</option>
          <option value="8:30 pm">8:30 pm</option>
          <option value="9:00 pm">9:00 pm</option>
        </select>
      </div>
      <div class="col">
        <select id="endTime" tabindex="6">
          <option value="6:00 am">6:00 am</option>
          <option value="6:30 am">6:30 am</option>
          <option value="7:00 am">7:00 am</option>
          <option value="7:30 am">7:30 am</option>
          <option value="8:00 am">8:00 am</option>
          <option value="8:30 am">8:30 am</option>
          <option value="9:00 am">9:00 am</option>
          <option value="9:30 am">9:30 am</option>
          <option value="10:00 am">10:00 am</option>
          <option value="10:30 am">10:30 am</option>
          <option value="11:00 am">11:00 am</option>
          <option value="11:30 am">11:30 am</option>
          <option value="12:00 pm">12:00 pm</option>
          <option value="12:30 pm">12:30 pm</option>
          <option value="1:00 pm">1:00 pm</option>
          <option value="1:30 pm">1:30 pm</option>
          <option value="2:00 pm">2:00 pm</option>
          <option value="2:30 pm">2:30 pm</option>
          <option value="3:00 pm">3:00 pm</option>
          <option value="3:30 pm">3:30 pm</option>
          <option value="4:00 pm">4:00 pm</option>
          <option value="4:30 pm">4:30 pm</option>
          <option value="5:00 pm">5:00 pm</option>
          <option value="5:30 pm">5:30 pm</option>
          <option value="6:00 pm">6:00 pm</option>
          <option value="6:30 pm">6:30 pm</option>
          <option value="7:00 pm">7:00 pm</option>
          <option value="7:30 pm">7:30 pm</option>
          <option value="8:00 pm">8:00 pm</option>
          <option value="9:00 pm">9:00 pm</option>
        </select>
      </div>
    </div>
  </div>
  <div class="form-control">
    <label for="message">Message</label>
    <textarea placeholder="" autocomplete="new-password" tabindex="7" aria-required="false" id="message" pattern="^(?:\b\w+\b[\s\r\n]*){1,300}$" spellcheck="true" maxlength="300"></textarea>
    <span class="limit">300 characters</span>
  </div>
  <div class="form-control">
    <button tabindex="8" name="submit" type="submit" id="contact-submit" data-submit="...Sending"> Send Request </button>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

Cookie Policy
We use cookies and similar tracking technologies to enhance your browsing
experience, analyze traffic to our site, customize content and advertising, and
the website performance. Privacy Policy Manage Cookies
Deny CookiesAccept All Cookies

{ "siteName" : "/gc", "mobileAppSrcCode" : "", "GCNav" : "newGCNav1",
"segmentCookie" : "", "mobileAppItunesBanner" : "true", "enableClarip": true,
"claripConsentJSUrl": "https://cdn.clarip.com/gci/clarip_consent.js",
"claripDomain": "https://gci.clarip.com/", "sourceCodeId" : "7700001",
"sourceName" : "GCDIRECTSOURCECODE1", "sourceSegment" : "Direct",
"profileZipcode" : "", "jsonLdEnabled" : "true", "profileStoreId" : "",
"onlineOnlyLessons" : "false", "defaultLessonsStoreId" : "101",
"profileStoreName" : "", "contextPath" : "", "imageResizeEnabled" : "true",
"unicaEnv" : "site-prod", "staticContentUrl" :
"https://static.guitarcenter.com", "styleStaticContentUrl" :
"https://static.guitarcenter.com", "catalogAssetStaticContentUrl" :
"https://static.guitarcenter.com", "scene7StaticContentUrl" :
"https://media.guitarcenter.com/is/image/", "scene7BasePath" : "MMGS7/",
"staticVersion" : "2024.09.25.dev.atg.a&cb=18", "versionParam" :
"?vId=2024.09.25.dev.atg.a&cb=18", "customerService" : "866-498-7882",
"profileID" : "7063941301", "contentKey": "", "isInternational": "false",
"isWarrantyShippable": "true", "isInternationalCommerceEnabled": "false",
"currencySymbol": "$", "profileCountryCode": "US", "profileCurrencyCode": "USD",
"audioEyeEnabled" : "true", "applePayEnabled":"false", "oLOnExitNumber": "0",
"liveChat" : "false", "cookieLoggedIn" : false, "richRelevanceMode":"render",
"richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"",
"richRelevanceSessionId":"ec8949940df09e9636f76859737c9162",
"rrBaseUrl":"//recs.richrelevance.com/rrserver/", "rrChannelId":"-",
"hashedUserIdForCriteo":"", "rrTimeout":"10000", "isEducatorAccount": "false",
"sessionIsDC": "false", "fullyLoggedIn" : false, "welcomeMat" : "false",
"powerReviewsUrl" : "//static.guitarcenter.com/", "prodEnvEnabled" : true,
"isMobile":"false", "madMobileEnabled" : false, "rrLoadAtgRecs":"false",
"janrainAppDomain":"https://login.guitarcenter.com",
"janrainAppId":"fpfceefgnphmdjjkhnio",
"janrainAppName":"login.guitarcenter.com", "endecaCookieSortEnabled":"true",
"enableInstoreOnlyAddToCart":"false", "JSESSIONID":"", "isHum" : "true",
"showEloyalty": "true" , "fortivaCardName":"Essentials Card" ,
"enableSiteForCurbside":true, "storePickUpMode":"both" ,
"gcProExperience":"false", "enableSingleLessonsPurchase":"false",
"gcProApproved":"false", "gcProCheckout" : "false", "gcProStatus" :
"NeverApplied", "gcProSplitCart" : "true"
,"rioBaseUrl":"https://rqw9jvf3hj.execute-api.us-west-2.amazonaws.com/prod/v1/search",
"riokey":"" } { "pageData":
{"urls":{"powerReviewsUrl":"//static.guitarcenter.com/","catalogAssetStaticContentUrl":"static.guitarcenter.com","staticContentUrl":"//static.guitarcenter.com"},"site":{"deviceType":"d","isAudioEyeEnabled":true,"contentKey":"","endecaCookieSortEnabled":true,"prodEnvEnabled":true,"siteName":"gc","isInternationalCommerceEnabled":false,"isHum":true,"claripDomain":"https://gci.clarip.com/","enableClarip":true,"imageResizeEnabled":"","claripConsentJSUrl":"https://cdn.clarip.com/gci/clarip_consent.js","applePayEnabled":"","JSONLDEnabled":"","staticVersion":"2024.09.25.dev.atg.a&cb=18","fortivaCardName":"Essentials
Card","welcomeMat":true,"unicaEnv":"site-prod","versionParam":"?vId=2024.09.25.dev.atg.a&cb=18","isTypeAheadEnabled":true,"isRichRelevanceEnabled":true,"audioEyeEnabled":true,"ELoyaltyEnabled":""},"product":{},"scene7":{"scene7BasePath":"MMGS7/","scene7StaticContentUrl":"media.guitarcenter.com/is/image/"},"janrain":{"appDomain":"https://login.guitarcenter.com","appName":"login.guitarcenter.com","appId":"fpfceefgnphmdjjkhnio"},"mobileApp":{"srcCode":"","itunesBanner":true},"richRelevance":{"mode":"render","loadAtgRecs":false,"baseUrl":"//recs.richrelevance.com/rrserver/","apiKey":"9ed4604c5beebd43","channelId":"-","timeout":"10000"}}
} Skip to main content Skip to footer   false

Call 866-498-7882 or chat to save on orders of $199+

Guitar Center Find your sound

SHOP
 * Sign in
 * Track Order
 * Recently Viewed
   Recently Viewed
   
    * Shop With An Expert
    * Best Sellers
    * Daily Pick
    * Deals
      Deals Shop All Deals >
       * Guitars
       * Basses
       * Amps & Effects
       * Recording
       * Drums
       * Software
       * Keyboards & MIDI
       * Mics & Wireless
       * Live Sound
       * DJ
       * Lighting
       * Outlet
       * Accessories
   
    * New Arrivals
    * Used & Vintage
      Used Shop All Used & Vintage >
       * Guitars
       * Basses
       * Amps & Effects
       * Keyboards & MIDI
       * Recording
       * Drums
       * Mics & Wireless
       * DJ
       * Live Sound
       * Lighting
       * Vintage
       * Sell Your Gear

   --------------------------------------------------------------------------------

   Shop By Category

    * Guitars
      Guitars Shop All Guitars >
       * Electric Guitars
         * Solid Body
         * Hollow & Semi-Hollow Body
         * Left Handed
         * Travel & Mini
      
       * Acoustic Guitars
         * Left Handed
         * Acoustic Electric
         * 6-string
         * 12-string
      
       * Guitar Accessories
         * Guitar Strings
         * Guitar Picks
         * Guitar Pickups
         * Cases & Gig Bags
         * Guitar Stands
         * Wall Hangers
         * Instrument Cables
         * Guitar Amps
         * Effects
      
       * Classical & Nylon
       * Ukuleles, Banjos & More
       * Guitar Value Packs
      
       * Popular Brands
         * Taylor
         * Fender
         * Epiphone
         * Gibson
         * Martin
         * Ibanez
         * Fender Custom Shop
         * Gibson Custom
         * D'Angelico
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Basses
      Basses Shop All Basses >
       * Electric Basses
         * 4-String
         * 5-String
         * 6+ String
         * Electric Bass Value Packs
         * Fretless
         * Left-Handed
      
       * Acoustic Basses
         * Double Basses
         * Fretted
      
       * Bass Accessories
         * Bass Effects
         * Fretted Instrument Accessories & Parts
         * Instrument Cables
         * Bass Guitar Strings
         * Cases & Gig Bags
         * Bass Pickups
         * Bass Amps
      
       * Popular Brands
         * Fender
         * Spector
         * Ibanez
         * Squier
         * Dean
         * Rogue
         * Music Man
         * Schecter
         * Epiphone
         * Rickenbacker
         * Sterling
         * Yamaha
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Amps & Effects
      Amps & Effects Shop All Amplifiers & Effects >
       * Guitar Amps
         * Combo Amps
         * Heads
         * Cabinets
         * Guitar Amp Stacks
         * Mini Amps
         * Headphone Guitar Amps
         * Acoustic Combo Guitar Amps
      
       * Bass Amps
         * Combo Amps
         * Heads
         * Cabinets
         * Amp Stacks
         * Mini Amps
         * Preamps
         * Pedals
      
       * Amplifier Accessories
         * Amp Parts
         * Amp Stands
         * Covers & Cases
      
       * Effects
         * Effects Pedals
         * Multi-Effects Pedals
         * Delay & Reverb
         * Distortion & Overdrive
         * Effects Pedal Accessories
         * Pedalboards
         * Power Supplies
      
       * Popular Brands
         * Fender
         * Line 6
         * Marshall
         * BOSS
         * Vox
         * Orange
         * Mesa Boogie
         * EHX
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Drums
      Drums Shop All Drums >
       * Acoustic Drums
         * Drum Sets
         * Floor Toms
         * Mounted Toms
         * Snare Drums
         * Bass Drums
      
       * Electronic Drums
         * Electronic Drum Sets
         * Electronic Drum MIDI Controllers
         * Electronic Drum Modules
         * Drum Amps
         * Drum Machines
         * Trigger Pads
         * Acoustic Drum Triggers
      
       * Cymbals
         * Crash Cymbals
         * Cymbal Packs
         * Cymbal Stands & Boom Arms
         * Electronic Cymbals
         * Hi-Hat Cymbals
      
       * Accessories
       * Pedals
       * Thrones
       * Drum Sticks & Mallets
       * Drum Heads
       * Drum Hardware & Stands
       * Concert Percussion
       * World Percussion
      
       * Popular Brands
         * Alesis
         * DW
         * Ludwig
         * Meinl
         * Pearl
         * Remo
         * Roland
         * Sabian
         * Simmons
         * TAMA
         * Yamaha
         * Zildjian
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Recording
      Recording Shop All Recording >
       * Audio Interfaces
       * Studio Monitors
       * Studio Subwoofers
       * 500 Series
       * Audio Recorders
       * Recording Packages
       * Headphones
       * Microphones
       * Software
       * Mixers
       * Podcasting Gear
      
       * Popular Brands
         * Focusrite
         * Universal Audio
         * KRK
         * Tascam
         * Apple
         * PreSonus
         * JBL
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Keyboards & MIDI
      Keyboards & MIDI Shop All Keyboards & MIDI >
       * Digital Pianos
         * Home Digital Pianos
         * Stage Digital Pianos
         * Stands & Racks
         * Benches & Stools
         * Sustain, Volume & Expression Pedals
         * Cases, Gig Bags & Covers
      
       * MIDI
         * MIDI Controllers
         * MIDI Interfaces
      
       * Synthesizers & Sound Modules
         * Synthesizers
         * Modular Synthesizer Systems
         * Synthesizer Modules
         * Sound Modules
         * Synthesizer & Eurorack Accessories
      
       * Keyboard Workstations
       * Organs
       * Portable & Arranger Keyboards
       * Keyboard Accessories & Parts
       * Keyboard Amplifiers & Monitors
       * Keyboard & MIDI Packages
       * Production & Groove
      
       * Popular Brands
         * Yamaha
         * Yamaha Clavinovas
         * Williams
         * Akai
         * Casio
         * Korg
         * Roland
         * Native Instruments
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Live Sound
      Live Sound Shop All Live Sound >
       * PA Systems
       * PA Speakers
       * PA Subwoofers
       * PA Monitors
       * Power Amps
       * Signal Processors
       * Mixers
       * Microphone & Wireless Systems
       * Headphones
       * Power Conditioners & Surge Protectors
      
       * Popular Brands
         * JBL
         * Harbinger
         * QSC
         * Electro-Voice
         * Yamaha
         * Bose
         * Kustom PA
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * DJ Equipment
      DJ Equipment Shop All DJ Gear >
       * Controllers & Interfaces
       * DJ CD & Media Players
       * DJ Mixers
       * DJ Software
       * Production & Groove
       * Turntables
       * DJ Vinyl
       * DJ Headphones
       * Karaoke
       * Needles & Cartridges
       * DJ Accessories
      
       * Popular Brands
         * Pioneer DJ
         * Numark
         * Denon
         * Native Instruments
         * Gemini
         * Rane
         * Reloop
         * Ortofon
         * New Arrivals
         * Top Sellers
         * On Sale
         * Price Drop
         * Used
   
    * Lighting
      Lighting Shop All Lighting >
       * Lighting & Effects Packages
       * Intelligent Lighting
       * Color Changers & Wash Lights
       * Par Cans
       * Lasers & Strobes
       * Fog & Bubble Machines
       * Lighting Controllers & Dimmer Packs
       * Mirror Balls
       * Gels, Gobos & Lenses
       * Spotlights
       * Lamps & Bulbs
      
       * Popular Brands
         * Chauvet DJ
         * American DJ
         * Venue
         * Elation
         * Blizzard
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Accessories
      Accessories Shop All Accessories >
       * Strings
       * Tuners & Metronomes
       * Stands & Racks
       * Cables & Snakes
       * Cases & Gig Bags
       * Drum Accessories
       * Care & Cleaning
       * Brass Accessories
       * Woodwind Accessories
       * Clothing & Collectibles
       * Books, Sheet Music & Media
      
       * Popular Brands
         * Musician's Gear
         * Fender
         * Gator
         * On-Stage
         * Livewire
         * Road Runner
         * DW
         * Remo
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Band & Orchestra
      Band & Orchestra Shop All Band & Orchestra >
       * Woodwind Instruments
       * Brass Instruments
       * Orchestral Strings
       * Marching Percussion
       * Concert Percussion
       * Classroom & Kids
      
       * Popular Brands
         * Allora
         * Yamaha
         * Rico Reeds
         * Buffet Crampon
         * Bach
         * Selmer Paris
         * Jo-Ral
         * Jupiter
         * Getzen
         * P. Mauriat
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Mics & Wireless
      Mics & Wireless Shop All Mics & Wireless >
       * Microphones
       * Wireless Systems
       * Tube Microphones
       * Condenser Microphones
       * Dynamic Microphones
       * Ribbon Microphones
       * USB Microphones
       * Drum Microphones
       * Microphone Packs & Kits
      
       * Popular Brands
         * Shure
         * Sennheiser
         * Neumann
         * Telefunken
         * AEA Microphones
         * Lewitt
         * Audio-Technica
         * Rode
         * MXL
         * AKG
         * VocoPro
         * Gemini
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Music Software
      Music Software Shop All Music Software >
       * DAW
       * Virtual Instruments
       * Effects Plugins
       * Mixing & Mastering
       * Sound Libraries
       * Signal Processors
       * Software Bundles
       * Software Downloads
      
       * Popular Brands
         * Native Instruments
         * Avid
         * Image Line
         * Spectrasonics
         * Toontrack
         * Steinberg
         * Antares
         * Propellerhead
         * iZotope
         * PreSonus
         * Celemony
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Platinum Gear
      Platinum Gear Shop All Platinum >
       * Platinum Electric Guitars
       * Platinum Acoustic Guitars
       * Platinum Basses
      
       * Popular Brands
         * Gretsch
         * Fender Custom Shop
         * Gibson
         * Gibson Custom
         * Martin
         * PRS Guitars
         * Rickenbacker
         * Taylor
         * ESP
         * Ernie Ball Music Man
         * Ibanez
         * Jackson
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Outlet
      Outlet Shop All Outlet >
       * Outlet Guitars
       * Outlet Amps & Effects
       * Outlet Basses
       * Outlet Folk & Traditional
       * Outlet Drums
       * Outlet Keyboards & MIDI
       * Outlet DJ & Lighting
       * Outlet Recording
       * Outlet Accessories
      
      

    * Financing
    * Buy a Gift Card
    * Lessons
    * Repairs
    * Rentals
    * GC Pro
    * Riffs Blog
      Blog
       * Buying Guides
       * Product Demos
       * Gear Tips
       * Interviews
       * Gear News
       * All Articles
      
       * Celebrating 50 Years of Taylor at Guitar Center Hollywood
       * Yamaha TransAcoustic TAG3 C Guitar | Acoustic Alchemy
       * The Best Studio Monitors of 2024
       * The Best DJ Controllers of 2024
   
    * Newsletter
    * Support
    * Stores
    * About Us
    * Download IOS App
    * Download Android App

false { "sourceCodeId" : "7700001", "sourceName" : "GCDIRECTSOURCECODE1",
"sourceSegment" : "Direct", "profileZipcode" : "", "profileStoreId" : "",
"profileStoreName" : "", "profileID" : "7063941301", "isInternational": "false",
"isWarrantyShippable": "true", "isInternationalCommerceEnabled": "false",
"currencySymbol": "$", "cookieLoggedIn" : false, "richRelevanceMode":"render",
"richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"",
"richRelevanceSessionId":"ec8949940df09e9636f76859737c9162",
"rrBaseUrl":"//recs.richrelevance.com/rrserver/", "rrChannelId":"-",
"rrMobileChannelId":"fc5eedc2f1f5f7c9", "hashedUserIdForCriteo":"",
"rrTimeout":"10000", "isEducatorAccount": "false", "sessionIsDC": "false",
"fullyLoggedIn" : false, "isMobile":"false", "isProp65User":"false",
"JSESSIONID":"", "enableTwoDayShipMessage":"true",
"enableAskUserLocation":"true", "showEloyalty": "true",
"gcProExperience":"false", "enableStoreFinderService":true,
"enableSiteForCurbside":true, "storePickUpMode":"both",
"applePayEnabled":"false", "gcProApproved":"false", "gcProCheckout" : "false",
"gcProStatus" : "NeverApplied", "gcProSplitCart" : "true", "callCenterNumber" :
"866-498-7882", "liveChat" : "false", "doNotSell":"",
"dbIpRespLatitude":"52.3828", "dbIpRespLongitude":"4.89533" }


Search
Sign in
Email address (Required): Password (Required):



Forgot Password? (Opens Forgot Password Dialog)

Sign up or sign in for faster checkout, order tracking, custom alerts and more.

Create Account
My Account
 * Track Order
 * Account Overview
 * Student Portal
 * Level Up (Digital Practice Support)
 * Wish List
 * Alerts
 * My Subscriptions
 * Address Book
 * Payment Methods
 * Gift Card Balances
 * Need Help?
 * Pay Gear Card & Manage
 * Pay Essential Card

View Cart 0

 * Live Help
   866-498-7882
   >
    
   Hey there.
   How can we help you out?
   We're here for your gear needs.
   Give us a call
   866-498-7882 Request a Callback Español 877-687-5402
   Live Chat
   Live Chat
   Hours:
   MON - FRI 5 AM - 8 PM PT
   SAT 6 AM - 6 PM PT
   SUN 6 AM - 5 PM PT
    * Track Order
    * Returns
    * FAQs
    * Store Locator
    * Guitar Center Lessons

 * 
   Sign In
 * 0 Cart
   My Cart
   Your Cart is Empty
   Continue Shopping
   Go to Cart

 
Order Pickup Locations
Search
Use My Current Location

    
 1. My Store Select store
    
 2. Delivery to United States
    Go
    
    Use My Current Location
    Your ZIP Code helps us to provide the most up-to-date product and delivery
    information.

 1. Try Lessons
 2. Used & Vintage
     1.  UsedShop All >
     2.  Guitars
     3.  Basses
     4.  Amps & Effects
     5.  Keyboards & MIDI
     6.  Recording
     7.  Drums
     8.  Mics & Wireless
     9.  DJ
     10. Live Sound
     11. Lighting
     12. Vintage
     13. Sell Your Gear

 3. Deals
     1.  DealsShop All >
     2.  Guitars
     3.  Basses
     4.  Amps & Effects
     5.  Recording
     6.  Drums
     7.  Software
     8.  Keyboards & MIDI
     9.  Mics & Wireless
     10. Live Sound
     11. DJ
     12. Lighting
     13. Outlet
     14. Accessories
    
     1. Daily Pick
        
        DR ProDJ Laptop Stand and Shelf Bundle Black
        
        $39.99
        
        $59.99
    
        

 4. New Arrivals
 5. Riffs Blog
 6. More
     1. 
     2. Repairs
     3. Rentals
     4. GC Pro


Search String Query (Required):
Play On With Guitar-A-Thon Deals and More    Shop Now
Shop By Category

Electric Guitars

Keyboards

Acoustic Guitars

Recording

Amps

DJ Gear

Effects

Drums

Basses

Accessories

Live Sound

Microphones

Software

Used

All Deals


10% OFF USED GEAR PURCHASES OF $499+

View All
 
Used Revv Amplification 2024 Generator 120 MKIII 4 Channel Tube Guitar Amp Head
$2,399.99
Nashville, TN
Used Used Kiesel Vanquish 5 Vintage Yellow Electric Bass Guitar
$1,599.99
Youngstown, OH
Used Akai Professional MPC Live Production Controller
$499.99
Braintree, MA
Used Breedlove GRAND Concert Pursuit Ex S Acoustic Electric Guitar
$499.99
Independence, MO
Used Fender Blues Junior IV 15W 1x12 Tube Guitar Combo Amp
$589.99
Allentown, PA
Used Martin GPC-13E Acoustic Electric Guitar
$1,549.99
Orange, CT
Used Ampeg PF800 Portaflex 800W Bass Amp Head
$499.99
Virginia Beach, VA
Used ESP 2023 E-II Eclipse Solid Body Electric Guitar
$1,649.99
Nashville, TN
Used Gretsch Drums Marquee Drum Kit
$799.99
Hobart, IN
Used VOX Bobcat BC-V90 Solid Body Electric Guitar
$849.99
New Braunfels, TX
Used Used Jericho Elite Ignition 7 Satin Black
$879.99
Atlantic City, NJ
Used Yamaha MOX8 88 Key Keyboard Workstation
$985.99
Southfield, MI
Used Fender Player II Telecaster Solid Body Electric Guitar
$549.99
Twin Cities, MN
Used Roland Juno DS88 Keyboard Workstation
$899.99
San Antonio, TX
Used Akai Professional MPC Live 2 Production Controller
$849.99
Towson, MD
Used PRS McCarty 594 10 Top Wood Library Solid Body Electric Guitar
$5,749.99
Bridgeton, MO
Used Pioneer DJ DDJFLX10 DJ Controller
$1,199.99
San Antonio, TX
Used PRS SE Mark Holcomb SVN Solid Body Electric Guitar
$719.99
Atlantic City, NJ
Used Jackson JACKSON X SERIES DK3XR HSS DINKY Solid Body Electric Guitar
$499.99
South Springfield, MO
Used PRS 2022 Limited Angelus Standard SE A50E Acoustic Electric Guitar
$699.99
Southfield, MI
Used BOSS Waza Tube Amp Expander Tube Guitar Amp Head
$949.99
Scottsdale, AZ
Used teenage engineering OP1 Synthesizer
$1,499.99
Springfield, NJ
Used RODE Rodecaster Pro II Audio Interface
$529.99
Savannah, GA
Used Ernie Ball Music Man DARK RAY 4 STRING Electric Bass Guitar
$1,999.99
Southfield, MI
 


48-MONTH FINANCING* ON PIONEER DJ

View All
 
Pioneer DJ DDJ-FLX10 4-Channel Performance DJ Controller for rekordbox DJ and
Serato DJ Pro
$1,599.00
$33.98/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ CDJ-3000 Professional DJ Media Player
$2,549.00
$54.17/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DJM-A9 4-Channel Club Standard DJ Mixer
$2,699.00
$57.36/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ XDJ-XZ 4-Channel Standalone Controller for rekordbox dj and Serato DJ
Pro
$2,499.00
$53.11/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DDJ-REV7-N Professional DJ Controller for Serato DJ Pro in
Limited-Edition Gold
$1,999.00
$42.48/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DDJ-REV5 Open Format DJ Controller
$1,099.00
$23.36/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DDJ-REV7 Professional DJ Controller for Serato DJ Pro
$1,999.00
$42.48/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ OPUS-QUAD Professional 4-Channel All-In-One DJ System
$3,199.00
$67.98/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ XDJ-RX3 2-Channel All-in-One DJ Controller Performance System
$2,099.00
$44.61/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DDJ-800 2-Channel Controller for rekordbox dj
$839.00
$17.83/mo.‡ with 48-month financing*
Pioneer DJ DDJ-REV1-N Serato Performance DJ Controller in Limited-Edition Gold
$289.00
In Stock, Ready To Ship
Pioneer DJ PLX-1000 Professional Turntable
$739.00
$15.71/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ XDJ-1000MK2 Digital Performance Multi-Player
$1,259.00
$26.76/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DJM-S7 2-Channel Battle Mixer for Serato DJ & rekordbox With
Performance Pads
$1,449.00
$30.80/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DJM-V10-LF
$3,599.00
$76.48/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DDJ-200 Smart DJ Controller
$159.00
In Stock, Ready To Ship
Pioneer DJ DDJ-REV1 Serato Performance DJ Controller
$279.00
In Stock, Ready To Ship
Pioneer DJ DJM-V10
$3,499.00
$74.36/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ XDJ-700 Compact Digital Player
$769.00
$16.35/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ DJM-S11 2-Channel Battle Mixer for Serato DJ & rekordbox With
Performance Pads
$2,099.00
$44.61/mo.‡ with 48-month financing*
In Stock, Ready To Ship
Pioneer DJ HDJ-X10 Professional DJ Headphones
$369.00
In Stock, Ready To Ship
Pioneer DJ PLX-500 Direct-Drive Professional Turntable White
$369.00
In Stock, Ready To Ship
Pioneer DJ HDJ-X5BT Over-Ear DJ Headphones With Bluetooth
$149.00
In Stock, Ready To Ship
Pioneer DJ HDJ-X7 Professional DJ Headphones
$199.00
In Stock, Ready To Ship
 

PREMIUM VINTAGE

Get an up-close look
at a curated collection
of high-end guitars

Shop Now




PRICE DROPS ON TRENDING GEAR

View All
 
D'Angelico Excell SS Soho Hollowbody Electric Guitar With Stairstep Tailpiece
$2,299.99 $1,999.99
$42.50/mo.‡ with 48-month financing*
Price Drop
Fender Mustang Micro Plus Headphone Amp
$149.99 $129.99
Extra 10% Off In Cart
Yamaha P-125ABLB Digital Piano With Wooden Stand and Bench
$949.99 $819.99
Price Drop
Zildjian ALCHEM-E Gold EX Electronic Drum Kit
$6,999.99 $5,999.99
$127.50/mo.‡ with 48-month financing*
$1000 Price Drop
Kramer Focus VT-211S Electric Guitar
$199.00 $149.00
Price Drop
Fender Champion 20 Guitar Combo Amp
$129.99 $119.99
Extra 10% Off In Cart
Restock Roland JUNO-DS88 Synthesizer
$1,199.99 $1,019.99
Price Drop
Sela Harmony Handpan Stainless Steel D Kurd SE201 With Backpack Bag
$1,999.00 $1,799.00
Price Drop
Martin D-15E Dreadnought Acoustic-Electric Guitar
$1,299.00 $1,199.00
$50.96/mo.‡ with 24-month financing*
Price Drop
DigiTech TRIO+ Band Creator + Looper Guitar Effects Pedal
$399.99 $346.04
Price Drop
Universal Audio Apollo Twin X DUO Heritage Edition Thunderbolt 3 Audio Interface
$999.00 $799.00
$33.96/mo.‡ with 24-month financing*
Price Drop
SABIAN AAX X-plosion Crash Cymbal
$323.60 $289.99
Price Drop
Guild M-240E Troubadour Concert Acoustic-Electric Guitar
$519.00 $499.99
$10.63/mo.‡ with 48-month financing*
Price Drop
Fender Champion 100 Guitar Combo Amp
$399.99 $369.99
Extra 10% Off In Cart
Harbinger LV12 12-Channel Analog Mixer With Bluetooth & FX
$189.99 $169.99
Price Drop
Zildjian ALCHEM-E Bronze EX Electronic Drum Kit
$4,499.99 $3,499.99
$74.38/mo.‡ with 48-month financing*
$1000 Price Drop
Ernie Ball Music Man StingRay5 Special H 5-String Electric Bass Guitar
$2,699.00 From $2,599.00
$55.23/mo.‡ with 48-month financing*
Price Drop
Wampler Tumnus Deluxe Overdrive Effects Pedal
$182.63 $169.97
Price Drop
SJC Drums Pathfinder Snare Drum
$279.99 $199.99
Price Drop
Epiphone Dave Mustaine Flying V Custom Electric Guitar
$1,399.00 $1,099.00
Save 10% In Cart
Marshall Studio JTM Tube Guitar Amp Stack With 2x12 Creamback Cabinet
$2,999.99 $1,839.99
$39.10/mo.‡ with 48-month financing*
Price Drop
Casio Privia PX-S3100 88-Key Digital Piano
$879.00 $849.00
$36.09/mo.‡ with 24-month financing*
Price Drop
Yamaha DTX402K Electronic Drum Set
$499.99 $424.99
Price Drop
Taylor 414ce V-Class Special Edition Grand Auditorium Left-Handed
Acoustic-Electric Guitar
$3,099.00 $2,999.00
$127.46/mo.‡ with 24-month financing*
Price Drop
 
 * Get a Taylor, Gift a Taylor With Purchase of a Qualifying Model Thru Jan. 6,
   2025
   Shop Now
 * New Universal Audio Apollo Gen 2 Models
   Shop Now
 * Save 15% on Select Zildjian A Custom Cymbals Thru Oct. 16
   Shop Deals
 * New Focusrite Scarlett Gen 4 Audio Interfaces
   Shop Now
 * New Fender® Jack White Triplecaster, Triplesonic and the Pano Verb Combo Amp
   Shop Now
 * National Hispanic Heritage Month Collection
   Shop Now
 * Save up to 30% on Select Córdoba Ukuleles for Uketober Thru Oct. 31
   Shop Now
 * New AlphaTheta XDJ-AZ Controller With 4-Deck Playback & CloudDirectPlay
   Shop Now
 * New WING Mixers From Behringer: Take Full Control of Your Mix
   Shop Now
 * New Ernie Ball John Mayer Strings
   Shop Now
 * New PRS Left-Handed SE Silver Sky and Zach Myers Models, Plus SE Custom and
   CE24 Models
   Shop Now
 * Shop the Latest Releases From Gibson, Including Models Like Les Paul 50s &
   60s, ES-330s and More
   Shop Now
 * New AlphaTheta DDJ-GRV6 DJ Controller
   Shop Now
 * New KORG microKORG2 With Added Looper and Updated Sounds
   Shop Now
 * Get a Taylor, Gift a Taylor With Purchase of a Qualifying Model Thru Jan. 6,
   2025
   Shop Now
 * New Universal Audio Apollo Gen 2 Models
   Shop Now
 * Save 15% on Select Zildjian A Custom Cymbals Thru Oct. 16
   Shop Deals
 * New Focusrite Scarlett Gen 4 Audio Interfaces
   Shop Now
 * New Fender® Jack White Triplecaster, Triplesonic and the Pano Verb Combo Amp
   Shop Now
 * National Hispanic Heritage Month Collection
   Shop Now
 * Save up to 30% on Select Córdoba Ukuleles for Uketober Thru Oct. 31
   Shop Now
 * New AlphaTheta XDJ-AZ Controller With 4-Deck Playback & CloudDirectPlay
   Shop Now
 * New WING Mixers From Behringer: Take Full Control of Your Mix
   Shop Now
 * New Ernie Ball John Mayer Strings
   Shop Now
 * New PRS Left-Handed SE Silver Sky and Zach Myers Models, Plus SE Custom and
   CE24 Models
   Shop Now
 * Shop the Latest Releases From Gibson, Including Models Like Les Paul 50s &
   60s, ES-330s and More
   Shop Now
 * New AlphaTheta DDJ-GRV6 DJ Controller
   Shop Now
 * New KORG microKORG2 With Added Looper and Updated Sounds
   Shop Now


Save $20.00
DR Pro DJ Laptop Stand and Shelf Bundle Black
The DR Pro DRDJLS1 is a state-of-the-art adjustable DJ Laptop stand that can
either stand on its own or clamp to a table or DJ road case. The height and
width of the DRDJLS1 is fully adjustable without disassembling the stand thanks
to the adjustable width cross members and the slotted height adjustment. They
allow the user to loosen and adjust the components instead of disassembling and
reassembling the stand to adjust the height and width.

The DRDJLS1 provides a place for your DJ turntable, mixer, scratch pad, CD
player, or lighting controller, and its removable shelf can be used for an
effects device, drum machine, or digital interface. The laptop stand and shelf
bundle is fully collapsible for easy transport or storage and can be assembled
or disassembled in minutes.
Price $39.99
Regular Price:  $59.99



RECENTLY VIEWED AND MORE

❮
 * Pioneer DJ DDJ-FLX4 2-Channel DJ Controller Black
   (17)
   $299.00
   Save
 * Alesis Nitro Max 8-Piece Electronic Drum Set With Bluetooth and BFD Sounds
   Black
   (18)
   $399.00
   Save
 * Lucero LC100 Classical Guitar Black
   (80)
   $159.99
   Save
 * Yamaha F335 Acoustic Guitar Black
   (422)
   $189.99
   Save
 * Fender FA-135CE Concert Acoustic-Electric Guitar Natural
   (105)
   $249.99
   Save
 * Ibanez TOD10N Tim Henson Signature Nylon Acoustic-Electric Guitar Black Flat
   (23)
   $699.99
   Save
 * Epiphone Les Paul Special-I Electric Guitar Player Pack Worn Pelham Blue
   (32)
   $259.00
   Save
 * Simmons Titan 50 Electronic Drum Kit With Mesh Pads & Bluetooth
   (44)
   $399.00
   Save
 * Rogue Rocketeer Electric Guitar Pack Black
   (153)
   $219.99
   Save
 * Simmons Titan 70 Electronic Drum Kit With Mesh Pads & Bluetooth
   (39)
   $799.99
   Save

 * 1
 * 7

❯
 * 
 * Yamaha TAG3 C TransAcoustic Dreadnought...
   Now: Your Price $1,699.99
   Shop Now
   Starts Tomorrow
 * 
 * AlphaTheta XDJ-AZ 4-Channel...
   Now: Your Price $3,199.00
   Preorder Now
   Starts Tomorrow
 * 
 * Alesis Nitro Pro 8-Piece Electronic...
   Now: Your Price $599.00
   Shop Now
   Starts Tomorrow
 * 
 * Behringer WING RACK Rackmount...
   Now: Your Price $1,599.00
   Preorder Now
   Starts Tomorrow
 * 
 * Ernie Ball John Mayer Silver Slinky...
   Now: Your Price $54.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Limited-Edition Mark Hoppus...
   Now: Your Price $1,399.99
   Shop Now
   Starts Tomorrow
 * 
 * PRS SE Custom 24-08 Quilt Package...
   Now: Your Price $1,029.00
   Shop Now
   Starts Tomorrow
 * 
 * KORG microKORG 2 Keyboard Synthesizer...
   Now: Your Price $599.99
   Preorder Now
   Starts Tomorrow
 * 
 * Fender Jack White Pano Verb Combo Amp...
   Now: Your Price $2,999.99
   Preorder Now
   Starts Tomorrow
 * 
 * Hercules The Artist Stage Pack...
   Now: Your Price $79.99
   Preorder Now
   Starts Tomorrow
 * 
 * Moog Muse 8-Voice Polyphonic Analog...
   Now: Your Price $3,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Ernie Ball John Mayer Silver Slinky...
   Now: Your Price $9.99
   Shop Now
   Starts Tomorrow
 * 
 * Ernie Ball John Mayer Silver Slinky...
   Now: Your Price $29.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Studio Electric Guitar...
   Now: Your Price $1,599.00
   Shop Now
   Starts Tomorrow
 * 
 * PRS SE Custom 24-08 Quilt Package...
   Now: Your Price $1,029.00
   Shop Now
   Starts Tomorrow
 * 
 * KORG microKORG 2 Keyboard Synthesizer...
   Now: Your Price $549.99
   Preorder Now
   Starts Tomorrow
 * 
 * X8 Drums Blackout Lava Lamp Djembe 10...
   Now: Your Price $99.99
   Shop Now
   Starts Tomorrow
 * 
 * AlphaTheta DDJ-GRV6 Performance DJ...
   Now: Your Price $829.00
   Preorder Now
   Starts Tomorrow
 * 
 * Universal Audio UAFX Enigmatic '82...
   Now: Your Price $399.00
   Preorder Now
   Starts Tomorrow
 * 
 * Universal Audio Apollo Twin X DUO Gen 2...
   Now: Your Price $1,199.00
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha PSR-SX720 61-Key Mid-Level...
   Now: Your Price $1,599.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Mustang Micro Plus Headphone Amp...
   Now: Your Price $129.99
   Shop Now
   Starts Tomorrow
 * 
 * Epiphone Jimi Hendrix "Love Drops...
   Now: Your Price $1,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Roland VQD106 V-Drums Quiet Design...
   Now: Your Price $1,799.99
   Shop Now
   Starts Tomorrow
 * 
 * Harbinger VARI V4415 Powered 15" 2-Way...
   Now: Your Price $549.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Standard '60s Mahogany...
   Now: Your Price $2,599.00
   Preorder Now
   Starts Tomorrow
 * 
 * Solid State Logic SSL 2 MKII USB Audio...
   Now: Your Price $229.99
   Shop Now
   Starts Tomorrow
 * 
 * Walrus Audio Mako Series ACS1 Amp + Cab...
   Now: Your Price $449.99
   Preorder Now
   Starts Tomorrow
 * 
 * Save: $8,496.00
   Universal Audio UAD Complete 3
   Regular: Regular Price $10,995.00
   Now: Your Price $2,499.00
   Savings: Your Savings Price $8,496.00
   Shop Now
   Starts Tomorrow
 * 
 * Roland VAD716 V-Drums Acoustic Design...
   Now: Your Price $8,999.99
   Preorder Now
   Starts Tomorrow
 * 
 * Fender Limited-Edition Jack White...
   Now: Your Price $3,499.99
   Preorder Now
   Starts Tomorrow
 * 
 * Focusrite Scarlett 18i20 4th Gen 18x20...
   Now: Your Price $649.99
   Preorder Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Standard '60s Faded...
   Now: Your Price $2,299.00
   Preorder Now
   Starts Tomorrow
 * 
 * Warm Audio Pedal76 All-Analog...
   Now: Your Price $269.00
   Shop Now
   Starts Tomorrow
 * 
 * Roland AIRA P-6 Creative Sampler
   Now: Your Price $219.99
   Shop Now
   Starts Tomorrow
 * 
 * ADAM Audio D3V 3" Active Studio...
   Now: Your Price $299.99
   Preorder Now
   Starts Tomorrow
 * 
 * Warm Audio WA-C1 Stereo Chorus &...
   Now: Your Price $189.00
   Shop Now
   Starts Tomorrow
 * 
 * M-Audio Forty-Sixty 6" Powered Studio...
   Now: Your Price $199.99
   Shop Now
   Starts Tomorrow
 * 
 * Roland VAD716 V-Drums Acoustic Design...
   Now: Your Price $8,999.99
   Preorder Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Traditional Pro V AAA...
   Now: Your Price $2,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Save: $100.00
   Taylor 114ce Special-Edition Grand...
   Regular: Regular Price $999.00
   Now: Your Price $899.00
   Savings: Your Savings Price $100.00
   Shop Now
   Starts Tomorrow
 * 
 * Behringer WING COMPACT 48-Channel...
   Now: Your Price $2,499.00
   Preorder Now
   Starts Tomorrow
 * 
 * Schecter Guitar Research Reaper-4...
   Now: Your Price $1,399.00
   Preorder Now
   Starts Tomorrow
 * 
 * Keeley Octa Psi Transfigurating Fuzz...
   Now: Your Price $269.00
   Shop Now
   Starts Tomorrow
 * 
 * ADAM Audio H200 Closed-Back Headphones
   Now: Your Price $149.99
   Preorder Now
   Starts Tomorrow
 * 
 * Pearl Professional Maple Cain &...
   Now: Your Price $2,170.99
   Shop Now
   Starts Tomorrow
 * 
 * Pearl Professional Series Cain &...
   Now: Your Price $367.99
   Shop Now
   Starts Tomorrow
 * 
 * Gemini PA-15L MKIII Pack 2,000W 15...
   Now: Your Price $279.95
   Shop Now
   Starts Tomorrow
 * 
 * Martin 000-15E Auditorium...
   Now: Your Price $1,199.00
   Shop Now
   Starts Tomorrow
 * 
 * Blackstar St. James Jared James Nichols...
   Now: Your Price $899.99
   Preorder Now
   Starts Tomorrow
 * 
 * Simmons Titan 50 B-EX Expanded...
   Now: Your Price $449.99
   Shop Now
   Starts Tomorrow
 * 
 * Reverend Vernon Reid Totem Electric...
   Now: Your Price $1,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Chaos Audio Stratus Multi-Effects Pedal...
   Now: Your Price $379.00
   Shop Now
   Starts Tomorrow
 * 
 * Martin SC-13E Special Etimoe...
   Now: Your Price $1,699.00
   Shop Now
   Starts Tomorrow
 * 
 * Behringer POWERPLAY P16-HQ 16-Channel...
   Now: Your Price $189.00
   Preorder Now
   Starts Tomorrow
 * 
 * Fender Champion II 100 Combo Amp Black
   Now: Your Price $399.99
   Shop Now
   Starts Tomorrow
 * 
 * MXR M69P Prime Distortion Guitar...
   Now: Your Price $79.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Victory Figured Electric Guitar...
   Now: Your Price $2,499.00
   Preorder Now
   Starts Tomorrow
 * 
 * Roland JUNO-D6 Synthesizer
   Now: Your Price $899.99
   Shop Now
   Starts Tomorrow
 * 
 * Taylor 814ce Custom 50th Anniversary...
   Now: Your Price $4,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Universal Audio UAFX Anti 1992 High...
   Now: Your Price $399.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender FINNEAS Signature Acoustasonic...
   Now: Your Price $1,399.99
   Shop Now
   Starts Tomorrow
 * 
 * PDP by DW Encore Complete 5-Piece Drum...
   Now: Your Price $499.99
   Shop Now
   Starts Tomorrow
 * 
 * teenage engineering EP-1320 medieval
   Now: Your Price $299.00
   Shop Now
   Starts Tomorrow



Shop All New Arrivals
Call 866-498-7882 or chat to save on orders of $199+


Top Sellers
View All
 * 
 * Fender 70th Anniversary Ultra Stratocaster HSS Electric Guitar Amethyst
   Now: Your Price $2,499.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Jack White Pano Verb Combo Amp Black
   Now: Your Price $2,999.99
   Preorder Now
   Starts Tomorrow
 * 
 * Pioneer DJ DDJ-FLX10 4-Channel Performance DJ Controller for rekordbox DJ and
   Serato DJ Pro Black
   Now: Your Price $1,599.00
   Shop Now
   Starts Tomorrow
 * 
 * Alesis Strata Prime Electronic Drum Kit
   Now: Your Price $3,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Limited-Edition Mark Hoppus Jaguar Bass Sea Foam Green
   Now: Your Price $1,399.99
   Shop Now
   Starts Tomorrow
 * 
 * Ibanez TOD10N Tim Henson Signature Nylon Acoustic-Electric Guitar Black Flat
   Now: Your Price $699.99
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha P-125ABLB Digital Piano With Wooden Stand and Bench
   Now: Your Price $819.99
   Shop Now
   Starts Tomorrow
 * 
 * TAMA Imperialstar 5-Piece Complete Drum Set With MEINL HCS cymbals and 20"
   Bass Drum Candy Apple Mist
   Now: Your Price $899.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Player Stratocaster HSS Plus Top Maple Fingerboard Limited-Edition
   Electric Guitar Blue Burst
   Now: Your Price $749.99
   Shop Now
   Starts Tomorrow
 * 
 * Save: $200.00
   Fender Tone Master Pro Multi-Effects Guitar Pedal Black
   Regular: Regular Price $1,699.99
   Now: Your Price $1,499.99
   Savings: Your Savings Price $200.00
   Shop Now
   Starts Tomorrow
 * 
 * QSC K12.2 Powered 12" 2-Way Loudspeaker System With Advanced DSP
   Now: Your Price $899.99
   Shop Now
   Starts Tomorrow
 * 
 * Simmons Titan 70 Electronic Drum Kit With Mesh Pads & Bluetooth
   Now: Your Price $799.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Tom DeLonge Starcaster Electric Guitar Satin Surf Green
   Now: Your Price $1,199.99
   Shop Now
   Starts Tomorrow
 * 
 * Save: $100.00
   Line 6 Helix Multi-Effects Guitar Pedal
   Regular: Regular Price $1,499.99
   Now: Your Price $1,399.99
   Savings: Your Savings Price $100.00
   Shop Now
   Starts Tomorrow
 * 
 * Moog Muse 8-Voice Polyphonic Analog Synthesizer
   Now: Your Price $3,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Alesis Nitro Max 8-Piece Electronic Drum Set With Bluetooth and BFD Sounds
   Red
   Now: Your Price $399.00
   Shop Now
   Starts Tomorrow
 * 
 * PRS John Mayer Silver Sky Electric Guitar Midnight Rose
   Now: Your Price $2,749.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Mustang LT25 25W 1x8 Guitar Combo Amp Black
   Now: Your Price $159.99
   Shop Now
   Starts Tomorrow
 * 
 * Pioneer DJ DDJ-FLX4 2-Channel DJ Controller Black
   Now: Your Price $299.00
   Shop Now
   Starts Tomorrow
 * 
 * Mapex Venus Complete 5-Piece Drum Set With Hardware & Cymbals White
   Marblewood
   Now: Your Price $799.00
   Shop Now
   Starts Tomorrow
 * 
 * Epiphone Jimi Hendrix "Love Drops" Flying V Electric Guitar Ebony w/Artwork
   Now: Your Price $1,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Save: $100.00
   Line 6 Helix LT Guitar Processor
   Regular: Regular Price $999.99
   Now: Your Price $899.99
   Savings: Your Savings Price $100.00
   Shop Now
   Starts Tomorrow
 * 
 * Behringer X32 40-Channel Digital Mixer
   Now: Your Price $1,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Roland SPD-SX PRO Sampling Pad
   Now: Your Price $1,199.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Studio Electric Guitar Wine Red
   Now: Your Price $1,599.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Mustang Micro Plus Headphone Amp Black
   Now: Your Price $129.99
   Shop Now
   Starts Tomorrow
 * 
 * Shure SM7B Cardioid Dynamic Microphone
   Now: Your Price $399.00
   Shop Now
   Starts Tomorrow
 * 
 * Simmons Titan 50 Electronic Drum Kit With Mesh Pads & Bluetooth
   Now: Your Price $399.00
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha F335 Acoustic Guitar Black
   Now: Your Price $189.99
   Shop Now
   Starts Tomorrow
 * 
 * Marshall DSL40CR 40W 1x12 Tube Guitar Combo Amp
   Now: Your Price $729.99
   Shop Now
   Starts Tomorrow
 * 
 * Universal Audio Apollo Twin X DUO Heritage Edition Thunderbolt 3 Audio
   Interface
   Now: Your Price $799.00
   Shop Now
   Starts Tomorrow
 * 
 * Pearl Roadshow Complete 5-Piece Drum Set With Hardware and Cymbals Charcoal
   Metallic
   Now: Your Price $799.99
   Preorder Now
   Starts Tomorrow
 * 
 * Epiphone Adam Jones 1979 Les Paul Custom Electric Guitar Antique Silverburst
   Now: Your Price $1,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Morley Distortion Wah Effects Pedal
   Now: Your Price $189.00
   Shop Now
   Starts Tomorrow
 * 
 * beyerdynamic DT 770 PRO-80 Closed-Back Studio Headphones
   Now: Your Price $169.99
   Shop Now
   Starts Tomorrow
 * 
 * Zildjian A Custom Cymbal Pack With Free 18" A Custom Crash
   Now: Your Price $1,069.95
   Shop Now
   Starts Tomorrow
 * 
 * Martin D-28 Standard Dreadnought Acoustic Guitar Natural
   Now: Your Price $3,199.00
   Shop Now
   Starts Tomorrow
 * 
 * Markbass Little Mark Tube 800 Bass Amp Head
   Now: Your Price $849.99
   Shop Now
   Starts Tomorrow
 * 
 * Akai Professional MPC Key 37 Production Synthesizer
   Now: Your Price $899.00
   Shop Now
   Starts Tomorrow
 * 
 * PRS SE Custom 24 Quilted Carved Top With Ebony Fingerboard Electric Guitar
   Black Gold Sunburst
   Now: Your Price $999.00
   Shop Now
   Starts Tomorrow
 * 
 * BOSS Katana Gen 3 50W 1x12 Guitar Combo Amplifier Black
   Now: Your Price $299.99
   Shop Now
   Starts Tomorrow
 * 
 * CHAUVET DJ GigBAR Move + ILS 5-in-1 Lighting System
   Now: Your Price $1,299.99
   Shop Now
   Starts Tomorrow
 * 
 * Martin HD-28 Standard Dreadnought Acoustic Guitar Aged Toner
   Now: Your Price $3,399.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Champion 20 Guitar Combo Amp Black
   Now: Your Price $119.99
   Shop Now
   Starts Tomorrow
 * 
 * Neumann TLM 103 Condenser Microphone Nickel
   Now: Your Price $1,195.00
   Shop Now
   Starts Tomorrow
 * 
 * Taylor Builder's Edition 324ce Grand Auditorium Acoustic-Electric Guitar
   Tobacco Kona Burst
   Now: Your Price $3,199.00
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha C40 Classical Guitar Natural
   Now: Your Price $169.99
   Shop Now
   Starts Tomorrow
 * 
 * Harbinger VARI V4415 Powered 15" 2-Way Loudspeaker With Mixer, FX, App
   Control, Bluetooth, DSP and Smart Stereo
   Now: Your Price $549.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender FA-135CE Concert Acoustic-Electric Guitar Black
   Now: Your Price $249.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Rumble 40 1x10 40W Bass Combo Amp
   Now: Your Price $229.99
   Shop Now
   Starts Tomorrow
 * 
 * Pioneer DJ CDJ-3000 Professional DJ Media Player Black
   Now: Your Price $2,549.00
   Shop Now
   Starts Tomorrow
 * 
 * Martin 000-15E Auditorium Acoustic-Electric Guitar Natural
   Now: Your Price $1,199.00
   Shop Now
   Starts Tomorrow
 * 
 * Sennheiser XSW IEM Wireless In-Ear Monitoring System Band A
   Now: Your Price $599.00
   Shop Now
   Starts Tomorrow





FREE TRIAL LESSON

Meet our expert instructors and take the first step to get playing

Let's Go 

SHAKE THE ROOM

Enhance your sound at your next gig with our speaker and subwoofer rentals

Find a Store 

DIAL IN YOUR GEAR WITH A FREE CONSULTATION

Upgrades, Mods and Repairs

Find a Store 

Learn More, Play More
View All
1985—Present | The Resurgence of the Fender Stratocaster
A Guide to Martin's Standard Series Acoustic Guitars
The Best Overdrive Pedals of 2024
The Best Wireless Systems for Guitar and Bass
How to Choose the Best Gibson Les Paul
How to Choose the Best MESA/Boogie Guitar Amplifier
How to Choose the Best Synthesizer
A Guide to Universal Audio's UAFX Pedals
Celebrating 50 Years of Taylor at Guitar Center Hollywood
Yamaha TransAcoustic TAG3 C Guitar | Acoustic Alchemy
The Best Studio Monitors of 2024
The Best DJ Controllers of 2024
How to Choose the Best Audio Interface
Universal Audio Apollo Gen 2 Audio Interfaces | Creative Upgrades
How To Choose the Best Portable PA System
Harbinger VARI Live 4400 Series Powered Speakers | Maximum Headroom
1985—Present | The Resurgence of the Fender Stratocaster
A Guide to Martin's Standard Series Acoustic Guitars
The Best Overdrive Pedals of 2024
The Best Wireless Systems for Guitar and Bass
How to Choose the Best Gibson Les Paul
How to Choose the Best MESA/Boogie Guitar Amplifier
How to Choose the Best Synthesizer
A Guide to Universal Audio's UAFX Pedals
Celebrating 50 Years of Taylor at Guitar Center Hollywood
Yamaha TransAcoustic TAG3 C Guitar | Acoustic Alchemy
The Best Studio Monitors of 2024
The Best DJ Controllers of 2024
How to Choose the Best Audio Interface
Universal Audio Apollo Gen 2 Audio Interfaces | Creative Upgrades
How To Choose the Best Portable PA System
Harbinger VARI Live 4400 Series Powered Speakers | Maximum Headroom

Slide 1(Currrent Slide)
Slide 2
Slide 3
Showing slide 1 of 3


WHY SHOP AT GUITAR CENTER?


WITH 300+ STORES NATIONWIDE, WE SERVE ALL MUSICIANS, WHEREVER THEY ARE IN THEIR
MUSICAL JOURNEY.

Learn More
 * 
   
   World’s Largest Selection
 * 
   
   Try Before You Buy
 * 
   
   Shop With Ease
 * 
   
   Play With Confidence
 * 
   
   Pro Services

Expert Advice: Get personalized recommendations
866-498-7882
Live Chat

*See guitarcenter.com/financing for details

Interested in the latest deals from Guitar Center?
Enable browser notifications to be the first to know about our exclusive deals,
content, and gear.

No Thanks
Enable


{"sourceCode":"gcdirectsourcecode1","siteSection":"home","reportSuiteIds":"guitarcenterprod","pageType":"home","ATGID":"7063941301","countryName":"united
states","pageName":"home"}
Be the first to know about exclusive offers, tips and more.
Email Address (Required)
Yes, I would like to receive emails with news and offers from Guitar Center.


OTHER WAYS TO SHOP

 * Financing
 * App
 * Catalog
 * Gift Cards
 * 866-498-7882

CONNECT WITH US

 * FacebookOpens in new window
 * TwitterOpens in new window
 * YouTubeOpens in new window
 * InstagramOpens in new window

YOUR ACCOUNT

 * Order History
 * Returns
 * Wish List
 * Email Preferences
 * Business Accounts

FEATURES

 * Rebates
   
 * Apply for Leasing
 * Pro Coverage
 * Press Room

SUPPORT

 * Service & Support
 * About
 * Careers
 * Site Map
 * Locations
 * Accessibility Statement

HOW ARE WE DOING?

Contact Us
Better Business Bureau (opens in new window)
Copyright © Guitar Center, Inc. All Rights Reserved. California Transparency Act
Purchase Terms & Conditions Your Privacy Rights Terms of Use Do Not Sell or
Share My Info Data Rights Request Cookie Preferences
https://guitarcenter.egain.net/system/templates/chat/guitarcenter/chat.html?entryPointId=1001&templateName=guitarcenter&languageCode=en&countryCode=US&ver=v11
/common/chatPopup.jsp?entryPointId=1001&brandId=GCChat&sourceId=GCChat
866-498-7882 English
877-687-5402 Español
Chat Now
 * Gift Card
 * Customer Service
 * Financing
 * Mobile App

 * Facebook
 * Twitter
 * YouTube
 * Instagram

Give Feedback
 * Terms of Use
 * Terms & Conditions
 * Privacy Policy
 * Accessibility Statement

 * CA Transparency Act
 * Do Not Sell or Share My Info
 * Data Rights Request
 * Cookie Preferences

Better Business Bureau (opens in new window)

Copyright © Guitar Center Inc.



You are changing the Ship-To country.

Our product catalog varies by country due to manufacturer restrictions. If you
change the Ship-To country, some or all of the items in your cart may not ship
to the new destination.

Cancel
{"l":[ {"n":"Find a
Store","u":"https://stores.guitarcenter.com/search.html","l":[]}, {"n":"Shop By
Department","u":"#","l":[ {"n":"Guitars","u":"/Guitar.gc","l":[ {"n":"Electric
Guitars","u":"/Electric-Guitars.gc","l":[ {"n":"Solid
Body","u":"/Solid-Body-Electric-Guitars.gc","l":[]}, {"n":"Semi-Hollow/Hollow
Body","u":"/Semi-Hollow-and-Hollow-Body-Electric-Guitars.gc","l":[]},
{"n":"Signature","u":"/Signature-Model-Electric-Guitars.gc","l":[]}, {"n":"Value
Packs","u":"/Electric-Guitar-Value-Packages.gc","l":[]}, {"n":"Extended
Range","u":"/Extended-Range-Electric-Guitars.gc","l":[]}, {"n":"Left
Handed","u":"/Left-Handed-Electric-Guitars.gc","l":[]},
{"n":"Travel/Mini","u":"/Travel-Mini-Electric-Guitars.gc","l":[]} ]},
{"n":"Acoustic Guitars","u":"/Acoustic-Guitars.gc","l":[ {"n":"6
String","u":"/6-String-Acoustic-Guitars.gc","l":[]}, {"n":"12
String","u":"/12-String-Acoustic-Guitars.gc","l":[]},
{"n":"Travel/Mini","u":"/Travel-Mini-Acoustic-Guitars.gc","l":[]}, {"n":"Left
Handed","u":"/Left-Handed-Acoustic-Guitars.gc","l":[]},
{"n":"Signature","u":"/Signature-Model-Acoustic-Guitars.gc","l":[]},
{"n":"Extended Range","u":"/Extended-Range-Acoustic-Guitars.gc","l":[]},
{"n":"Value Packs","u":"/Acoustic-Guitar-Value-Packages.gc","l":[]} ]},
{"n":"Guitar Value Packages","u":"/Guitar-Value-Packages.gc","l":[
{"n":"Electric","u":"/Electric-Guitar-Value-Packages.gc","l":[]},
{"n":"Acoustic","u":"/Acoustic-Guitar-Value-Packages.gc","l":[]},
{"n":"Classical & Nylon
","u":"/Classical-Nylon-Guitar-Value-Packages.gc","l":[]} ]},
{"n":"Classical/Nylon Guitars","u":"/Classical-Nylon-Guitars.gc","l":[
{"n":"Acoustic","u":"/Acoustic-Classical-Nylon-Guitars.gc","l":[]},
{"n":"Flamenco","u":"/Flamenco-Guitars.gc","l":[]}, {"n":"Left
Handed","u":"/Left-Handed-Classical-Nylon-Guitars.gc","l":[]} ]},
{"n":"Accessories & Related
Products","u":"/Fretted-Instrument-Accessories-Parts.gc","l":[
{"n":"Capos","u":"/Capos.gc","l":[]},
{"n":"Picks","u":"/Picks-Pick-Holders.gc","l":[]},
{"n":"Straps","u":"/Straps-Strap-Locks.gc","l":[]}, {"n":"Cases & Gig
Bags","u":"/Guitar-Cases-and-Gig-Bags.gc","l":[]},
{"n":"Strings","u":"/Guitar-Strings.gc","l":[]},
{"n":"Pickups","u":"/Guitar-Pickups.gc","l":[]}, {"n":"Parts &
Hardware","u":"/Fretted-Instrument-Parts.gc","l":[]}, {"n":"Stands, Racks &
Hangers","u":"/Guitar-Stands-Wall-Hangers.gc","l":[]},
{"n":"Cables","u":"/Instrument-Cables.gc","l":[]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[]},
{"n":"Slides","u":"/Slides.gc","l":[]},
{"n":"Amps","u":"/Guitar-Amplifiers.gc","l":[]},
{"n":"Effects","u":"/Effects.gc","l":[]}, {"n":"Care &
Cleaning","u":"/Care-Cleaning.gc","l":[]}, {"n":"Tools","u":"/Tools.gc","l":[]},
{"n":"iOS Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Books, Sheet Music &
Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]} ]}, {"n":"Bass
Guitars","u":"/Bass.gc","l":[ {"n":"Electric Bass","u":"/Electric-Bass.gc","l":[
{"n":"4-String","u":"/4-String-Electric-Bass.gc","l":[]},
{"n":"5-String","u":"/5-String-Electric-Bass.gc","l":[]},
{"n":"6-String","u":"/6-String-Electric-Bass.gc","l":[]}, {"n":"Value
Packs","u":"/Value-Package-Electric-Bass.gc","l":[]},
{"n":"Fretless","u":"/Fretless-Electric-Bass.gc","l":[]},
{"n":"Left-Handed","u":"/Left-Handed-Electric-Bass.gc","l":[]},
{"n":"Signature","u":"/Signature-Model-Electric-Bass.gc","l":[]} ]},
{"n":"Acoustic Bass","u":"/Acoustic-Bass.gc","l":[
{"n":"Fretted","u":"/Fretted-Acoustic-Bass.gc","l":[]},
{"n":"Fretless","u":"/Fretless-Acoustic-Bass.gc","l":[]} ]}, {"n":"Electric
Upright Bass","u":"/Electric-Upright-Bass.gc","l":[]}, {"n":"Accessories &
Related
Products","u":"/Fretted-Instrument-Accessories-Parts.gc","l":[ {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[]}, {"n":"Cases & Gig
Bags","u":"/Bass-Guitar-Cases-Gig-Bags.gc","l":[]},
{"n":"Cables","u":"/Instrument-Cables.gc","l":[]},
{"n":"Strings","u":"/Bass-Guitar-Strings.gc","l":[]},
{"n":"Picks","u":"/Picks-Pick-Holders.gc","l":[]},
{"n":"Pickups","u":"/Bass-Pickups.gc","l":[]},
{"n":"Straps","u":"/Straps-Strap-Locks.gc","l":[]}, {"n":"Stands, Racks &
Hangers","u":"/Guitar-Stands-Wall-Hangers.gc","l":[]}, {"n":"Bass
Amps","u":"/Bass-Amplifiers.gc","l":[]},
{"n":"Effects","u":"/Bass-Effects-Pedals.gc","l":[]}, {"n":"Parts &
Hardware","u":"/Fretted-Instrument-Parts.gc","l":[]}, {"n":"Care &
Cleaning","u":"/Care-Cleaning.gc","l":[]}, {"n":"Tools","u":"/Tools.gc","l":[]},
{"n":"iOS Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Books, Sheet Music &
Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]} ]}, {"n":"Amplifiers &
Effects","u":"/Amplifiers-Effects.gc","l":[ {"n":"Guitar
Amplifiers","u":"/Guitar-Amplifiers.gc","l":[
{"n":"Combos","u":"/Combo-Guitar-Amplifiers.gc","l":[]},
{"n":"Tubes","u":"/Tube-Combo-Guitar-Amplifiers.gc","l":[]},
{"n":"Heads","u":"/Guitar-Amplifier-Heads.gc","l":[]},
{"n":"Cabinets","u":"/Guitar-Amplifier-Cabinets.gc","l":[]},
{"n":"Stacks","u":"/Guitar-Amplifier-Stacks.gc","l":[]}, {"n":"Mini &
Headphone","u":"/Mini-Guitar-Amplifiers.gc","l":[]},
{"n":"Preamps","u":"/Guitar-Preamps.gc","l":[]} ]},
{"n":"Effects","u":"/Effects.gc","l":[ {"n":"Effects
Pedals","u":"/Effects-Pedals.gc","l":[]}, {"n":"Multi-Effects
Pedals","u":"/Multi-Effects-Pedals.gc","l":[]},
{"n":"Pedalboards","u":"/Pedalboards.gc","l":[]}, {"n":"Effects Pedal
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[]}, {"n":"Effects Pedal
Packages","u":"/Effects-Pedal-Packages.gc","l":[]} ]}, {"n":"Bass
Amplifiers","u":"/Bass-Amplifiers.gc","l":[
{"n":"Combos","u":"/Bass-Combo-Amplifiers.gc","l":[]},
{"n":"Tubes","u":"/Tube-Combo-Bass-Amplifiers.gc","l":[]},
{"n":"Cabinets","u":"/Bass-Amplifier-Cabinets.gc","l":[]},
{"n":"Heads","u":"/Bass-Amplifier-Heads.gc","l":[]},
{"n":"Stacks","u":"/Bass-Amplifier-Stacks.gc","l":[]},
{"n":"Preamps","u":"/Bass-Preamps.gc","l":[]} ]}, {"n":"Amplifier
Footswitches","u":"/Amplifier-Footswitches.gc","l":[
{"n":"Guitar","u":"/Guitar-Amplifier-Footswitches.gc","l":[]},
{"n":"Multi-Use","u":"/Multi-Use-Amplifier-Footswitches.gc","l":[]},
{"n":"Bass","u":"/Bass-Amplifier-Footswitches.gc","l":[]},
{"n":"Vocal","u":"/Vocal-Footswitches.gc","l":[]} ]}, {"n":"Keyboard Amplifiers
& Monitors","u":"/Keyboard-Amplifiers-Monitors.gc","l":[]}, {"n":"Accessories &
Related
Products","u":"/Amplifiers-Effects.gc","l":[ {"n":"Power
Supplies","u":"/Amplifiers-Effects-Power-Supplies.gc","l":[]}, {"n":"Amplifier
Parts","u":"/Amplifier-Parts.gc","l":[]}, {"n":"Amplifier
Stands","u":"/Amplifier-Stands.gc","l":[]}, {"n":"Amplifier Covers &
Cases","u":"/Amplifier-Covers-Cases.gc","l":[]}, {"n":"Amplifier
Footswitches","u":"/Amplifier-Footswitches.gc","l":[]}, {"n":"Effects Pedal
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Headphone
Amplifiers/Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]}, {"n":"Mic
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Live Power
Amps","u":"/Live-Power-Amplifiers.gc","l":[]}, {"n":"Studio Power
Amps","u":"/Studio-Power-Amplifiers.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]} ]}, {"n":"Pro
Audio","u":"/Pro-Audio.gc","l":[ {"n":"Live Sound","u":"/Live-Sound.gc","l":[
{"n":"Powered PA Speakers","u":"/Powered-PA-Speakers.gc","l":[]},
{"n":"Unpowered PA Speakers","u":"/Unpowered-PA-Speakers.gc","l":[]}, {"n":"Live
Sound Packages","u":"/Live-Sound-Packages.gc","l":[]}, {"n":"Stage
Subwoofers","u":"/Stage-Subwoofers.gc","l":[]}, {"n":"Live Power
Amplifiers","u":"/Live-Power-Amplifiers.gc","l":[]}, {"n":"Stage
Monitors","u":"/Stage-Monitors.gc","l":[]}, {"n":"Installed
Sound","u":"/Installed-Sound.gc","l":[]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]},
{"n":"Microphones","u":"/Microphones-Wireless-Systems.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Cases, Gig Bags &
Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]},
{"n":"Microphones","u":"/Microphones.gc","l":[ {"n":"Condenser
(Recording)","u":"/Condenser-Microphones.gc","l":[]}, {"n":"Dynamic
(Live)","u":"/Dynamic-Microphones.gc","l":[]}, {"n":"Microphone &
Accessories","u":"/Microphone-Accessories.gc","l":[]},
{"n":"Packages","u":"/Microphone-Packages.gc","l":[]},
{"n":"USB","u":"/USB-Microphones.gc","l":[]},
{"n":"Drum","u":"/Drum-Microphones.gc","l":[]},
{"n":"Ribbon","u":"/Ribbon-Microphones.gc","l":[]},
{"n":"Tube","u":"/Tube-Microphones.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone Cases &
Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]} ]}, {"n":"Wireless
Systems","u":"/Wireless-Systems.gc","l":[
{"n":"Handheld","u":"/Handheld-Microphone-Wireless-Systems.gc","l":[]},
{"n":"Headset","u":"/Headset-Microphone-Wireless-Systems.gc","l":[]},
{"n":"Instrument","u":"/Instrument-Wireless-Systems.gc","l":[]},
{"n":"Lavalier","u":"/Lavalier-Microphone-Wireless-Systems.gc","l":[]},
{"n":"In-Ear","u":"/In-Ear-Wireless-Systems.gc","l":[]},
{"n":"Combination","u":"/Combo-Wireless-Systems.gc","l":[]},
{"n":"Components","u":"/Wireless-System-Components.gc","l":[]}, {"n":"Wireless
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Microphone
Accessories","u":"/Microphone-Accessories.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone Cases &
Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]} ]},
{"n":"Recording","u":"/Recording-Gear.gc","l":[ {"n":"Audio
Interfaces","u":"/Audio-Interfaces.gc","l":[]}, {"n":"Studio
Monitors","u":"/Studio-Monitors.gc","l":[]}, {"n":"Recording
Packages","u":"/Recording-Packages.gc","l":[]}, {"n":"Audio
Recorders","u":"/Audio-Recorders.gc","l":[]}, {"n":"Studio
Subwoofers","u":"/Studio-Subwoofers.gc","l":[]}, {"n":"Mixing
Consoles","u":"/Mixing-Consoles.gc","l":[]}, {"n":"Video
Equipment","u":"/Video-Production-Equipment.gc","l":[]}, {"n":"Audio
Converters","u":"/Audio-Converters.gc","l":[]}, {"n":"Studio Power
Amplifiers","u":"/Studio-Power-Amplifiers.gc","l":[]}, {"n":"Audio
Playback","u":"/Audio-Playback.gc","l":[]},
{"n":"Duplication","u":"/Duplication.gc","l":[]}, {"n":"Controllers &
Expansions","u":"/Remotes-Controllers-Expansions.gc","l":[]}, {"n":"Music
Software","u":"/Music-Software.gc","l":[]},
{"n":"Microphones","u":"/Microphones-Wireless-Systems.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]}, {"n":"iOS Audio
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Monitor Stands &
Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]}, {"n":"Cases, Gig
Bags & Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]}, {"n":"Bluetooth & Wireless
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]}, {"n":"DJ
Gear","u":"/DJ-Gear.gc","l":[ {"n":"DJ Controllers &
Interfaces","u":"/DJ-Controllers-Interfaces.gc","l":[]}, {"n":"DJ
Mixers","u":"/DJ-Mixers.gc","l":[]},
{"n":"Turntables","u":"/Turntables.gc","l":[]}, {"n":"DJ CD & Media
Players","u":"/DJ-CD-Media-Players.gc","l":[]},
{"n":"Karaoke","u":"/Karaoke.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"DJ
Packages","u":"/DJ-Packages.gc","l":[]}, {"n":"Needles &
Cartridges","u":"/Needles-Cartridges.gc","l":[]}, {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"DJ
Vinyl","u":"/DJ-Vinyl.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"DJ & Remix
Software","u":"/DJ-Remix-Software.gc","l":[]}, {"n":"Record
Players","u":"/Record-Players.gc","l":[]}, {"n":"DJ
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"DJ Cases & Gig
Bags","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"DJ Stands &
Racks","u":"/DJ-Stands-Racks.gc","l":[]}, {"n":"DJ
Instruction","u":"/DJ-Instruction.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]} ]},
{"n":"Mixers","u":"/Mixers.gc","l":[ {"n":"Unpowered
Mixers","u":"/Unpowered-Mixers.gc","l":[]}, {"n":"DJ
Mixers","u":"/DJ-Mixers.gc","l":[]}, {"n":"Digital
Mixers","u":"/Digital-Mixers.gc","l":[]}, {"n":"Powered
Mixers","u":"/Powered-Mixers.gc","l":[]}, {"n":"Line
Mixers","u":"/Line-Mixers.gc","l":[]}, {"n":"Summing
Mixers","u":"/Summing-Mixers.gc","l":[]}, {"n":"iOS
Mixers","u":"/iOS-Mixers.gc","l":[]}, {"n":"Mixing
Consoles","u":"/Mixing-Consoles.gc","l":[]}, {"n":"Headphone
Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]}, {"n":"Mixer
Lights","u":"/Mixer-Gig-Lights.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Cases, Gig Bags &
Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Lighting & Stage
Effects","u":"/Lighting-Stage-Effects.gc","l":[ {"n":"Color Changers & Wash
Lights","u":"/Color-Changers-Wash-Lights.gc","l":[]}, {"n":"Lasers &
Strobes","u":"/Lasers-Strobes.gc","l":[]}, {"n":"Fog, Bubble & Snow
Effects","u":"/Fog-Bubble-Snow-Effects.gc","l":[]}, {"n":"Lighting & Effects
Packages","u":"/Lighting-Effects-Packages.gc","l":[]}, {"n":"Intelligent
Lighting","u":"/Intelligent-Lighting.gc","l":[]}, {"n":"Par
Cans","u":"/Par-Cans.gc","l":[]}, {"n":"Lighting Controllers
& Dimmer Packs","u":"/Lighting-Controllers-Dimmer-Packs.gc","l":[]},
{"n":"Lighting Software","u":"/DJ-Lighting-Software.gc","l":[]},
{"n":"Spotlights","u":"/Spotlights.gc","l":[]}, {"n":"Lighting Stands, Truss &
Hardware","u":"/Lighting-Stands-Truss-Hardware.gc","l":[]}, {"n":"Black & UV
Lights","u":"/Black-UV-Lights.gc","l":[]}, {"n":"Gels, Gobos &
Lenses","u":"/Gels-Gobos-Lenses.gc","l":[]}, {"n":"Lamps &
Bulbs","u":"/Lamps-Bulbs.gc","l":[]}, {"n":"Mirror
Balls","u":"/Mirror-Balls.gc","l":[]}, {"n":"Lighting Cases &
Bags","u":"/Lighting-Cases-Bags.gc","l":[]}, {"n":"Lighting Stands &
Truss","u":"/Lighting-Stands-Truss.gc","l":[]}, {"n":"Lighting
Cables","u":"/Lighting-Cables.gc","l":[]}, {"n":"Mixer & Gig
Lights","u":"/Mixer-Gig-Lights.gc","l":[]}, {"n":"Flashlights &
Headlamps","u":"/Flashlights-Headlamps.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]},
{"n":"Headphones","u":"/Headphones.gc","l":[ {"n":"Studio
Headphones","u":"/Studio-Headphones.gc","l":[]},
{"n":"Earphones","u":"/Earphones.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"Headphone
Amplifiers/Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]}, {"n":"Noise
Canceling Headphones","u":"/Noise-Canceling-Headphones.gc","l":[]},
{"n":"Consumer Headphones","u":"/Consumer-Headphones.gc","l":[]},
{"n":"Headphone Packages","u":"/Headphone-Packages.gc","l":[]}, {"n":"Headphone
Cables","u":"/Headphone-Cables.gc","l":[]},
{"n":"Adapters","u":"/Cable-Adapters.gc","l":[]}, {"n":"Headphone Guitar
Amplifiers","u":"/Headphone-Guitar-Amplifiers.gc","l":[]}, {"n":"Headphone Bass
Amplifiers","u":"/Headphone-Bass-Amplifiers.gc","l":[]} ]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[ {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]}, {"n":"Direct
Boxes","u":"/Direct-Boxes.gc","l":[]}, {"n":"Compressors &
Limiters","u":"/Compressors-Limiters.gc","l":[]},
{"n":"Equalizers","u":"/Equalizers.gc","l":[]}, {"n":"Multi Effects
Processors","u":"/Multi-Effects-Processors.gc","l":[]},
{"n":"Crossovers","u":"/Crossovers.gc","l":[]}, {"n":"Channel
Strips","u":"/Channel-Strips.gc","l":[]}, {"n":"Sound Enhancers &
Exciters","u":"/Sound-Enhancers-Exciters.gc","l":[]}, {"n":"Signal
Routing","u":"/Signal-Routing.gc","l":[]}, {"n":"500 Series
Gear","u":"/500-Series-Gear.gc","l":[]}, {"n":"Reverb &
Delay","u":"/Reverb-Delay.gc","l":[]}, {"n":"Test
Equipment","u":"/Test-Equipment.gc","l":[]}, {"n":"Patch
Bays","u":"/Patch-Bays.gc","l":[]}, {"n":"Noise
Gates","u":"/Noise-Gates.gc","l":[]}, {"n":"Feedback
Suppression","u":"/Feedback-Suppression.gc","l":[]}, {"n":"Signal Processors
Software","u":"/Signal-Processors-Software.gc","l":[]},
{"n":"Digital/Word/Master Clocks","u":"/Digital-Clocks.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]},
{"n":"Software","u":"/Music-Software.gc","l":[ {"n":"DAW
Software","u":"/DAW-Software.gc","l":[]}, {"n":"Virtual Instruments
Software","u":"/Virtual-Instruments-Software.gc","l":[]}, {"n":"Effects
Pluggins","u":"/Effects-Plugins.gc","l":[]}, {"n":"Mixing & Mastering
Software","u":"/Mixing-Mastering-Software.gc","l":[]}, {"n":"DJ & Lighting
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"Vocal
Software","u":"/Vocal-Software.gc","l":[]}, {"n":"Sound Libraries, Loops &
Refills","u":"/Sound-Libraries-Loops-Refills.gc","l":[]}, {"n":"Signal
Processors Software","u":"/Signal-Processors-Software.gc","l":[]},
{"n":"Notation Software","u":"/Notation-Software.gc","l":[]}, {"n":"Software
Bundles","u":"/Software-Bundles.gc","l":[]}, {"n":"Reverb & Delay
Software","u":"/Reverb-Delay-Software.gc","l":[]}, {"n":"Video
Software","u":"/Video-Software.gc","l":[]}, {"n":"Restoration & Noise
Reduction Software","u":"/Restoration-Noise-Reduction-Software.gc","l":[]},
{"n":"Media, Storage & Memory","u":"/Media-Storage-Memory.gc","l":[]},
{"n":"Software Instruction","u":"/Software-Instruction.gc","l":[]} ]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[ {"n":"iOS Audio/MIDI
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"iOS
Keyboards","u":"/iOS-Keyboards.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"iOS Docks &
Speakers","u":"/iOS-Docks-Speaker-Systems.gc","l":[]}, {"n":"iPods/MP3
Players","u":"/iPods-MP3-Players.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Computers &
Peripherals","u":"/Computers-Peripherals.gc","l":[ {"n":"Control
Surfaces","u":"/Control-Surfaces.gc","l":[]}, {"n":"Mac
Computers","u":"/Mac-Computers.gc","l":[]}, {"n":"Laptop Bags &
Stands","u":"/Laptop-Bags-Stands.gc","l":[]}, {"n":"Computer
Components","u":"/Computer-Components.gc","l":[]}, {"n":"Hard
Drives","u":"/Hard-Drives.gc","l":[]}, {"n":"Tablets","u":"/Tablets.gc","l":[]},
{"n":"Keyboards, Controllers &
Mice","u":"/Keyboards-Controllers-Mice.gc","l":[]}, {"n":"LCD
Monitors","u":"/LCD-Monitors.gc","l":[]}, {"n":"Media, Storage &
Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]} ]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[ {"n":"Record
Players","u":"/Record-Players.gc","l":[]}, {"n":"Consumer
Headphones","u":"/Consumer-Audio-Headphones.gc","l":[]}, {"n":"Consumer
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Consumer Electronics
Accessories","u":"/Consumer-Electronics-Accessories.gc","l":[]}, {"n":"Portable
Audio Players","u":"/Portable-Audio-Players.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[]}, {"n":"Stands &
Racks","u":"/Stands-Racks.gc","l":[]}, {"n":"Cases, Gig Bags &
Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]}, {"n":"Microphone
Accessories","u":"/Microphone-Accessories.gc","l":[]}, {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"Stage
Accessories","u":"/Stage-Accessories.gc","l":[]}, {"n":"Lighting Stands,
Truss & Hardware","u":"/Lighting-Stands-Truss-Hardware.gc","l":[]}, {"n":"Power
& Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Media, Storage & Memory","u":"/Media-Storage-Memory.gc","l":[]},
{"n":"Consumer Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Pro
Audio Stands","u":"/Stands-Racks.gc","l":[ {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Monitor & Speaker
Stands & Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]},
{"n":"Lighting Stands & Truss","u":"/Lighting-Stands-Truss.gc","l":[]},
{"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]}, {"n":"DJ
Stands & Racks","u":"/DJ-Stands-Racks.gc","l":[]}, {"n":"Stand Accessories &
Parts","u":"/Stand-Accessories-Parts.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]}, {"n":"Utility & Equipment
Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Laptop
Stands","u":"/Laptop-Bags-Stands.gc","l":[]} ]}, {"n":"Pro Audio Cases,
Gig Bags & Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[ {"n":"DJ Cases, Gig
Bags & Covers","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Rackmount
Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Speaker Cases, Gig Bags &
Cover","u":"/Speaker-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Utility & Gear
Cases,
Bags & Covers","u":"/Utility-Gear-Cases-Bags-Covers.gc","l":[]},
{"n":"Microphone Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]},
{"n":"Mixer Cases, Gig Bags &
Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Lighting Cases &
Bags","u":"/Lighting-Cases-Bags.gc","l":[]}, {"n":"Laptop
Bags","u":"/Laptop-Bags-Stands.gc","l":[]} ]} ]},
{"n":"Accessories","u":"/Accessories.gc","l":[ {"n":"Fretted Instrument
Accessories & Parts","u":"/Fretted-Instrument-Accessories-Parts.gc","l":[
{"n":"Accessories","u":"/Fretted-Instrument-Accessories.gc","l":[]},
{"n":"Pickups","u":"/Fretted-Instrument-Pickups.gc","l":[]},
{"n":"Parts","u":"/Fretted-Instrument-Parts.gc","l":[]} ]}, {"n":"Drum &
Percussion","u":"/Drum-Accessories.gc","l":[ {"n":"Drum
Heads","u":"/Drum-Heads.gc","l":[]}, {"n":"Drum Sticks &
Mallets","u":"/Drum-Sticks-Mallets.gc","l":[]}, {"n":"Drum & Percussion Stands &
Racks","u":"/Drum-Percussion-Stands-Racks.gc","l":[]}, {"n":"Drum Cases & Gig
Bags","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Drum
Practice Pads","u":"/Drum-Practice-Pads.gc","l":[]}, {"n":"Drum Replacement
Parts","u":"/Drum-Replacement-Parts.gc","l":[]}, {"n":"Dampening
Parts","u":"/Impact-Badges-Dampening-Devices.gc","l":[]}, {"n":"Drum Keys &
Tuning Tool","u":"/Drum-Keys-Tuning-Tools.gc","l":[]}, {"n":"Drum
Rugs","u":"/Drum-Rugs.gc","l":[]}, {"n":"Drum
Shields","u":"/Drum-Shields.gc","l":[]}, {"n":"Cajon
Accessories","u":"/Cajon-Accessories.gc","l":[]}, {"n":"Drum Care &
Cleaning","u":"/Drum-Care-Cleaning.gc","l":[]}, {"n":"Drum
Gloves","u":"/Drum-Gloves.gc","l":[]}, {"n":"Percussion Practice
Tools","u":"Percussion-Practice-Tools.gc","l":[]}, {"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Cymbal
Parts","u":"/Cymbal-Parts.gc","l":[]}, {"n":"Cymbal Stands &
Arms","u":"/Cymbal-Stands-Arms.gc","l":[]}, {"n":"Hi-Hat
Stands","u":"/Hi-Hat-Stands.gc","l":[]}, {"n":"Cymbal Cases, Gig Bags &
Covers","u":"/Cymbal-Cases-Gig-Bags-Covers.gc","l":[]} ]}, {"n":"Cases & Gig
Bags","u":"/Cases-Gig-Bags-Covers.gc","l":[ {"n":"Stringed
Instrument","u":"/Stringed-Instrument-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Drum &
Percussion","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"DJ","u":"/DJ-Cases-Gig-Bags.gc","l":[]},
{"n":"Keyboard","u":"/Keyboard-Cases-Gig-Bags.gc","l":[]},
{"n":"Woodwind","u":"/Woodwind-Cases-Gig-Bags.gc","l":[]},
{"n":"Speaker","u":"/Speaker-Cases-Gig-Bags.gc","l":[]},
{"n":"Microphone","u":"/Microphone-Cases-Bags.gc","l":[]},
{"n":"Mixer","u":"/Mixer-Cases-Gig-Bags.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Orchestral-Strings-Cases-Gig-Bags.gc","l":[]}, {"n":"Brass
Instruments","u":"/Brass-Cases-Gig-Bags.gc","l":[]}, {"n":"Marching
Percussion","u":"/Marching-Percussion-Cases-Gig-Bags.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Cases-Gig-Bags.gc","l":[]} ]}, {"n":"Stands
& Racks","u":"/Stands-Racks.gc","l":[ {"n":"Guitar
Stands","u":"/Guitar-Stands-Wall-Hangers.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Keyboard
Stands","u":"/Keyboard-Stands-Racks.gc","l":[]}, {"n":"Speaker & Monitor
Stands","u":"/Monitor-Stands-Brackets.gc","l":[]}, {"n":"Music
Stands","u":"/Music-Stands.gc","l":[]}, {"n":"Lighting
Stands","u":"/Lighting-Stands-Truss.gc","l":[]}, {"n":"Stand
Accessories","u":"/Stand-Accessories-Parts.gc","l":[]}, {"n":"Woodwinds
Stands","u":"/Woodwind-Instrument-Stands.gc","l":[]}, {"n":"Orchestral Strings
Stands","u":"/Stands-for-Orchestral-Strings.gc","l":[]}, {"n":"Brass
Stands","u":"/Brass-Instrument-Stands.gc","l":[]}, {"n":"Marching Percussion
Stands","u":"/Marching-Percussion-Stands.gc","l":[]}, {"n":"Concert Percussion
Stands","u":"/Concert-Percussion-Hardware.gc","l":[]} ]}, {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[ {"n":"Instrument
Cables","u":"/Instrument-Cables.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Speaker
Cables","u":"/Speaker-Cables.gc","l":[]}, {"n":"Audio
Snakes","u":"/Audio-Snakes.gc","l":[]}, {"n":"Digital
Cables","u":"/Digital-Cables.gc","l":[]}, {"n":"TRS
Cables","u":"/TRS-Cables.gc","l":[]}, {"n":"RCA
Cables","u":"/RCA-Cables.gc","l":[]}, {"n":"Cable
Adapters","u":"/Cable-Adapters.gc","l":[]}, {"n":"Cable
Connectors","u":"/Cable-Connectors.gc","l":[]}, {"n":"Daisy
Chains","u":"/Daisy-Chain-Cables.gc","l":[]}, {"n":"Extension Cords &
IEC","u":"/Extension-Cords-IEC-Power-Cables.gc","l":[]} ]},
{"n":"Strings","u":"/Strings.gc","l":[ {"n":"Electric Guitar
Strings","u":"/Electric-Guitar-Strings.gc","l":[]}, {"n":"Acoustic Guitar
Strings","u":"/Acoustic-Guitar-Strings.gc","l":[]}, {"n":"Bass
Strings","u":"/Bass-Guitar-Strings.gc","l":[]}, {"n":"Ukulele
Strings","u":"/Ukulele-Strings.gc","l":[]}, {"n":"Mandolin
Strings","u":"/Mandolin-Strings.gc","l":[]}, {"n":"Banjo
Strings","u":"/Banjo-Strings.gc","l":[]} ]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[
{"n":"Tuners","u":"/Tuners.gc","l":[]},
{"n":"Metronomes","u":"/Metronomes.gc","l":[]}, {"n":"Tuner/Metronome
Combos","u":"/Tuner-Metronome-Combos.gc","l":[]}, {"n":"Tuning
Forks","u":"/Tuning-Forks.gc","l":[]}, {"n":"Pitch
Pipes","u":"/Pitch-Pipes-Tone-Generators.gc","l":[]} ]}, {"n":"Amplifier
Parts","u":"/Amplifier-Parts.gc","l":[
{"n":"Speakers","u":"/Speakers-for-Instrument-Amps.gc","l":[]},
{"n":"Tubes","u":"/Tubes-for-Instrument-Amps.gc","l":[]}, {"n":"Frames, Casters,
Legs &
Corners","u":"/Frames-Casters-Legs-Corners-for-Instrument-Amps.gc","l":[]},
{"n":"Handles & Straps","u":"/Handles-Straps-for-Instrument-Amps.gc","l":[]},
{"n":"Knobs & Logos","u":"/Knobs-Logos-for-Instrument-Amps.gc","l":[]},
{"n":"Rack Kits","u":"/Rack-Kits-for-Instrument-Amps.gc","l":[]}, {"n":"Power
Supplies","u":"/Amplifiers-Effects-Power-Supplies.gc","l":[]} ]}, {"n":"Studio
Furniture","u":"/Studio-Furniture.gc","l":[ {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]},
{"n":"Soundproofing","u":"/Acoustic-Treatments.gc","l":[]}, {"n":"Foot
Stools","u":"/Foot-Stools.gc","l":[]}, {"n":"Chairs","u":"/Chairs.gc","l":[]}
]}, {"n":"Microphone Accessories","u":"/Microphone-Accessories.gc","l":[
{"n":"Microphone Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]},
{"n":"Shockmounts","u":"/Microphone-Shockmounts.gc","l":[]}, {"n":"Clips &
Clamps","u":"/Microphone-Clips-Clamps.gc","l":[]}, {"n":"Windscreens &
Grilles","u":"/Microphone-Windscreens-Grilles.gc","l":[]}, {"n":"Microphone
Capsules","u":"/Microphone-Capsules.gc","l":[]}, {"n":"Pop
Filters","u":"/Pop-Filters.gc","l":[]}, {"n":"Sound Shields &
Reflectors","u":"/Sound-Shields-Reflectors.gc","l":[]}, {"n":"Microphone
Accessory Packages","u":"/Microphone-Accessory-Packages.gc","l":[]},
{"n":"Microphone Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]},
{"n":"Vocal Processors","u":"/Vocal-Processors.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]} ]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[ {"n":"Power
Supplies","u":"/Power-Supplies.gc","l":[]}, {"n":"Power Conditioners
& Surge Protectors","u":"/Power-Conditioners-Surge-Protectors.gc","l":[]},
{"n":"Batteries","u":"/Batteries.gc","l":[]},
{"n":"Generators","u":"/Generators.gc","l":[]} ]}, {"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[
{"n":"Cases","u":"/Rackmount-Cases.gc","l":[]}, {"n":"Ears, Brackets &
Panels","u":"/Rackmount-Ears-Brackets-Panels.gc","l":[]}, {"n":"Shelves &
Drawers","u":"/Rackmount-Shelves-Drawers.gc","l":[]}, {"n":"Rackmount
Accessories","u":"/Rackmount-Accessories.gc","l":[]}, {"n":"Handles &
Straps","u":"/Handles-Straps-for-Instrument-Amps.gc","l":[]}, {"n":"Rackmount
Studio Furniture","u":"/Rackmount-Studio-Furniture.gc","l":[]} ]},
{"n":"Keyboard Accessories
& Parts","u":"/Keyboard-Accessories-Parts.gc","l":[ {"n":"Benches &
Stools","u":"/Benches-Stools.gc","l":[]}, {"n":"Keyboard
Pedals","u":"/Keyboard-Sustain-Volume-Expression-Pedals.gc","l":[]},
{"n":"Accessory Packages","u":"/Keyboard-Accessory-Packages.gc","l":[]},
{"n":"Expansion Boards","u":"/Keyboard-Expansion-Boards.gc","l":[]},
{"n":"Replacement Parts","u":"/Keyboard-Replacement-Parts.gc","l":[]} ]},
{"n":"Stage Accessories","u":"/Stage-Accessories.gc","l":[ {"n":"Hearing
Protection","u":"/Hearing-Protection.gc","l":[]}, {"n":"Carts, Casters &
Dollies","u":"/Carts-Casters-Dollies.gc","l":[]}, {"n":"Gaffers & Stage
Tape","u":"/Gaffers-Stage-Tape.gc","l":[]}, {"n":"Mixer & Gig
Lights","u":"/Mixer-Gig-Lights.gc","l":[]} ]}, {"n":"Band & Orchestra
Accessories","u":"/Band-Orchestra-Accessories.gc","l":[
{"n":"Woodwind","u":"/Woodwind-Accessories.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Accessories-for-Orchestral-Strings.gc","l":[]}, {"n":"Brass
Instruments","u":"/Accessories-for-Brass-Instruments.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Marching
Band","u":"/Marching-Band-Accessories.gc","l":[]} ]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"Care &
Cleaning","u":"/Care-Cleaning.gc","l":[ {"n":"Fretted
Instruments","u":"/Fretted-Instrument-Care-Cleaning.gc","l":[]}, {"n":"General
Care & Cleaning","u":"/General-Care-Cleaning.gc","l":[]},
{"n":"Keyboard","u":"/Keyboard-Care-Cleaning.gc","l":[]} ]}, {"n":"Practice &
Performance Aides","u":"/Practice-Performance-Aids.gc","l":[]},
{"n":"Tools","u":"/Tools.gc","l":[ {"n":"Fretted Instrument
Tools","u":"/Fretted-Instrument-Tools.gc","l":[]}, {"n":"Percussion Practice
Tools","u":"/Percussion-Practice-Tools.gc","l":[]}, {"n":"General Purpose
Tools","u":"/General-Purpose-Tools.gc","l":[]} ]}, {"n":"DJ Accessories &
Related
Products","u":"/DJ-Accessories.gc","l":[ {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"DJ
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"DJ Cases & Gig
Bags","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"DJ Stands &
Racks","u":"/DJ-Stands-Racks.gc","l":[]}, {"n":"DJ
Instruction","u":"/DJ-Instruction.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]} ]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]}, {"n":"Media, Storage &
Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"Effects Pedal
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[ {"n":"General
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[]}, {"n":"Power
Supplies","u":"/Power-Supplies.gc","l":[]} ]},
{"n":"Headphones","u":"/Headphones.gc","l":[ {"n":"Studio
Headphones","u":"/Studio-Headphones.gc","l":[]}, {"n":"Headphone
Amplifiers/Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]},
{"n":"Earphones","u":"/Earphones.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"Noise Canceling
Headphones","u":"/Noise-Canceling-Headphones.gc","l":[]}, {"n":"Consumer
Headphones","u":"/Consumer-Headphones.gc","l":[]}, {"n":"Headphone
Packages","u":"/Headphone-Packages.gc","l":[]}, {"n":"Headphone
Cables","u":"/Headphone-Cables.gc","l":[]},
{"n":"Adapters","u":"/Cable-Adapters.gc","l":[]}, {"n":"Headphone Guitar
Amplifiers","u":"/Headphone-Guitar-Amplifiers.gc","l":[]}, {"n":"Headphone Bass
Amplifiers","u":"/Headphone-Bass-Amplifiers.gc","l":[]} ]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]}, {"n":"Drums &
Percussion","u":"/Drums-Percussion.gc","l":[ {"n":"Acoustic
Drums","u":"/Acoustic-Drums.gc","l":[
{"n":"Sets","u":"/Acoustic-Drum-Sets.gc","l":[]}, {"n":"Snare
Drums","u":"/Snare-Drums.gc","l":[]}, {"n":"Mounted
Toms","u":"/Mounted-Toms.gc","l":[]}, {"n":"Bass
Drums","u":"/Bass-Drums.gc","l":[]}, {"n":"Floor
Toms","u":"/Floor-Toms.gc","l":[]}, {"n":"Electronic Drum Acoustic
Triggers","u":"/Acoustic-Triggers.gc","l":[]}, {"n":"Add-On
Packs","u":"/Add-On-Packs-for-Acoustic-Drums.gc","l":[]}, {"n":"Acoustic to
Electric
Conversion Kits","u":"/Acoustic-to-Electric-Conversion-Kits.gc","l":[]},
{"n":"Drum Accessories","u":"/Drum-Accessories.gc","l":[]}, {"n":"Drum &
Percussion Stands &
Racks","u":"/Accessories-Drum-Percussion-Stands-Racks.gc","l":[]}, {"n":"Drum
Cases & Gig Bags","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Drum Amplifiers","u":"/Drum-Amplifiers.gc","l":[]} ]},
{"n":"Cymbals","u":"/Cymbals.gc","l":[ {"n":"Crash
Cymbals","u":"/Crash-Cymbals.gc","l":[]}, {"n":"Cymbal
Packs","u":"/Cymbal-Packs.gc","l":[]}, {"n":"Ride
Cymbals","u":"/Ride-Cymbals.gc","l":[]}, {"n":"Hi-Hat
Cymbals","u":"/Hi-Hat-Cymbals.gc","l":[]}, {"n":"China
Cymbals","u":"/China-Cymbals.gc","l":[]}, {"n":"Splash
Cymbals","u":"/Splash-Cymbals.gc","l":[]}, {"n":"Effect
Cymbals","u":"/Effect-Cymbals.gc","l":[]}, {"n":"Electronic
Cymbals","u":"/Electronic-Cymbals.gc","l":[]}, {"n":"Marching
Cymbals","u":"/Marching-Cymbals.gc","l":[]}, {"n":"Concert
Cymbals","u":"/Concert-Cymbals.gc","l":[]}, {"n":"Classroom
Cymbals","u":"/Classroom-Tambourines-Cymbals.gc","l":[]}, {"n":"Finger
Cymbals","u":"/Finger-Cymbals.gc","l":[]}, {"n":"Cymbal
Parts","u":"/Cymbal-Parts.gc","l":[]}, {"n":"Cymbal Holders &
Hardware","u":"/Cymbal-Holders-Hardware.gc","l":[]}, {"n":"Cymbal Stands & Boom
Arms","u":"/Cymbal-Stands-Boom-Arms.gc","l":[]}, {"n":"Hi-Hat
Stands","u":"/Accessories-Hi-Hat-Stands.gc","l":[]}, {"n":"Cymbal Cases, Gig
Bags & Covers","u":"/Cymbal-Cases-Gig-Bags-Covers.gc","l":[]} ]},
{"n":"Electronic Drums","u":"/Electronic-Drums.gc","l":[ {"n":"Drum
Sets","u":"/Electronic-Drum-Sets.gc","l":[]}, {"n":"Drum
Machines","u":"/Drum-Machines.gc","l":[]}, {"n":"Trigger
Pads","u":"/Trigger-Pads.gc","l":[]}, {"n":"Drum
Amplifiers","u":"/Drum-Amplifiers.gc","l":[]}, {"n":"Drum MIDI
Controllers","u":"/Electronic-Drum-MIDI-Controllers.gc","l":[]},
{"n":"Modules","u":"/Electronic-Drum-Modules.gc","l":[]}, {"n":"Electronic
Cymbals","u":"/Electronic-Cymbals.gc","l":[]}, {"n":"Acoustic
Triggers","u":"/Acoustic-Triggers.gc","l":[]}, {"n":"Acoustic to Electric
Conversion Kits","u":"/Acoustic-to-Electric-Conversion-Kits.gc","l":[]},
{"n":"Percussion Stomp Boxes","u":"/Percussion-Stomp-Boxes.gc","l":[]},
{"n":"Drum Accessories","u":"/Drum-Accessories.gc","l":[]} ]}, {"n":"World
Percussion","u":"/World-Percussion.gc","l":[ {"n":"Hand
Drums","u":"/Hand-Drums.gc","l":[]},
{"n":"Tambourines","u":"/Tambourines.gc","l":[]}, {"n":"Hand
Percussion","u":"/Hand-Percussion.gc","l":[]},
{"n":"Timbales","u":"/Timbales.gc","l":[]},
{"n":"Cowbells","u":"/Cowbells.gc","l":[]}, {"n":"Brazilian &
Samba","u":"/Brazilian-Samba-Percussion.gc","l":[]}, {"n":"Jam
Blocks","u":"/Jam-Blocks.gc","l":[]}, {"n":"Bar Chimes & Mark
Trees","u":"/Bar-Chimes-Mark-Trees.gc","l":[]},
{"n":"Sets","u":"/World-Percussion-Sets.gc","l":[]}, {"n":"Drum
Accessories","u":"/Drum-Accessories.gc","l":[]} ]}, {"n":"Accessories & Related
Products","u":"/Drum-Accessories.gc","l":[ {"n":"Drum Sticks &
Mallets","u":"/Drum-Sticks-Mallets.gc","l":[]}, {"n":"Drum
Heads","u":"/Drum-Heads.gc","l":[]}, {"n":"Drum Replacement
Parts","u":"/Drum-Replacement-Parts.gc","l":[]}, {"n":"Drum Practice
Pads","u":"/Drum-Practice-Pads.gc","l":[]}, {"n":"Dampening
Parts","u":"/Impact-Badges-Dampening-Devices.gc","l":[]}, {"n":"Drum Keys &
Tuning Tool","u":"/Drum-Keys-Tuning-Tools.gc","l":[]}, {"n":"Drum
Rugs","u":"/Drum-Rugs.gc","l":[]}, {"n":"Drum
Shields","u":"/Drum-Shields.gc","l":[]}, {"n":"Cajon
Accessories","u":"/Cajon-Accessories.gc","l":[]}, {"n":"Drum Care &
Cleaning","u":"/Drum-Care-Cleaning.gc","l":[]}, {"n":"Percussion Practice
Tools","u":"Percussion-Practice-Tools.gc","l":[]}, {"n":"Drum
Gloves","u":"/Drum-Gloves.gc","l":[]}, {"n":"Drum & Percussion Stands &
Racks","u":"/Accessories-Drum-Percussion-Stands-Racks.gc","l":[]}, {"n":"Drum
Cases & Gig Bags","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Drum Amplifiers","u":"/Drum-Amplifiers.gc","l":[]}, {"n":"Concert
Percussion Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]},
{"n":"Cymbal Parts","u":"/Cymbal-Parts.gc","l":[]}, {"n":"Cymbal Holders &
Hardware","u":"/Cymbal-Holders-Hardware.gc","l":[]}, {"n":"Cymbal Stands & Boom
Arms","u":"/Cymbal-Stands-Boom-Arms.gc","l":[]}, {"n":"Hi-Hat
Stands","u":"/Accessories-Hi-Hat-Stands.gc","l":[]}, {"n":"Cymbal Cases, Gig
Bags & Covers","u":"/Cymbal-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Metronomes","u":"/Tuners-Metronomes.gc","l":[]}, {"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]}, {"n":"Drum
Hardware","u":"/Drum-Hardware.gc","l":[ {"n":"Drum
Pedals","u":"/Drum-Pedals.gc","l":[]}, {"n":"Clamps, Mounts &
Holders","u":"/Drum-Percussion-Clamps-Mounts-Holders.gc","l":[]}, {"n":"Drum
Thrones","u":"/Drum-Thrones.gc","l":[]}, {"n":"Drum Hardware
Packs","u":"/Drum-Hardware-Packs.gc","l":[]}, {"n":"Drum
Accessories","u":"/Drum-Accessories.gc","l":[]} ]}, {"n":"Concert
Percussion","u":"/Concert-Percussion.gc","l":[ {"n":"Mallet
Percussion","u":"/Concert-Mallet-Percussion.gc","l":[]},
{"n":"Drums","u":"/Concert-Drums.gc","l":[]}, {"n":"Hand & Mounted
Percussion","u":"/Concert-Hand-Mounted-Percussion.gc","l":[]}, {"n":"Percussion
Hardware","u":"/Concert-Percussion-Hardware.gc","l":[]},
{"n":"Gongs","u":"/Gongs.gc","l":[]}, {"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Concert
Percussion Hardware","u":"/Concert-Percussion-Hardware.gc","l":[]} ]},
{"n":"Marching Percussion","u":"/Marching-Percussion.gc","l":[ {"n":"Marching
Tenor Drums","u":"/Marching-Tenor-Drums.gc","l":[]}, {"n":"Marching Bass
Drums","u":"/Marching-Bass-Drums.gc","l":[]}, {"n":"Marching Snare
Drums","u":"/Marching-Snare-Drums.gc","l":[]}, {"n":"Marching Mallet
Percussion","u":"/Marching-Mallet-Percussion.gc","l":[]}, {"n":"Marching
Cymbals","u":"/Marching-Cymbals.gc","l":[]} ]} ]}, {"n":"Keyboards &
MIDI","u":"/Keyboards-MIDI.gc","l":[ {"n":"Digital
Pianos","u":"/Digital-Pianos.gc","l":[ {"n":"Home Digitial
Pianos","u":"/Home-Digital-Pianos.gc","l":[]}, {"n":"Stage Digital
Pianos","u":"/Stage-Digital-Pianos.gc","l":[]} ]}, {"n":"MIDI Controllers,
Interfaces & Utilities","u":"/MIDI.gc","l":[ {"n":"MIDI
Controllers","u":"/MIDI-Controllers.gc","l":[]}, {"n":"MIDI
Interfaces","u":"/MIDI-Interfaces.gc","l":[]},
{"n":"Utilities","u":"/MIDI-Utilities.gc","l":[]}, {"n":"iOS MIDI
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]} ]},
{"n":"Synthesizers","u":"/Synthesizers.gc","l":[]}, {"n":"Keyboard
Workstations","u":"/Keyboard-Workstations.gc","l":[]}, {"n":"Portable &
Arranger","u":"/Portable-Arranger-Keyboards.gc","l":[ {"n":"Portable
Keyboards","u":"/Portable-Keyboards.gc","l":[]}, {"n":"Arranger
Keyboards","u":"/Arranger-Keyboards.gc","l":[]} ]}, {"n":"Production &
Groove","u":"/Production-Groove.gc","l":[]}, {"n":"Keyboard & MIDI
Packages","u":"/Keyboard-MIDI-Packages.gc","l":[ {"n":"Keyboard
Packages","u":"/Keyboard-Packages.gc","l":[]}, {"n":"MIDI Controller
Packages","u":"/MIDI-Controller-Packages.gc","l":[]} ]},
{"n":"Organs","u":"/Organs.gc","l":[]}, {"n":"Sound
Modules","u":"/Sound-Modules.gc","l":[]},
{"n":"Theremins","u":"/Theremins.gc","l":[]}, {"n":"iOS
Keyboards","u":"/iOS-Keyboards.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Keyboard-Accessories-Parts.gc","l":[ {"n":"Stands &
Racks","u":"/Keyboard-Stands-Racks.gc","l":[]}, {"n":"Cases, Covers & Gig
Bags","u":"/Keyboard-Instrument-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Benches
& Stools","u":"/Benches-Stools.gc","l":[]}, {"n":"Keyboard
Pedals","u":"/Keyboard-Sustain-Volume-Expression-Pedals.gc","l":[]},
{"n":"Keyboard Accessory
Packages","u":"/Keyboard-Accessory-Packages.gc","l":[]}, {"n":"Synthesizer &
Eurorack Accessories","u":"/Synthesizer-Eurorack-Accessories.gc","l":[]},
{"n":"Keyboard Expansion Boards","u":"/Keyboard-Expansion-Boards.gc","l":[]},
{"n":"Keyboard Care & Cleaning","u":"/Keyboard-Care-Cleaning.gc","l":[]},
{"n":"Keyboard Amplifiers &
Monitors","u":"/Keyboard-Amplifiers-Monitors.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Power
Supplies","u":"/Keyboard-Power-Supplies.gc","l":[]}, {"n":"Accordians &
More","u":"/Folk-Traditional-Wind-Keyboard-Instruments.gc","l":[]},
{"n":"Virtual Instruments
Software","u":"/Virtual-Instruments-Software.gc","l":[]}, {"n":"Books, Sheet
Music & Media","u":"/Books-Sheet-Music-Media.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]} ]} ]}, {"n":"Ukuleles, Banjos &
More","u":"/Folk-Traditional-Instruments.gc","l":[
{"n":"Ukuleles","u":"/Ukuleles.gc","l":[]},
{"n":"Banjos","u":"/Banjos.gc","l":[]},
{"n":"Mandolins","u":"/Mandolins.gc","l":[]},
{"n":"Resonators","u":"/Resonators.gc","l":[]}, {"n":"Lap
Steels","u":"/Lap-Steels.gc","l":[]},
{"n":"Harmonicas","u":"/Harmonicas.gc","l":[]},
{"n":"Accordions","u":"/Accordions.gc","l":[]} ]},
{"n":"Microphones","u":"/Microphones.gc","l":[ {"n":"Dynamic
(Live)","u":"/Dynamic-Microphones.gc","l":[]}, {"n":"Condenser
(Recording)","u":"/Condenser-Microphones.gc","l":[]},
{"n":"Packages","u":"/Microphone-Packages.gc","l":[]},
{"n":"USB","u":"/USB-Microphones.gc","l":[]},
{"n":"Drum","u":"/Drum-Microphones.gc","l":[]},
{"n":"Tube","u":"/Tube-Microphones.gc","l":[]},
{"n":"Ribbon","u":"/Ribbon-Microphones.gc","l":[]},
{"n":"Wireless","u":"/Wireless-Systems.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Microphone-Accessories.gc","l":[ {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Sound Shields &
Reflectors","u":"/Sound-Shields-Reflectors.gc","l":[]}, {"n":"Pop
Filters","u":"/Pop-Filters.gc","l":[]}, {"n":"Clips &
Clamps","u":"/Microphone-Clips-Clamps.gc","l":[]},
{"n":"Shockmounts","u":"/Microphone-Shockmounts.gc","l":[]}, {"n":"Microphone
Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Windscreens &
Grilles","u":"/Microphone-Windscreens-Grilles.gc","l":[]}, {"n":"Microphone
Capsules","u":"/Microphone-Capsules.gc","l":[]}, {"n":"Microphone Accessory
Packages","u":"/Microphone-Accessory-Packages.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]}, {"n":"Recording
Gear","u":"/Recording-Gear.gc","l":[]}, {"n":"Live
Sound","u":"/Live-Sound.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]},
{"n":"Headphones","u":"/Headphones.gc","l":[]}, {"n":"Utility & Equipment
Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Utility & Gear Cases,
Bags & Covers","u":"/Utility-Gear-Cases-Bags-Covers.gc","l":[]} ]} ]},
{"n":"Live Sound","u":"/Live-Sound.gc","l":[ {"n":"Wireless
Systems","u":"/Wireless-Systems.gc","l":[]}, {"n":"Powered PA
Speakers","u":"/Powered-PA-Speakers.gc","l":[]}, {"n":"Stage
Subwoofers","u":"/Stage-Subwoofers.gc","l":[]}, {"n":"Live Sound
Packages","u":"/Live-Sound-Packages.gc","l":[]}, {"n":"Unpowered PA
Speakers","u":"/Unpowered-PA-Speakers.gc","l":[]}, {"n":"Live Power
Amplifiers","u":"/Live-Power-Amplifiers.gc","l":[]}, {"n":"Stage
Monitors","u":"/Stage-Monitors.gc","l":[]}, {"n":"Installed
Sound","u":"/Installed-Sound.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Monitor & Speaker
Stands & Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]},
{"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Speaker Cases, Gig Bags &
Covers","u":"/Speaker-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Mixer Cases, Gig
Bags & Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Utility &
Equipment Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Microphone
Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]},
{"n":"Microphones","u":"/Microphones-Wireless-Systems.gc","l":[]},
{"n":"Microphone Accessories","u":"/Microphone-Accessories.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]}, {"n":"Utility & Gear Cases,
Bags & Covers","u":"/Utility-Gear-Cases-Bags-Covers.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]} ]},
{"n":"Recording","u":"/Recording-Gear.gc","l":[ {"n":"Audio
Interfaces","u":"/Audio-Interfaces.gc","l":[]}, {"n":"Studio
Monitors","u":"/Studio-Monitors.gc","l":[]}, {"n":"Recording
Packages","u":"/Recording-Packages.gc","l":[]}, {"n":"Audio
Recorders","u":"/Audio-Recorders.gc","l":[]}, {"n":"Studio
Subwoofers","u":"/Studio-Subwoofers.gc","l":[]}, {"n":"Mixing
Consoles","u":"/Mixing-Consoles.gc","l":[]}, {"n":"Controllers &
Expansions","u":"/Remotes-Controllers-Expansions.gc","l":[]}, {"n":"Studio Power
Amplifiers","u":"/Studio-Power-Amplifiers.gc","l":[]}, {"n":"Audio
Converters","u":"/Audio-Converters.gc","l":[]},
{"n":"Duplication","u":"/Duplication.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]}, {"n":"Audio
Playback","u":"/Audio-Playback.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone Cases &
Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Microphone
Accessories","u":"/Microphone-Accessories.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]}, {"n":"Monitor &
Speaker
Stands & Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]},
{"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Speaker Cases, Gig Bags
& Covers","u":"/Speaker-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Mixer Cases,
Gig Bags & Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]}, {"n":"Mixers","u":"/Mixers.gc","l":[]},
{"n":"Media, Storage & Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Computers &
Peripherals","u":"/Computers-Peripherals.gc","l":[]},
{"n":"Software","u":"/Music-Software.gc","l":[]},
{"n":"Headphones","u":"/Headphones.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]}, {"n":"MIDI
Interfaces","u":"/MIDI-Interfaces.gc","l":[]}, {"n":"Utility & Equipment
Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]}, {"n":"Bluetooth & Wireless
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]} ]}, {"n":"DJ
Gear","u":"/DJ-Gear.gc","l":[ {"n":"DJ Controllers &
Interfaces","u":"/DJ-Controllers-Interfaces.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"DJ
Vinyl","u":"/DJ-Vinyl.gc","l":[]}, {"n":"DJ & Remix
Software","u":"/DJ-Remix-Software.gc","l":[]}, {"n":"DJ
Mixers","u":"/DJ-Mixers.gc","l":[]},
{"n":"Turntables","u":"/Turntables.gc","l":[]}, {"n":"Needles &
Cartridges","u":"/Needles-Cartridges.gc","l":[]}, {"n":"DJ CD & Media
Players","u":"/DJ-CD-Media-Players.gc","l":[]},
{"n":"Karaoke","u":"/Karaoke.gc","l":[]}, {"n":"DJ
Packages","u":"/DJ-Packages.gc","l":[]}, {"n":"Record
Players","u":"/Record-Players.gc","l":[]}, {"n":"DJ Accessories & Related
Products","u":"/DJ-Accessories.gc","l":[ {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"DJ
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"DJ Cases & Gig
Bags","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"DJ Stands &
Racks","u":"/DJ-Stands-Racks.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"DJ
Instruction","u":"/DJ-Instruction.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"Record
Player","u":"/Record-Players.gc","l":[]} ]} ]},
{"n":"Software","u":"/Music-Software.gc","l":[ {"n":"Virtual Instruments
Software","u":"/Virtual-Instruments-Software.gc","l":[]}, {"n":"Effects
Pluggins","u":"/Effects-Plugins.gc","l":[]}, {"n":"Signal Processors
Software","u":"/Signal-Processors-Software.gc","l":[]}, {"n":"DAW
Software","u":"/DAW-Software.gc","l":[]}, {"n":"Mixing & Mastering
Software","u":"/Mixing-Mastering-Software.gc","l":[]}, {"n":"Sound Libraries,
Loops & Refills","u":"/Sound-Libraries-Loops-Refills.gc","l":[]}, {"n":"Reverb &
Delay Software","u":"/Reverb-Delay-Software.gc","l":[]}, {"n":"Vocal
Software","u":"/Vocal-Software.gc","l":[]}, {"n":"DJ & Lighting
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"Notation
Software","u":"/Notation-Software.gc","l":[]}, {"n":"Restoration & Noise
Reduction Software","u":"/Restoration-Noise-Reduction-Software.gc","l":[]},
{"n":"Video Software","u":"/Video-Software.gc","l":[]}, {"n":"Educational
Software","u":"/Educational-Software.gc","l":[]}, {"n":"Utility & Service
Software","u":"/Utility-Service-Software.gc","l":[]}, {"n":"Software
Bundles","u":"/Software-Bundles.gc","l":[]}, {"n":"Upgrades &
Crossgrades","u":"/Upgrades-Crossgrades.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Media, Storage &
Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"Software
Instruction","u":"/Software-Instruction.gc","l":[]}, {"n":"Recording
Gear","u":"/Recording-Gear.gc","l":[]}, {"n":"MIDI
Interfaces","u":"/MIDI-Interfaces.gc","l":[]}, {"n":"MIDI
Controllers","u":"/MIDI-Controllers.gc","l":[]}, {"n":"Production &
Groove","u":"/Production-Groove.gc","l":[]}, {"n":"DJ Controllers &
Interfaces","u":"/DJ-Controllers-Interfaces.gc","l":[]}, {"n":"Computers &
Peripherals","u":"/Computers-Peripherals.gc","l":[]},
{"n":"Headphones","u":"/Headphones.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]} ]} ]}, {"n":"Lighting & Stage
Effects","u":"/Lighting-Stage-Effects.gc","l":[ {"n":"Color Changers & Wash
Lights","u":"/Color-Changers-Wash-Lights.gc","l":[]}, {"n":"Par
Cans","u":"/Par-Cans.gc","l":[]}, {"n":"Lighting Stands, Truss &
Hardware","u":"/Lighting-Stands-Truss-Hardware.gc","l":[]}, {"n":"Lighting
Controllers
& Dimmer Packs","u":"/Lighting-Controllers-Dimmer-Packs.gc","l":[]}, {"n":"Fog,
Bubble & Snow Effects","u":"/Fog-Bubble-Snow-Effects.gc","l":[]},
{"n":"Intelligent Lighting","u":"/Intelligent-Lighting.gc","l":[]}, {"n":"Lamps
& Bulbs","u":"/Lamps-Bulbs.gc","l":[]}, {"n":"Lasers &
Strobes","u":"/Lasers-Strobes.gc","l":[]}, {"n":"Gels, Gobos &
Lenses","u":"/Gels-Gobos-Lenses.gc","l":[]},
{"n":"Spotlights","u":"/Spotlights.gc","l":[]}, {"n":"Mirror
Balls","u":"/Mirror-Balls.gc","l":[]}, {"n":"Black & UV
Lights","u":"/Black-UV-Lights.gc","l":[]}, {"n":"Lighting & Effects
Packages","u":"/Lighting-Effects-Packages.gc","l":[]}, {"n":"Accessories &
Related
Products","u":"/Accessories.gc","l":[ {"n":"Lighting Cases &
Bags","u":"/Lighting-Cases-Bags.gc","l":[]}, {"n":"Lighting Stands &
Truss","u":"/Lighting-Stands-Truss.gc","l":[]}, {"n":"Lighting
Cables","u":"/Lighting-Cables.gc","l":[]}, {"n":"Mixer & Gig
Lights","u":"/Mixer-Gig-Lights.gc","l":[]}, {"n":"Flashlights &
Headlamps","u":"/Flashlights-Headlamps.gc","l":[]}, {"n":"Lighting
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]} ]}, {"n":"Band &
Orchestra","u":"/Band-Orchestra.gc","l":[
{"n":"Woodwinds","u":"/Woodwinds.gc","l":[
{"n":"Saxophones","u":"/Saxophones.gc","l":[]}, {"n":"Flutes &
Piccolos","u":"/Flutes-Piccolos.gc","l":[]},
{"n":"Clarinets","u":"/Clarinets.gc","l":[]}, {"n":"Double Reed
Instruments","u":"/Double-Reed-Instruments.gc","l":[]},
{"n":"Recorders","u":"/Recorders.gc","l":[]}, {"n":"Electronic Wind
Instruments","u":"/Electronic-Wind-Instruments.gc","l":[]},
{"n":"Accessories","u":"/Woodwind-Accessories.gc","l":[]},
{"n":"Woodwind","u":"/Woodwind-Cases-Gig-Bags.gc","l":[]} ]}, {"n":"Orchestral
Strings","u":"/Orchestral-Strings.gc","l":[
{"n":"Violins","u":"/Violins.gc","l":[]},
{"n":"Violas","u":"/Violas.gc","l":[]}, {"n":"Cellos","u":"/Cellos.gc","l":[]},
{"n":"Double Basses","u":"/Double-Basses.gc","l":[]},
{"n":"Harps","u":"/Harps.gc","l":[]},
{"n":"Accessories","u":"/Accessories-for-Orchestral-Strings.gc","l":[]} ]},
{"n":"Brass Instruments","u":"/Brass-Instruments.gc","l":[
{"n":"Trumpets","u":"/Trumpets.gc","l":[]},
{"n":"Trombones","u":"/Trombones.gc","l":[]},
{"n":"Tubas","u":"/Tubas.gc","l":[]}, {"n":"French
Horns","u":"/French-Horns.gc","l":[]},
{"n":"Euphoniums","u":"/Euphoniums.gc","l":[]},
{"n":"Flugelhorns","u":"/Flugelhorns.gc","l":[]},
{"n":"Cornets","u":"/Cornets.gc","l":[]}, {"n":"Baritone
Horns","u":"/Baritone-Horns.gc","l":[]}, {"n":"Alto & Tenor
Horns","u":"/Alto-Tenor-Horns.gc","l":[]},
{"n":"Sousaphones","u":"/Sousaphones.gc","l":[]},
{"n":"Mellophones","u":"/Mellophones.gc","l":[]},
{"n":"Bugles","u":"/Bugles.gc","l":[]},
{"n":"Accessories","u":"/Accessories-for-Brass-Instruments.gc","l":[]} ]},
{"n":"Concert Percussion","u":"/Concert-Percussion.gc","l":[ {"n":" Concert
Mallet Percussion","u":"/Concert-Mallet-Percussion.gc","l":[]}, {"n":"Concert
Drums","u":"/Concert-Drums.gc","l":[]}, {"n":"Hand & Mounted
Percussion","u":"/Concert-Hand-Mounted-Percussion.gc","l":[]},
{"n":"Gongs","u":"/Gongs.gc","l":[]}, {"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Concert
Percussion Hardware","u":"/Concert-Percussion-Hardware.gc","l":[]} ]},
{"n":"Marching Band","u":"/Marching-Band.gc","l":[ {"n":"Marching
Percussion","u":"/Marching-Percussion.gc","l":[]}, {"n":"Marching Band
Accessories","u":"/Marching-Band-Accessories.gc","l":[]} ]}, {"n":"Classroom &
Kids","u":"/Classroom-Kids.gc","l":[ {"n":"Classroom
Aides","u":"/Classroom-Aids.gc","l":[]}, {"n":"Classroom
Furniture","u":"/Classroom-Furniture.gc","l":[]}, {"n":"Classroom
Instruments","u":"/Classroom-Musical-Instruments.gc","l":[]} ]}, {"n":"Band &
Orchestra
Accessories & Related Products","u":"/Band-Orchestra-Accessories.gc","l":[
{"n":"Woodwind Accessories","u":"/Woodwind-Accessories.gc","l":[]},
{"n":"Orchestral Strings
Accessories","u":"/Accessories-for-Orchestral-Strings.gc","l":[]}, {"n":"Brass
Instruments Accessories","u":"/Accessories-for-Brass-Instruments.gc","l":[]},
{"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Marching
Band Accessories","u":"/Marching-Band-Accessories.gc","l":[]}, {"n":"Marching
Percussion Accessories","u":"/Marching-Percussion-Accessories.gc","l":[]},
{"n":"Batons","u":"/Batons-Arrangers.gc","l":[]}, {"n":"Cases & Gig
Bags","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[]}, {"n":"Stands &
Racks","u":"/Stands-Racks.gc","l":[]}, {"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]}, {"n":"Band & Orchestra
Cases & Gig Bags","u":"/Cases-Gig-Bags-Covers.gc","l":[
{"n":"Woodwind","u":"/Woodwind-Cases-Gig-Bags.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Orchestral-Strings-Cases-Gig-Bags.gc","l":[]}, {"n":"Brass
Instruments","u":"/Brass-Cases-Gig-Bags.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Cases-Gig-Bags.gc","l":[]}, {"n":"Marching
Percussion","u":"/Marching-Percussion-Cases-Gig-Bags.gc","l":[]} ]},
{"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[ {"n":"Sheet Music &
Scores","u":"/Sheet-Music-Scores.gc","l":[]}, {"n":"Performance
Instruction","u":"/Performance-Instruction.gc","l":[]},
{"n":"Tablature","u":"/Tablature.gc","l":[]}, {"n":"Music Education for
Children","u":"/Music-Education-for-Children.gc","l":[]}, {"n":"Audio
Recordings, Videos
& Reference Materials","u":"/Audio-Recordings.gc","l":[]}, {"n":"Music Theory &
History","u":"/Music-Theory-History.gc","l":[]}, {"n":"Pro Audio
Instruction","u":"/Pro-Audio-Instruction.gc","l":[]}, {"n":"En
espanol","u":"/En-espanol.gc","l":[]} ]}, {"n":"Stands &
Racks","u":"/Stands-Racks.gc","l":[
{"n":"Woodwinds","u":"/Woodwind-Instrument-Stands.gc","l":[]},
{"n":"Brass","u":"/Brass-Instrument-Stands.gc","l":[]}, {"n":"Marching
Percussion","u":"/Marching-Percussion-Stands.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Stands-for-Orchestral-Strings.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Hardware.gc","l":[]} ]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[
{"n":"Tuners","u":"/Tuners.gc","l":[]},
{"n":"Metronomes","u":"/Metronomes.gc","l":[]}, {"n":"Tuner/Metronome
Combos","u":"/Tuner-Metronome-Combos.gc","l":[]}, {"n":"Tuning
Forks","u":"/Tuning-Forks.gc","l":[]}, {"n":"Pitch
Pipes","u":"/Pitch-Pipes-Tone-Generators.gc","l":[]} ]} ]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[ {"n":"iOS Audio/MIDI
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"iOS Docks &
Speakers","u":"/iOS-Docks-Speaker-Systems.gc","l":[]}, {"n":"iOS
Keyboards","u":"/iOS-Keyboards.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"iPods/MP3
Players","u":"/iPods-MP3-Players.gc","l":[]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[ {"n":"Learn to
Play","u":"/Performance-Instruction.gc","l":[
{"n":"Guitar","u":"/Guitar-Methods.gc","l":[]},
{"n":"Bass","u":"/Bass-Guitar-Methods.gc","l":[]}, {"n":"Drum &
Percussion","u":"/Drum-Set-Instruction.gc","l":[]}, {"n":"Piano &
Keyboard","u":"/Piano-Methods.gc","l":[]}, {"n":"Folk Stringed
Instruments","u":"/Folk-String-Instruments-Instruction.gc","l":[]}, {"n":"Voice
Instruction","u":"/Vocal-Methods.gc","l":[]},
{"n":"Harmonica","u":"/Harmonica-Instruction.gc","l":[]},
{"n":"Jazz/Rock/Pop","u":"/Jazz-Pop-Rock-Instruction.gc","l":[]} ]}, {"n":"Learn
Pro Audio","u":"/Pro-Audio-Instruction.gc","l":[ {"n":"Live
Sound","u":"/Live-Sound-Instruction.gc","l":[]},
{"n":"Recording","u":"/Recording-Instruction.gc","l":[]}, {"n":"Mixing &
Mastering","u":"/Mixing-Mastering-Instruction.gc","l":[]},
{"n":"Software","u":"/software-instruction.gc","l":[]} ]},
{"n":"Tablature","u":"/Tablature.gc","l":[
{"n":"Guitar","u":"/Guitar-Tablature.gc","l":[]},
{"n":"Bass","u":"/Bass-Tablature.gc","l":[]},
{"n":"Banjo","u":"/Banjo-Tablature.gc","l":[]},
{"n":"Mandolin","u":"/Mandolin-Tablature.gc","l":[]},
{"n":"Ukulele","u":"/Ukulele-Tablature.gc","l":[]} ]}, {"n":"Sheet Music &
Scores","u":"/Sheet-Music-Scores.gc","l":[ {"n":"Band & Orchestra Sheet Music
& Songbooks","u":"/Band-Orchestra-Sheet-Music-Songbooks.gc","l":[]},
{"n":"Piano/Vocal/Guitar Songbooks","u":"/Piano-Vocal-Guitar.gc","l":[]},
{"n":"Scores","u":"/Music-Scores-Parts.gc","l":[]} ]}, {"n":"Music Theory &
History","u":"/Music-Theory-History.gc","l":[ {"n":"History &
Criticism","u":"/History-Criticism-Reference-Materials.gc","l":[]}, {"n":"Music
Theory & Ear
Training","u":"/Music-Theory-Ear-Training-Reference-Materials.gc","l":[]},
{"n":"Biographies","u":"/Biographies.gc","l":[]} ]}, {"n":"Audio Recordings,
Videos
& Reference Materials","u":"/Music-Industry-Special-Interest.gc","l":[
{"n":"Vinyl & Audio Recordings","u":"/Audio-Recordings.gc","l":[]}, {"n":"Video
Documentaries
& Performances","u":"/Video-Documentaries-Performances.gc","l":[]},
{"n":"Instrument & Gear
Reference Materials","u":"/Instruments-Gear-Reference-Materials.gc","l":[]},
{"n":"Music Business
Reference Materials","u":"/Music-Business-Reference-Materials.gc","l":[]} ]},
{"n":"Music Education
for Children","u":"/Music-Education-for-Children.gc","l":[ {"n":"Group
Activities & Shows","u":"/Group-Activities-Shows.gc","l":[]}, {"n":"Songbooks &
Singalongs","u":"/Songbooks-Singalongs.gc","l":[]}, {"n":"World & Folk Music
Education","u":"/World-Folk-Music-Education-for-Children.gc","l":[]},
{"n":"Music & Movement
Education","u":"/Music-Movement-Education-for-Children.gc","l":[]}, {"n":"Music
Teaching Aides & Reference","u":"/Music-Teaching-Aides-Reference.gc","l":[]},
{"n":"General Music Collections","u":"/General-Music-Collections.gc","l":[]},
{"n":"Theory & Notation
Education","u":"/Theory-Notation-Education-for-Children.gc","l":[]},
{"n":"History & Composers
Education","u":"/History-Composers-Education-for-Children.gc","l":[]},
{"n":"Rhythm & Pitch
Education","u":"/Rhythm-Pitch-Education-for-Children.gc","l":[]},
{"n":"Handbells Music","u":"/Handbells-Music.gc","l":[]}, {"n":"Children's
CDs","u":"/Childrens-CDs.gc","l":[]}, {"n":"Children's
DVDs","u":"/Childrens-DVDs.gc","l":[]} ]}, {"n":"En
espanol","u":"/En-espanol.gc","l":[]} ]}, {"n":"Apparel &
Collectibles","u":"/Lifestyle.gc","l":[
{"n":"Collectibles","u":"/Collectibles.gc","l":[ {"n":"Stickers, Decals &
Magnets","u":"/Stickers-Decals-Magnets.gc","l":[]}, {"n":"Collectible
Figures","u":"/Collectible-Figures.gc","l":[]}, {"n":"Photos, Posters &
Plaques","u":"/Photos-Posters-Plaques.gc","l":[]},
{"n":"Games","u":"/Games.gc","l":[]},
{"n":"Calendars","u":"/Calendars.gc","l":[]}, {"n":"Smoking
Accessories","u":"/Smoking-Accessories.gc","l":[]}, {"n":"Lunch
Boxes","u":"/Lunch-Boxes-Coolers.gc","l":[]} ]}, {"n":"Home
Furnishings","u":"/Home-Furnishings.gc","l":[ {"n":"Kitchen
Accessories","u":"/Kitchen-Accessories.gc","l":[]}, {"n":"Chairs &
Stools","u":"/Chairs-Stools-for-Home.gc","l":[]}, {"n":"Office
Accessories","u":"/Office-Accessories.gc","l":[]}, {"n":"Holiday
Decorations","u":"/Holiday-Decorations.gc","l":[]}, {"n":"Wall
Decor","u":"/Wall-Decor.gc","l":[]}, {"n":"Display
Cases","u":"/Display-Cases-for-Home.gc","l":[]},
{"n":"Clocks","u":"/Home-Clocks.gc","l":[]}, {"n":"Lamps & Table Top
Decor","u":"/Lamps-Table-Top-Decor.gc","l":[]},
{"n":"Tables","u":"/Tables-for-Home.gc","l":[]} ]},
{"n":"Clothing","u":"/Clothing.gc","l":[ {"n":"Men's
Clothing","u":"/Mens-Clothing.gc","l":[]}, {"n":"Women's
Clothing","u":"/Womens-Clothing.gc","l":[]}, {"n":"Children's
Clothing","u":"/Childrens-Clothing.gc","l":[]},
{"n":"Shoes","u":"/Footwear.gc","l":[]}, {"n":"Hats","u":"/Hats.gc","l":[]} ]},
{"n":"Lifestyle Accessories","u":"/Lifestyle-Accessories.gc","l":[ {"n":"Belts &
Buckles","u":"/Belts-Buckles.gc","l":[]},
{"n":"Keychains","u":"/Keychains.gc","l":[]}, {"n":"Wristbands &
Towels","u":"/Wristbands-Towels.gc","l":[]},
{"n":"Wallets","u":"/Wallets-Wallet-Chains-Money-Clips.gc","l":[]},
{"n":"Jewelry & Watches","u":"/Jewelry-Watches.gc","l":[]} ]}, {"n":"Jewelry &
Watches","u":"/Jewelry-Watches.gc","l":[ {"n":"Pins &
Buttons","u":"/Pins-Buttons.gc","l":[]}, {"n":"Necklaces &
Pendants","u":"/Necklaces-Pendants.gc","l":[]},
{"n":"Bracelets","u":"/Bracelets.gc","l":[]},
{"n":"Earrings","u":"/Earrings.gc","l":[]} ]},
{"n":"Hats","u":"/Hats.gc","l":[]}, {"n":"Shoes","u":"/Footwear.gc","l":[]},
{"n":"Luggage","u":"/Luggage.gc","l":[]} ]}, {"n":"Classroom &
Kids","u":"/Classroom-Kids.gc","l":[ {"n":"Classroom
Instruments","u":"/Classroom-Musical-Instruments.gc","l":[ {"n":"Orff
Instruments","u":"/Orff-Instruments.gc","l":[]},
{"n":"Recorders","u":"/Classroom-Recorders.gc","l":[]}, {"n":"Rhythm
Instruments","u":"/Classroom-Rhythm-Instruments.gc","l":[]}, {"n":"Tuned
Percussion","u":"/Classroom-Tuned-Percussion.gc","l":[]} ]}, {"n":"Classroom
Aides","u":"/Classroom-Aids.gc","l":[ {"n":"Classroom
Games","u":"/Classroom-Games.gc","l":[]},
{"n":"Batons","u":"/Batons-Arrangers.gc","l":[]}, {"n":"Teaching Lab
Products","u":"/Teaching-Lab-Products.gc","l":[]}, {"n":"Classroom Posters &
Banners","u":"/Classroom-Posters-Banners.gc","l":[]}, {"n":"Classroom Wands,
Scarves
& Wearables","u":"/Classroom-Wands-Scarves-Wearables.gc","l":[]},
{"n":"Whiteboards & Chalkboards","u":"/Whiteboards-Chalkboards.gc","l":[]},
{"n":"Classroom Staff Paper","u":"/Classroom-Staff-Paper.gc","l":[]},
{"n":"Music Therapy","u":"/Music-Therapy.gc","l":[]} ]}, {"n":"Classroom
Furniture","u":"/Classroom-Furniture.gc","l":[ {"n":"Music Folios &
Storage","u":"/Music-Folios-Storage.gc","l":[]}, {"n":"Instrument
Storage","u":"/Instrument-Storage.gc","l":[]}, {"n":"Risers &
Platforms","u":"/Risers-Platforms.gc","l":[]} ]} ]} ]}, {"n":"My
Orders","u":"/myaccount/order/history", "ssl":1, "loggedInOnly":1}, {"n":"Track
An Order","u":"/trackorder", "loggedOutOnly":1}, {"n":"My
Account","u":"/myaccount/overview","noViewAll":1, "l":[ {"n":"Sign In or Create
Account","u":"/myaccount/login", "ssl":1, "loggedOutOnly":1}, {"n":"My
Orders","u":"/myaccount/order/history", "ssl":1, "loggedInOnly":1}, {"n":"Track
An Order","u":"/trackorder", "loggedOutOnly":1}, {"n":"Pay Gear
Card","u":"https://www.mysynchrony.com/merchants/cmp-index.html?market=music&store=guitarcenter"},
{"n":"Gift Card Balance","u":"/Gift-Card/Balance.gc", "ssl":1,
"loggedInOnly":1}, {"n":"Gift Card Balance","u":"/Gift-Card/Balance.gc",
"loggedOutOnly":1}, {"n":"Wish Lists","u":"/wishlists", "ssl":1}, {"n":"GC PRO
Account Manager","u":"/myaccount/manager", "gcProOnly":1}, {"n":"Manage My
Account","u":"/myaccount/overview", "ssl":1}, {"n":"Manage
Subscriptions","u":"/myaccount/subscriptions", "ssl":1} ]},
{"n":"Lessons","u":"/Services/Lessons","l":[]}, {"n":"Used
Gear","u":"/Used/","l":[ {"n":"Sell Your Gear","u":"/Trade-In-Trade-Up","l":[]},
{"n":"Used Guitars","u":"/Used/Guitars.gc","l":[ {"n":"Used Electric
Guitars","u":"/Used/Electric-Guitar.gc","l":[]}, {"n":"Used Acoustic
Guitars","u":"/Used/Acoustic-Guitar.gc","l":[]}, {"n":"Used Classical/Nylon
Guitars","u":"/Used/Classical-Nylon-Guitars.gc","l":[]} ]}, {"n":"Used
Amplifiers & Effects","u":"/Used/Amplifiers-Effects","l":[ {"n":"Used
Amplifiers","u":"/Used/Amplifiers.gc","l":[]}, {"n":"Used
Effects","u":"/Used/Effects.gc","l":[]} ]}, {"n":"Used
Bass","u":"/Used/Bass.gc","l":[ {"n":"Used Electric
Bass","u":"/Used/Electric-Bass.gc","l":[]}, {"n":"Used Acoustic
Bass","u":"/Used/Acoustic-Bass.gc","l":[]} ]}, {"n":"Used Folk & Traditional
Instruments","u":"/Used/Folk-Traditional-Instruments.gc","l":[ {"n":"Used
Banjos","u":"/Used/Banjos.gc","l":[]}, {"n":"Used
Mandolins","u":"/Used/Mandolins.gc","l":[]}, {"n":"Used
Ukuleles","u":"/Used/Ukuleles.gc","l":[]}, {"n":"Used Lap
Steels","u":"/Used/Lap-Steels.gc","l":[]}, {"n":"Used
Resonators","u":"/Used/Resonators.gc","l":[]} ]}, {"n":"Used Pro
Audio","u":"/Used/Pro-Audio.gc","l":[ {"n":"Used Live
Sound","u":"/Used/Live-Sound.gc","l":[]}, {"n":"Used Signal
Processors","u":"/Used/Signal-Processors.gc","l":[]}, {"n":"Used Recording
Gear","u":"/Used/Recording-Gear.gc","l":[]}, {"n":"Used Microphones & Wireless
Systems","u":"/Used/Microphones-Wireless-Systems.gc","l":[]}, {"n":"Used DJ
Gear","u":"/Used/DJ-Gear.gc","l":[]}, {"n":"Used
Mixers","u":"/Used/Mixers.gc","l":[]}, {"n":"Used Lighting & Stage
Effects","u":"/Used/Lighting-Stage-Effects.gc","l":[]}, {"n":"Used
Headphones","u":"/Used/Headphones.gc","l":[]}, {"n":"Used Computers &
Peripherals","u":"/Used/Computers-Peripherals.gc","l":[]}, {"n":"Used iOS
Devices","u":"/Used/iOS-Devices.gc","l":[]} ]}, {"n":"Used Keyboards &
MIDI","u":"/Used/Keyboards-MIDI.gc","l":[ {"n":"Used
MIDI","u":"/Used/MIDI.gc","l":[]}, {"n":"Used
Synthesizers","u":"/Used/Synthesizers.gc","l":[]}, {"n":"Used Digital
Pianos","u":"/Used/Digital-Pianos.gc","l":[]}, {"n":"Used Keyboard
Workstations","u":"/Used/Keyboard-Workstations.gc","l":[]}, {"n":"Used
Production & Groove","u":"/Used/Production-Groove.gc","l":[]}, {"n":"Used
Portable & Arranger
Keyboards","u":"/Used/Portable-Arranger-Keyboards.gc","l":[]}, {"n":"Used
Keyboard & MIDI Packages","u":"/Used/Keyboard-MIDI-Packages.gc","l":[]},
{"n":"Used Organs","u":"/Used/Organs.gc","l":[]} ]}, {"n":"Used Drums &
Percussion","u":"/Used/Drum-Percussion.gc","l":[ {"n":"Used
Cymbals","u":"/Used/Cymbals.gc","l":[]}, {"n":"Used Acoustic
Drums","u":"/Used/Acoustic-Drums.gc","l":[]}, {"n":"Used Drum
Hardware","u":"/Used/Drum-Hardware.gc","l":[]}, {"n":"Used World
Percussion","u":"/Used/World-Percussion.gc","l":[]}, {"n":"Used Electronic
Drums","u":"/Used/Electronic-Drums.gc","l":[]} ]}, {"n":"Used
Accessories","u":"/Used/Accessories.gc","l":[ {"n":"Used Power &
Batteries","u":"/Used/Power-Batteries.gc","l":[]}, {"n":"Used Stands &
Racks","u":"/Used/Stands-Racks.gc","l":[]}, {"n":"Used Tuners &
Metronomes","u":"/Used/Tuners-Metronomes.gc","l":[]}, {"n":"Used Fretted
Instrument Accessories &
Parts","u":"/Used/Fretted-Instrument-Accessories-Parts.gc","l":[]}, {"n":"Used
Keyboard Accessories & Parts","u":"/Used/Keyboard-Accessories-Parts.gc","l":[]}
]}, {"n":"Used Concert Percussion","u":"/Used/Concert-Percussion.gc","l":[]} ]},
{"n":"New Arrivals","u":"/New-Instruments.gc","l":[]},
{"n":"Platinum","u":"/Platinum/","l":[ {"n":"Platinum Electric
Guitars","u":"/Platinum/Electric-Guitars.gc","l":[]}, {"n":"Platinum Acoustic
Guitars","u":"/Platinum/Acoustic-Guitars.gc","l":[]}, {"n":"Platinum
Bass","u":"/Platinum/Bass.gc","l":[]} ]}, {"n":"Vintage","u":"/Vintage/","l":[
{"n":"Sell Your Gear","u":"/Trade-In-Trade-Up","l":[]}, {"n":"Vintage
Guitars","u":"/Vintage/Guitars.gc","l":[]}, {"n":"Vintage
Bass","u":"/Vintage/Bass.gc","l":[]}, {"n":"Vintage
Amplifiers","u":"/Vintage/Amplifiers-Effects.gc","l":[]}, {"n":"Vintage
Keyboards","u":"/Vintage/Keyboards-MIDI.gc","l":[]} ]},
{"n":"Outlet","u":"/Outlet/","l":[ {"n":"Outlet
Guitars","u":"/Outlet/Guitars.gc","l":[]}, {"n":"Outlet
Bass","u":"/Outlet/Bass.gc","l":[]}, {"n":"Outlet Drums &
Percussion","u":"/Outlet/Drum-Percussion.gc","l":[]}, {"n":"Outlet Keyboards &
MIDI","u":"/Outlet/Keyboards-MIDI.gc","l":[]}, {"n":"Outlet Live
Sound","u":"/Outlet/Live-Sound.gc","l":[]} ]},
{"n":"Financing","u":"/Special-Financing-Offers.gc","l":[]}, {"n":"Gift
Cards","u":"/Gift-Card","l":[]}, {"n":"News","u":"/riffs","l":[ {"n":"Product
Demos","u":"/riffs/product-demos","l":[]},
{"n":"News","u":"/riffs/news","l":[]}, {"n":"Gear
Tips","u":"/riffs/gear-tips","l":[]}, {"n":"Buying
Guides","u":"/riffs/buying-guides","l":[]},
{"n":"Interview","u":"/riffs/interviews","l":[]} ]},
{"n":"Blog","u":"/riffs","l":[]}, {"n":"Services","u":"/Services/","l":[
{"n":"Lessons","u":"/Services/Lessons","l":[]},
{"n":"Rentals","u":"/Services/Rentals","l":[]},
{"n":"Repairs","u":"/Services/Repairs.gc","l":[]}, {"n":"GC
Pro","u":"/GC-Pro","l":[ {"n":"GC Pro Featured
Products","u":"/GC-Pro/Products.gc", "l":[]}, {"n":"GC Pro Installation
Services","u":"/GC-Pro/Installation-Services.gc","l":[]}, {"n":"GC Pro Technical
Support","u":"/GC-Pro/Technical-Support.gc","l":[]}, {"n":"GC Pro Financing
Options","u":"/GC-Pro/Financing.gc","l":[]}, {"n":"GC Pro Education
Affiliates","u":"/GC-Pro/Education-Affiliates.gc","l":[]}, {"n":"GC Pro Account
Managers","u":"/GC-Pro/Account-Manager.gc","l":[]}, {"n":"GC Pro
Español","u":"/GC-Pro/Gerentes-De-Cuentas.gc","l":[]} ]} ]},
{"n":"Support","u":"#","l":[ {"n":"Contact Us","u":"/customer-service/","l":[]},
{"n":"Stores","u":"http://stores.guitarcenter.com/","l":[]},
{"n":"Shipping","u":"/pages/Guitar-Center-Shipping.gc","l":[]}, {"n":"Pro
Coverage","u":"/pages/Pro-Coverage.gc","l":[]},
{"n":"Financing","u":"/Special-Financing-Offers.gc","l":[]}, {"n":"Gift
Cards","u":"/Gift-Card","l":[]}, {"n":"Return
Policy","u":"/pages/return-policy","l":[]}, {"n":"Social Media","u":"#","l":[
{"n":"Facebook","u":"https://www.facebook.com/GuitarCenter/","l":[]},
{"n":"Twitter","u":"https://twitter.com/guitarcenter","l":[]},
{"n":"YouTube","u":"https://www.youtube.com/guitarcenter","l":[]},
{"n":"Instagram","u":"https://instagram.com/guitarcenter/","l":[]},
{"n":"Tumblr","u":"http://guitarcenter.tumblr.com/","l":[]},
{"n":"Google+","u":"https://plus.google.com/+guitarcenter/posts","l":[]},
{"n":"Sessions","u":"http://sessions.guitarcenter.com/","l":[]},
{"n":"RockWalk","u":"http://rockwalk.guitarcenter.com/","l":[]},
{"n":"Interviews","u":"http://interviews.guitarcenter.com/","l":[]},
{"n":"Digital Catalog","u":"/pages/Buyers-Guide","l":[]}, {"n":"Press Room &
Corporate Relations","u":"/pages/press-room","l":[]} ]} ]}, {"n":"About
Us","u":"#","l":[ {"n":"Our Brands","u":"/pages/our-brands","l":[]}, {"n":"Our
Leadership","u":"/pages/our-team","l":[]}, {"n":"Our
History","u":"/pages/history","l":[]}, {"n":"In the
News","u":"/pages/press-room","l":[]},
{"n":"Careers","u":"/pages/careers","l":[]}, {"n":"Our
Culture","u":"/pages/culture","l":[]}, {"n":"Corporate
Giving","u":"/pages/corporate-giving","l":[]} ]}, {"n":"Log
Out","u":"/account/mobile/logout.jsp", "loggedInOnly":1} ]}


Got a question about this gear?

Chat with a Gear Adviser
Live chat:Chat with an Expert

GUITAR CENTER SUPPORT

Minimize chat Close dialog
Hey there.
How can we help you out?
We're here for your gear needs.
 * Track your order
 * Returns
 * Store Locator
   
 * Guitar Center Lessons

 * 
   Live Chat
 * 855-458-1036
 * Request a Callback
 * Message


MON - FRI 5 AM - 8 PM PT SAT 6 AM - 6 PM PT SUN 6 AM - 5 PM PT
Chat sessions may be recorded by Guitar Center for training, quality, and
improvement purposes. More info: Privacy Policy

Request a Callback

A Gear Adviser will call at a time more convenient for you.

Name
Phone Number
Email Address (optional)

WHAT IS THE BEST TIME TO REACH YOU?

Date
Timeframe (All times PT) MON - FRI 6 AM - 9 PM   |   SAT - SUN 7 AM - 7 PM
6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30 am 9:00 am 9:30 am 10:00 am 10:30
am 11:00 am 11:30 am 12:00 pm 12:30 pm 1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm
3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm
8:30 pm 9:00 pm
6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30 am 9:00 am 9:30 am 10:00 am 10:30
am 11:00 am 11:30 am 12:00 pm 12:30 pm 1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm
3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm
9:00 pm
Message 300 characters
Send Request

  Live chat:







Live chat:Chat with an Expert