www.guitarcenter.com
Open in
urlscan Pro
23.212.203.23
Public Scan
Submitted URL: http://www.guitarcenter.com/
Effective URL: https://www.guitarcenter.com/
Submission: On January 01 via api from US — Scanned from DE
Effective URL: https://www.guitarcenter.com/
Submission: On January 01 via api from US — Scanned from DE
Form analysis
9 forms found in the DOMName: returningCustFlyout — POST
<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 Recents 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-zipCode — POST
<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=2023.12.04.gc.atg.a&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=2023.12.04.gc.atg.a&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="-3515538107944844668"> </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="Tuesday 01/02">
<input type="hidden" id="promoEndTime" value="00:00:00">
<input name="/atg/commerce/order/purchase/CartModifierFormHandler.items[0].catalogRefId" type="hidden" value="site51274034494088"><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">
<h3>Be the first to know about exclusive offers, tips and more.</h3>
<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 | 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" : "2023.12.04.gc.atg.a&cb=18", "versionParam" : "?vId=2023.12.04.gc.atg.a&cb=18", "customerService" : "866-498-7882", "profileID" : "6363205563", "contentKey": "", "isInternational": "false", "isWarrantyShippable": "true", "isInternationalCommerceEnabled": "true", "currencySymbol": "$", "profileCountryCode": "US", "profileCurrencyCode": "USD", "audioEyeEnabled" : "true", "applePayEnabled":"false", "oLOnExitNumber": "0", "liveChat" : "false", "cookieLoggedIn" : false, "richRelevanceMode":"render", "richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"", "richRelevanceSessionId":"5d8d9d0b052da3572c57d638e6d1405", "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":true,"isHum":true,"claripDomain":"https://gci.clarip.com/","enableClarip":true,"imageResizeEnabled":"","claripConsentJSUrl":"https://cdn.clarip.com/gci/clarip_consent.js","applePayEnabled":"","JSONLDEnabled":"","staticVersion":"2023.12.04.gc.atg.a&cb=18","fortivaCardName":"Essentials Card","welcomeMat":true,"unicaEnv":"site-prod","versionParam":"?vId=2023.12.04.gc.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 * 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 * Proline * 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 * MXL * Audio-Technica * AKG * Blue * Rode * VocoPro * Line 6 * CAD * Neumann * 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 * Fender Custom Shop * Gibson * Gibson Custom * Martin * PRS Guitars * Rickenbacker * Taylor * ESP * Ernie Ball Music Man * Ibanez * Jackson * New Arrivals * Top Sellers * On Sale * 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 * A Passion for Sound | Universal Audio's James Santiago on Crafting UAFX Pedals * A Guide to the Fender Stratocaster * The Best Metal Guitars of 2024 * Groove Duplex | DW Drums DWe Wireless Acoustic-Electronic Convertible Drum Kit * Newsletter * Support * Stores * About Us * Download IOS App * Download Android App false { "sourceCodeId" : "7700001", "sourceName" : "GCDIRECTSOURCECODE1", "sourceSegment" : "Direct", "profileZipcode" : "", "profileStoreId" : "", "profileStoreName" : "", "profileID" : "6363205563", "isInternational": "false", "isWarrantyShippable": "true", "isInternationalCommerceEnabled": "true", "currencySymbol": "$", "cookieLoggedIn" : false, "richRelevanceMode":"render", "richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"", "richRelevanceSessionId":"5d8d9d0b052da3572c57d638e6d1405", "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":"50.9847", "dbIpRespLongitude":"11.0294" } 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 0 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 12/31: New Years Eve: 6 AM - 4 PM PT 1/1: New Year’s Day: 7 AM – 6 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 ShureBETA 58A Supercardioid Dynamic Vocal Microphone $135.00 $169.00 4. Beginner Gear 5. Financing 6. Riffs Blog 7. More 1. 2. Repairs 3. Rentals 4. GC Pro Search String Query (Required): Play On With Guitar-A-Thon Deals and More Shop Now CLEARANCE BLOWOUT PRICING, LIMITED-TIME DEALS, OVERSTOCK DISCOUNTS AND UNIQUE FINDS WHILE SUPPLIES LAST Shop Now CLEARANCE BLOWOUT PRICING, LIMITED-TIME DEALS, OVERSTOCK DISCOUNTS AND UNIQUE FINDS WHILE SUPPLIES LAST Shop Now DAILY PICK Save $34.00 SHURE BETA 58A SUPERCARDIOID DYNAMIC VOCAL MICROPHONE The Shure BETA 58A supercardioid dynamic microphone is designed to deliver top-notch vocal performance in live environments. With its rugged construction and high sensitivity, this mic gives vocalists a tool able to keep up with their passion and energy show after show. The BETA 58A's supercardioid pickup pattern excels at isolating the vocal signal from ambient noise, ensuring a clean capture of the performer's voice. SMOOTH FREQUENCY RESPONSE TAILORED FOR VOCALS The BETA 58A has a shaped frequency response optimized for close-up vocals, capturing the nuance and detail vocalists work to achieve. Its wide 50Hz to 16kHz frequency range accommodates different vocal styles. The mic's neodymium magnet provides high output, allowing vocals to cut through a mix. RUGGED BUILD FOR RELIABLE PERFORMANCE The BETA 58A's rugged components are built to withstand the rigors of touring and frequent use. Its hardened steel mesh grille protects the mic capsule without compromising sensitivity. An innovative pneumatic shock mount reduces handling noise for a clear signal even when the mic is in motion. This durability gives vocalists peace of mind knowing that this mic will perform as needed for shows to come. SUPERCARDIOID PATTERN CAPTURES THE SOURCE With its supercardioid polar pattern, the BETA 58A is adept at capturing vocals while excluding ambient sound and feedback. Its pickup pattern maintains directionality throughout its frequency range, focusing on the vocalist and avoiding unwanted noise from the sides and rear. This makes the BETA 58A ideal for live venues where isolation is key. VERSATILE AND ACCESSIBLE The BETA 58A's combination of high output, tailored frequency response, and supercardioid pattern suits it for diverse vocal styles in both live and studio applications. Its familiar shape and size make it easy to grip and position as needed. All of these factors have gained the BETA 58A a reputation as a go-to mic for vocal performance worldwide. Price $135.00 Regular Price: $169.00 24-MONTH FINANCING* on select brand purchases† now thru Feb. 14, 2024—minimum purchase amount may vary by brand, plus earn 5% back in Rewards** Get Details GET A TAYLOR, GIFT A TAYLOR with purchase of qualifying 200 Series model or higher—now thru Jan. 15, 2024 Get Details SHOP BY CATEGORY Electric Guitars Keyboards Acoustic Guitars Recording Amps DJ Gear Effects Drums Basses Accessories Live Sound Used DIAL 866-498-7882 OR CHAT FOR EXPERT ADVICE * Up to 25% Off Yamaha Thru Jan. 2 Shop Now * Up to 20% Off Select Shure Gear Thru Jan. 2 Shop Now * Save up to $200 on Select Taylor 100 Series Guitars Thru Jan. 3 Shop Now * FREE guitar lesson at New Student Day & save on your 1st month & select gear when you sign up Get Details * Chauvet ILS Lighting, Effects and Controllers Shop Now * New Schecter Charles Berthoud Signature Bass Shop Now * Sharpen Your Low End With the Schecter Stiletto Stealth Bass Shop Now * Up to 25% Off Yamaha Thru Jan. 2 Shop Now * Up to 20% Off Select Shure Gear Thru Jan. 2 Shop Now * Save up to $200 on Select Taylor 100 Series Guitars Thru Jan. 3 Shop Now * FREE guitar lesson at New Student Day & save on your 1st month & select gear when you sign up Get Details * Chauvet ILS Lighting, Effects and Controllers Shop Now * New Schecter Charles Berthoud Signature Bass Shop Now * Sharpen Your Low End With the Schecter Stiletto Stealth Bass Shop Now * Up to 25% Off Yamaha Thru Jan. 2 Shop Now * Up to 20% Off Select Shure Gear Thru Jan. 2 Shop Now * Save up to $200 on Select Taylor 100 Series Guitars Thru Jan. 3 Shop Now * FREE guitar lesson at New Student Day & save on your 1st month & select gear when you sign up Get Details * Chauvet ILS Lighting, Effects and Controllers Shop Now * New Schecter Charles Berthoud Signature Bass Shop Now * Sharpen Your Low End With the Schecter Stiletto Stealth Bass Shop Now Try In-Store Repairs Lessons Expert Advice NEW ARRIVALS View All View All * * Fender 70th Anniversary Player... Now: Your Price $999.99 Shop Now Starts Tomorrow * * Fender 70th Anniversary American... Now: Your Price $1,999.99 Shop Now Starts Tomorrow * * teenage engineering EP-133 K.O. II... Now: Your Price $299.00 Preorder Now Starts Tomorrow * * DW DWe Wireless Acoustic/Electronic... Now: Your Price $8,999.00 Preorder Now Starts Tomorrow * * Positive Grid Spark CAB Powered FRFR... Now: Your Price $299.00 Preorder Now Starts Tomorrow * * CHAUVET DJ GigBar Move ILS 5-in-1... Now: Your Price $949.99 Shop Now Starts Tomorrow * * Kramer Lzzy Hale Voyager Electric... Now: Your Price $1,499.00 Preorder Now Starts Tomorrow * * NUX DM-8 All Remo Mesh Head Digital... Now: Your Price $1,549.00 Shop Now Starts Tomorrow * * Epiphone Adam Jones Les Paul Custom Art... Now: Your Price $1,299.00 Shop Now Starts Tomorrow * * Sterling by Music Man Pete Wentz... Now: Your Price $649.99 Preorder Now Starts Tomorrow * * Zildjian 400th Anniversary... Now: Your Price $3,999.99 Shop Now Starts Tomorrow * * Yamaha HS3 3.5" Black Powered Studio... Now: Your Price $229.99 Preorder Now Starts Tomorrow * * Yamaha HS4 4.5" White Powered Studio... Now: Your Price $249.99 Preorder Now Starts Tomorrow * * Bad Cat Jet Black 1x12 38W Tube Guitar... Now: Your Price $2,399.99 Shop Now Starts Tomorrow * * Soldano Astro-20 20W Tube Amp Head... Now: Your Price $1,999.99 Shop Now Starts Tomorrow * * BOSS IR-2 Amp & Cabinet Effects... Now: Your Price $199.99 Preorder Now Starts Tomorrow * * BOSS 50th Anniversary Effects Pedal... Now: Your Price $275.88 Shop Now Starts Tomorrow * * Yamaha Genos2 Arranger Workstation Now: Your Price $5,699.99 Shop Now Starts Tomorrow * * RODE NT1 Signature Series (Black) Black Now: Your Price $159.00 Preorder Now Starts Tomorrow * * Fender Tone Master Pro Multi-Effects... Now: Your Price $1,699.99 Shop Now Starts Tomorrow * * Fender Tone Master FR-12 1,000W 1x12... Now: Your Price $549.99 Preorder Now Starts Tomorrow * * Fender American Professional II... Now: Your Price $1,699.99 Shop Now Starts Tomorrow * * Epiphone Kirk Hammett "Greeny" 1959 Les... Now: Your Price $1,499.00 Shop Now Starts Tomorrow * * PRS Mark Tremonti MT 100 Tube Guitar... Now: Your Price $1,849.00 Shop Now Starts Tomorrow * * Catalinbread Sinkhole Ethereal Reverb... Now: Your Price $199.99 Preorder Now Starts Tomorrow * * Soldano Astro-20 20W Tube Combo Amp... Now: Your Price $2,299.99 Shop Now Starts Tomorrow * * Bad Cat Jet Black 38W Tube Guitar Amp... Now: Your Price $2,199.99 Shop Now Starts Tomorrow * * Schecter Guitar Research Charles... Now: Your Price $1,499.00 Preorder Now Starts Tomorrow * * Taylor 614ce Limited-Edition Grand... Now: Your Price $3,299.00 Shop Now Starts Tomorrow * * Fender American Professional II... Now: Your Price $1,699.99 Shop Now Starts Tomorrow RECENTLY VIEWED AND MORE ❮ * Pioneer DJ DDJ-FLX4 2-Channel DJ Controller Black (6) $299.00 Save * Epiphone Les Paul Special-I Electric Guitar Player Pack Worn Pelham Blue (27) $249.00 Save * Simmons Titan 50 Electronic Drum Kit With Mesh Pads and Bluetooth (35) $449.00 Save * Fender FA-135CE Concert Acoustic-Electric Guitar Natural (87) $249.99 Save * Rogue Rocketeer Electric Guitar Pack Black (152) $219.99 Save * Alesis Nitro Max 8-Piece Electronic Drum Set With Bluetooth and BFD Sounds Black (2) $399.00 Save * Yamaha F335 Acoustic Guitar Black (403) $189.99 Save * Williams Allegro IV In-Home Pack Digital Piano With Stand, Bench and Piano-Style Pedal White (7) $699.99$499.99 Save $200.00 * Williams Legato IV 88-Key Digital Piano With Bluetooth & Sustain Pedal (18) $349.99$249.99 Save $100.00 * Yamaha P-45 88-Key Weighted-Action Digital Piano Black (72) $499.99$449.99 Save $50.00 * 1 * 7 ❯ OUTLET Save 10% in-cart on your total open-box purchase of $99+ Limited time Shop Now Find the Perfect Gear What can we help you find today? Electric Guitar Acoustic Guitar Platinum Electric Platinum Acoustic Effects Pedal Piano Drums Guitar or Bass Strings Stringed Instrument Case or Bag Keyboard Case or Bag Drum & Percussion Cases or Bags Cables Pro Tools Recording Interface Sticks, Brushes or Mallets Drum Head(s) Live Sound Gear BACK NEXT TOP DEALS View All * * Save: $850.00 Martin Special 28 Style Adirondack VTS Dreadnought Acoustic Guitar Natural Regular: Regular Price $3,349.99 Now: Your Price $2,499.99 Savings: Your Savings Price $850.00 Shop Now Starts Tomorrow * * Save: $200.00 Fender Player Stratocaster Roasted Maple Fingerboard With Fat '50s Pickups Limited-Edition Electric Guitar Fiesta Red Regular: Regular Price $949.99 Now: Your Price $749.99 Savings: Your Savings Price $200.00 Shop Now Starts Tomorrow * * Save: $150.00 Yamaha P-125ABLB Digital Piano With Wooden Stand and Bench Regular: Regular Price $949.99 Now: Your Price $799.99 Savings: Your Savings Price $150.00 Shop Now Starts Tomorrow * * Save: $600.00 Williams Symphony Grand II Digital Micro Grand Piano With Bench Black 88 Key Regular: Regular Price $2,499.99 Now: Your Price $1,899.99 Savings: Your Savings Price $600.00 Shop Now Starts Tomorrow * * Save: $500.00 Roland TD-27KV2 V-Drums Kit Regular: Regular Price $3,499.99 Now: Your Price $2,999.99 Savings: Your Savings Price $500.00 Shop Now Starts Tomorrow * * Save: $770.00 Yamaha DTX10K Electronic Drum Kit With TCS Heads Black Forest Regular: Regular Price $5,169.99 Now: Your Price $4,399.99 Savings: Your Savings Price $770.00 Preorder Now Starts Tomorrow * * Save: $100.00 Taylor 114e Grand Auditorium Acoustic-Electric Guitar Natural Regular: Regular Price $899.00 Now: Your Price $799.00 Savings: Your Savings Price $100.00 Shop Now Starts Tomorrow * * Save: $150.00 Breedlove Discovery S CE African Mahogany-African Mahogany HB Concert Acoustic-Electric Guitar Natural Regular: Regular Price $549.00 Now: Your Price $399.00 Savings: Your Savings Price $150.00 Shop Now Starts Tomorrow * * Save: $230.00 Studio RTA Producer Station Cherry Regular: Regular Price $729.99 Now: Your Price $499.99 Savings: Your Savings Price $230.00 Shop Now Starts Tomorrow * * Save: $230.00 Studio RTA Producer Station Black Regular: Regular Price $729.99 Now: Your Price $499.99 Savings: Your Savings Price $230.00 Preorder Now Starts Tomorrow * * Save: $20.00 Yamaha THR10II 10W 2x3 Guitar Combo Amp Cream Regular: Regular Price $329.99 Now: Your Price $309.99 Savings: Your Savings Price $20.00 Shop Now Starts Tomorrow * * Save: $50.00 Yamaha THR30II WL Wireless 30W 2x3 Guitar Combo Amp Cream Regular: Regular Price $549.99 Now: Your Price $499.99 Savings: Your Savings Price $50.00 Shop Now Starts Tomorrow * * Save: $200.00 Williams Allegro IV In-Home Pack Digital Piano With Stand, Bench and Piano-Style Pedal Black Regular: Regular Price $699.99 Now: Your Price $499.99 Savings: Your Savings Price $200.00 Shop Now Starts Tomorrow * * Save: $150.00 Williams Allegro IV 88-Key Digital Piano With Bluetooth and Sustain Pedal Black Regular: Regular Price $499.99 Now: Your Price $349.99 Savings: Your Savings Price $150.00 Shop Now Starts Tomorrow * * Save: $210.00 Fender Player Stratocaster HSS Plus Top Maple Fingerboard Limited-Edition Electric Guitar Blue Burst Regular: Regular Price $859.99 Now: Your Price $649.99 Savings: Your Savings Price $210.00 Shop Now Starts Tomorrow * * Save: $200.00 Fender Player Stratocaster Maple Fingerboard Limited-Edition Electric Guitar Surf Pearl Regular: Regular Price $799.99 Now: Your Price $599.99 Savings: Your Savings Price $200.00 Shop Now Starts Tomorrow * * Save: $160.00 Studio RTA Creation Station Maple Regular: Regular Price $459.99 Now: Your Price $299.99 Savings: Your Savings Price $160.00 Preorder Now Starts Tomorrow * * Save: $100.00 Williams Legato IV 88-Key Digital Piano With Bluetooth & Sustain Pedal Regular: Regular Price $349.99 Now: Your Price $249.99 Savings: Your Savings Price $100.00 Shop Now Starts Tomorrow * * Save: $180.00 Gretsch Guitars G5427T Electromatic Hollowbody Single-Cut Flame Maple Top With Bigsby Limited-Edition Electric Guitar Orange Stain Regular: Regular Price $899.99 Now: Your Price $719.99 Savings: Your Savings Price $180.00 Shop Now Starts Tomorrow * * Save: $200.00 Taylor 114ce Grand Auditorium Acoustic-Electric Guitar Natural Regular: Regular Price $999.00 Now: Your Price $799.00 Savings: Your Savings Price $200.00 Shop Now Starts Tomorrow * * Save: $30.00 Rogue Starter Acoustic Guitar Blue Burst Regular: Regular Price $79.99 Now: Your Price $49.99 Savings: Your Savings Price $30.00 Shop Now Starts Tomorrow * * Save: $30.00 Pigtronix Class A Boost Micro Effects Pedal Regular: Regular Price $99.99 Now: Your Price $69.99 Savings: Your Savings Price $30.00 Shop Now Starts Tomorrow * * Save: $60.00 Pigtronix Emanator Delay Effects Pedal Black and Red Regular: Regular Price $199.00 Now: Your Price $139.00 Savings: Your Savings Price $60.00 Shop Now Starts Tomorrow GET PLAYING WITH LESSONS Live, one-on-one instruction with our experts Let's Go EASY RENTALS FOR EVERY EVENT Daily, weekly and monthly rates on lighting, live sound and more View Packages KEEP YOUR INSTRUMENT IN TOP SHAPE Our expert techs will get you set up for success Find a Store Learn More, Play More View All The Best BOSS Pedals to Upgrade Your Guitar Rig How To Choose the Best Small Guitar Amplifier Time Travelers | Fender Vintera II Series The Never-Ending Sonic Story | Fender Tone Master Pro Multi-Effects Workstation The Best Gifts for Guitar Players in 2024 How to Choose the Best Les Paul The Lightness of Being | CHAUVET DJ ILS Command Makes Light Shows Easy A Guide to the Gibson J-45 A Passion for Sound | Universal Audio's James Santiago on Crafting UAFX Pedals A Guide to the Fender Stratocaster The Best Metal Guitars of 2024 Groove Duplex | DW Drums DWe Wireless Acoustic-Electronic Convertible Drum Kit The Best Gifts for Drummers in 2024 A Guide to Universal Audio's UAFX Pedals A Guide to Taylor Guitars The Best Gifts for Musicians in 2024 The Best BOSS Pedals to Upgrade Your Guitar Rig How To Choose the Best Small Guitar Amplifier Time Travelers | Fender Vintera II Series The Never-Ending Sonic Story | Fender Tone Master Pro Multi-Effects Workstation The Best Gifts for Guitar Players in 2024 How to Choose the Best Les Paul The Lightness of Being | CHAUVET DJ ILS Command Makes Light Shows Easy A Guide to the Gibson J-45 A Passion for Sound | Universal Audio's James Santiago on Crafting UAFX Pedals A Guide to the Fender Stratocaster The Best Metal Guitars of 2024 Groove Duplex | DW Drums DWe Wireless Acoustic-Electronic Convertible Drum Kit The Best Gifts for Drummers in 2024 A Guide to Universal Audio's UAFX Pedals A Guide to Taylor Guitars The Best Gifts for Musicians in 2024 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 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":"6363205563","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 CHOOSE COUNTRY United States Change Country YOUR ACCOUNT * Order History * Returns * Wish List * Email Preferences * Business Accounts FEATURES * Rebates * Apply for Leasing * Pro Coverage * Affiliate Program * 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(New Year’s Day) - 7 AM - 6 PM PT TUE - 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 Opens in new window PDF Download Word Download Excel Download PowerPoint Download Document Download close carousel