Vandoren Profile 88 Clarinet mouthpiece

0 customer reviews

115,00 

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

The traditional French clarinet mouthpiece. The most widely used by musicians all over the world.

Profile 88 chinstrap, with a smaller angle than the traditional chinstrap.

Models:

M15 : Flexibility of articulation. A wide range of colours is easily available to the musician.

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

5RV Lyre : The most 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.

B46 : The mouthpiece particularly suitable for clarinet and saxophone players.

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

B45- : Same technical characteristics as the B45, favouring ease of emission.

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

B40 : The same board as the B45, with a wider tailpiece, provides a compact and centred sound.

B45 Lyre : Characterised by a particularly large opening, it offers flexibility and roundness of sound while maintaining an easy emission.

5JB : The jazz mouthpiece.

7JB : Mouthpiece for Jazz and traditional music. Powerful sound and flexibility.

Weight 0,1 kg
Measure

5JB, 5RV, 5RV lyre, 7JB, B40, B40 lyre, B45, B45 lyre, B45•, B46, 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