Yamaha YTR-3335 Trumpet

0 customer reviews

780,00 

780,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 YTR.3335 Trumpet

For the first time, Yamaha has designed a student trumpet with a reverse-bore, allowing for exceptional feel and response. The YTR-3335 also features a pillar on the first valve for a stable and solid sound. The newly designed two-piece Yellow Brass bell has the perfect parameters for a student’s needs. It has a light response and the ideal thickness in the bell, allowing students to obtain a bright and clear sound from the very beginning.
Translated with DeepL.com (free version)

  • Brass body with gold lacquer finish
  • ML-Bore: 11.65 mm
  • Bell: Ø 123 mm
  • Monel valves
  • Tube of lace “reversed Typ”
  • Rest on the main tuning slide
  • Bell of new design with thickness of optimal material
  • Key for drain on the third piston
  • New valve cover and finger buttons
  • Ring adjustable on the third piston
  • Support on the first tube
  • Includes Yamaha TR11B4 mouthpiece and TRC-201E//02 case with straps with function backpack

CHECK STOCK AVAILABLE

Weight 3 kg

Reviews

There are no reviews yet.

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

Contact form