Yamaha YAS-480 alto Saxophone

0 customer reviews

2.060,00 

2.060,00 

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

Yamaha YAS-480 alto Saxophone

The 480 series shares many of the same features as our professional saxophones, providing these intermediate saxophones with greater ease of play and excellent tone. These are the instruments that inspire the best in performers and are the ideal choice for the next generation of musicians.

Features:

Engraved by hand

A engraving made by hand on the bell, gives the saxophone a touch of elegance.

Compatible with Custom necks

The newly designed octave key offers the flexibility to choose between the included 62-type neck and other necks designed for the Custom Z and Custom EX. (Sold separately)

Connection B-C# Low improved

An improved mechanism for the B-C# ensures key consistency and provides a clear response in the lower register of the instrument.

Neck

The new 62 has been designed to improve tone and response.

Key protector

The defences independent, allow adjustable stops for the screws, for a professional technical fit.

Seesaw key

The left-hand seesaw key has been designed to increase playability as well as provide a more comfortable feel.

Case (ASC-400EII)
Semi-hard case offers a contemporary look and greater ease of transport.

Weight 3 kg

Reviews

There are no reviews yet.

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

Contact form