Vandoren Series 13 Profile 88 Clarinet Mouthpiece

0 customer reviews

125,00 

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

Vandoren has designed the new “13 Series” especially for North American clarinettists with a 440 pitch.

Models:

M13 : Rich and very ringing sound. A very direct emission. Meets all requirements.

M13 Lyre : More open, it takes up the qualities of the M13 with an easy emission in the high register. Its table gives it a particularly pure sound.

M15 : Flexibility of articulation. The musician has a wide range of colours at his disposal.

5RV : The historical reference for professional musicians. Quality and tradition.

5RV Lyre : The more open 5RV and a longer board.

M30 Lyre : A more open mouthpiece than the 5RV Lyre, with a longer table, guaranteeing flexibility and roundness. It maintains an exceptional sound quality.

M30 : Its board length gives it a great flexibility with a well-balanced sonority between timbre and roundness.

B40 Lyre : The perfect balance of a round and coloured sound. Ease of emission especially in the high register.

B45 : The universal mouthpiece. With a medium aperture and a medium table, it has been appreciated by the majority of clarinettists.

B40 : The same table as the B45, with a wider tailpiece, it gives a compact and centred sound.

Weight 0,1 kg
Measure

5RV, 5RV lyre, B40, B40 lyre, B45, M13, M13 lyre, M15, M30, M30 lyre

Reviews

There are no reviews yet.

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

Contact form