Harlem BS-110 Baritone Sax New!

0 customer reviews

2.400,00 

2.400,00 

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

2 in stock

2 in stock

Harlem BS-110 Baritone Saxophone

 

Modern and very anatomical mechanics with high F# and low A, easy playing, very good quality pads, and a lightweight case with wheels, make this baritone sax an excellent choice.

 

Includes pick for playing seated without a strap.

 

Includes mouthpiece, ligature, cap, strap, reed, cleaning cloth and case. Gold lacquer.

 

Each Harlem instrument is tested by the luthier before being shipped. 

 

The Harlem line of wind instruments is characterized by having an excellent relationship between quality and low cost, and by covering a wide range of instruments, even those not so traditional in the study ranges, such as the altello (straight alto saxophone) or the baritone saxophone.

Designed for students, it offers lightness, ease of play and very good response of the materials over time, such as pads on saxophones, flutes and clarinets, valves on trumpets, flugel and valve trombone, and a robust slide on the slide trombone. Everything you need to take you from the studio to the next level.

The accompanying cases are very lightweight and backpack-style in most cases. The alto sax cases have the anatomical shape of the sax, rather than the traditional rectangular shape, which is larger to transport. The baritone sax case has wheels for moving around the city.

Weight 4 kg

Reviews

There are no reviews yet.

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

Contact form