Log in or create an account to access Kaleidoscope and Song Meter Configurator software downloads, firmware upgrades, and more.

window.getRecaptchaToken_accountlogin = function(onSuccess, onError) { window.grecaptcha.execute("6LcR-24qAAAAAK99mViHCeY9rFc5bOxreCV-78VH", { action: "accountlogin" }).then(function (token) { const element = document.getElementById("g-recaptcha-response-kuudbkxksxqyrbsp"); if (element) { element.value = token; } onSuccess(token, "accountlogin", "28ea94692e1616997229c143026852e2810bb1d2238f66a05f60cb39a19b8cf2accountlogin"); }).catch(onError); } window.submitFormWithRecaptcha_accountlogin = function (token) { const form = document.getElementById("account-login"); const buttons = form.getElementsByClassName("g-recaptcha"); if (buttons && buttons.length > 0) { for (let button of buttons) { button.disabled = true; const currentClasses = Array.from(button.classList); for (let cls of currentClasses) { if (cls.startsWith('bg-')) { const bgClass = cls === 'bg-transparent' ? 'bg-grey' : cls + '-hover'; button.classList.remove(cls); button.classList.add(bgClass); } } button.innerText = 'Submitting ...'; }; } document.getElementById("g-recaptcha-response-accountlogin").value = token; form.submit(); }
Don't have an account yet? Or forgotten your password? Request Account / Reset Password