Yamaha YCR-2330III Cornet in B flat

0 customer reviews

830,00 

830,00 

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

100 in stock

100 in stock

Yamaha YCR-2330III Cornet in B flat

The YCR-2330III model is an excellent choice for beginners, featuring a Shepherd’s Crook style bell, a rounded leadpipe, and a medium/large bore (ML) sound channel, which not only offers smooth and light playing, but also a warm and mellow tone. The adjustable third valve trigger adapts to hands of different sizes, helping the player develop proper technique.

The new redesigned two-piece bell, strong and lightweight, is made of yellow brass for optimal playability and to promote good technique and durability.

The highly durable monel alloy pistons, along with the buttons and lower piston caps, help extend the life of the instrument while maximizing its sound quality.

The tuning slides are constructed using the same methods as professional models for better stability, a more defined tonal color, and greater durability.

The rounded leadpipe and 11.65 mm (0.459″) ML (medium-large) bore give this instrument a light and smooth response, as well as a warm tone.

Backpack-style case. Semi-hard case offers a contemporary look and greater ease of transport.

  • Finish: Lacquered Gold
  • Weight: Medium
  • Bell: Yellow Brass made of two pieces and 119.0mm (4-2/3″)
  • Pipe: ML 11.73 mm
  • Nozzle: CR-11E4

 

CHECK STOCK AVAILABLE

Weight 3 kg
Bell

Bellflex, Copper, Goldbrass

Reviews

There are no reviews yet.

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

Contact form