Kala Klipz Recharge

Model: KK-R-BLK

$16 $12

Our first rechargeable, the Kala Klipz Recharge clip-on tuner has Chromatic, Guitar, Bass, Ukulele, and Violin tuning settings to get most any stringed instrument in tune. The arm swivels a full 360° and tilts to find the angle that displays the screen best for you. Available in black, white, or gray.

See More From This Collection
4.9
Rated 4.9 out of 5 stars
Based on 94 reviews
Total 5 star reviews: 83 Total 4 star reviews: 9 Total 3 star reviews: 2 Total 2 star reviews: 0 Total 1 star reviews: 0
98%would recommend this product
Slide 1 selected
94 reviews
  • VH Profile picture for vanessa h.
    vanessa h.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Thank you "KAKA BRAND MUSIC" for all you do for the community and keeping the music real.

    After a 3-year shut down due to COVID. I am working to get our youth program "THE COLOR OF MUSIC" back up and running. I purchased the tuner and picks to teach myself to pay the ukulele so that I not only oversee the program, but to play an active role in helping young children develop a positive passion in Words and Music.

  • CP
    Charnia P.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    5 days ago
    Great Tuner

    This is a great tuner. I purchased an extra one to keep with my gigging uke and one for a friend too. I like that I can charge the tuner and not worry about replacing a battery. The tuner easily adjusts for your optimal viewing angle.

  • B
    Beryl
    I recommend this product
    Rated 5 out of 5 stars
    2 weeks ago
    5 Stars

    Very easy to use, love it is rechargeable

  • PC
    Philip C.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 month ago
    Tuner

    Tuner works well battery lasts a long time.

  • AD
    Aaron D.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 months ago
    Great Tuner

    Love this little guy. Super light weight, accurate and great price. Highly recommend.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();