Boston Sax Shop M-Series mouthpiece for alto sax

0 customer reviews

480,00 

480,00 

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

Boston Sax Shop M-Series Mouthpiece for alto saxophone

 

From the Boston Sax Shop website:

After over a year of development, the M Series Alto mouthpiece is my first mouthpiece for alto saxophone and I couldn’t be prouder of the end result. I wanted to create something truly classic, but with the BSS signature touch. Inspired by a very special original Meyer Bros piece that I have had for years, and before you stop reading this, I know there are a lot of Meyer ‘clones’ out there, trust me this is not that! My philosophy with BSS products is to try to build on the past … not just try to copy it. It’s not 1955 anymore and as musicians we respect history, but I also believe it’s our duty to move music forward respectfully and that applies to our equipment needs as well. The M Series evokes that super-classic mid-century Meyer vibe we know and love, but also offers the advantages of precision CNC machined manufacturing technology to ensure that each one is “good” – no, forget “great”! The mouthpiece has a medium/large chamber, fluted sidewalls and a sumptuous roll over baffle that does the job without being constricted through the various registers.

The M series is a piece that exudes warmth and projects with the brilliance needed to evoke a classic jazz sound and the power a modern player needs. It is a vintage mouthpiece at heart, with the future in its sights.

Precision crafted with aerospace CNC technology.

Patented hard rubber made exclusively for the Boston Sax Shop

Hand-finished and individually tested in the Boston Sax Shop

Made in the USA

Weight N/A
Tip Opening

5, 6, 7

Reviews

There are no reviews yet.

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

Contact form