Box of 10 “Boston Sax Shop” reeds for alto saxophone

0 customer reviews

48,00 

48,00 

43 in stock

<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>

Box of 10 reeds

American cut “Unfiled

Warm, dark tone, with projection.

From the Boston Sax Shop website:

Designing the Boston Sax Shop line of reeds has been a dream of mine, born out of the frustration many of us, as musicians, have in searching for that “perfect” reed. For years I have personally struggled to find a well-balanced reed that would provide a warm, even tone while still allowing me to project. Most “jazz” reeds seemed to sound too “bright” and “buzzy”, but offered the projection I needed, while “classical” reeds had the depth and evenness I was looking for, but simply couldn’t break through in a loud band. So with the help of the best French reed maker in the world, I designed a “hybrid” jazz reed that had qualities of both cuts, creating a reed that did exactly what I asked for; providing a warm, dark tone, while still being able to be projected.

I hope you try them and enjoy them as much as I did.

Jack Finucane (Owner and repair technician)”.

Weight N/A
Strength

Dureza 3 1/2, Dureza 4, Strength 1 1/2, Strength 2, Strength 2 1/2, Strength 3, Strength 4 1/2

Reviews

There are no reviews yet.

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

Contact form