Reed Geek “Black Diamond G4” Reed Tool

0 customer reviews

90,62 

90,62 

<script>
document.addEventListener('DOMContentLoaded', function() {
    setTimeout(function() {
         // Obtener todos los contenedores con clase 'value'
    var valueContainers = document.querySelectorAll('.variations_form.cart .value');

    // Iterar sobre cada contenedor
    valueContainers.forEach(function(container) {
        // Obtener el select dentro del contenedor actual
        var select = container.querySelector('select');

        // Obtener todos los divs con role 'radio' dentro del contenedor actual
        var radios = container.querySelectorAll('[role="radiogroup"] > div');

        // Función para actualizar las clases de los divs con role 'radio' según el estado del option
        function updateRadioClasses() {
            radios.forEach(function(radio) {
                // Obtener el valor del div con role 'radio'
                var radioValue = radio.getAttribute('value');

                // Obtener el option correspondiente al valor del div actual
                var option = select.querySelector('option[value="' + radioValue + '"]');

                // Verificar si el option está deshabilitado o si no existe
                if (!option || option.disabled) {
                    // Añadir la clase 'disable' al div
                    radio.classList.add('disable');
                } else {
                    // Quitar la clase 'disable' del div
                    radio.classList.remove('disable');
                }
            });
        }

        // Escuchar el evento change en el select dentro del contenedor actual
        select.addEventListener('change', updateRadioClasses);

        // Observar los cambios en los options utilizando MutationObserver
        var observer = new MutationObserver(updateRadioClasses);
        observer.observe(select, { childList: true, subtree: true, attributes: true });

        // Llamar a la función para inicializar las clases de los divs con role 'radio' al cargar la página
        updateRadioClasses();
    });
    }, 20); // Esperar un segundo antes de ejecutar el script
});

  
</script>

Reed Geek “Black Diamond G4” Reed Trimmer

The G4 is the newest member of the Reed Geek family. It uses a state-of-the-art, 100% USA alloy with a high vanadium carbide content for exceptional wear resistance.

Exciting features include a new length design with a comfortably rounded back scraper (for greater adjustment options), a radius tip for precision work, and two contoured and curved rail bevels (specially designed for profiling rails and re-contouring the spine and heart of single and double reeds). With advanced profiling capabilities like these, the G4 is a must-have for any serious reed player.

Mauro’s (founder of Reed Geek) philosophy:

“Musicians shouldn’t be at the mercy of their reeds. It all comes down to maximizing the reed’s function through shaping, flattening, and maintenance. With knowledge, a little practice, and dedication, a saxophonist or clarinetist of any level will see positive and noticeable results in their reed’s performance.”

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Contact form