Retro Revival “Super D” New York mouthpiece for tenor saxophone

0 customer reviews

600,00 

600,00 

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

Retro Revival “Super D” Florida mouthpiece for tenor saxophone

Our “Super D” Tenor Sax model is a stunning replica of an early 1950’s Otto Link “Double Band ” Super Tone Master, once played by Eddie “Lockjaw” Davis, Johnny Griffin, Dex, Michael Brecker and many others back in the day. This rare gem had a short production run, Otto Link changed to a higher baffle profile from the previous tubby “Tone Master” to produce the so called “Double Ring” model. This newer design produced the classic modern “Link” sound, characterized by a brighter top end and faster response, but still maintaining a rich mid and low range due to it’s slightly deeper chamber.

Of all the “Link” models, we feel the “Double Ring” vintage has the superior tonal characteristics of all the Otto Link metals. From our own collection we chose untouched examples to replicate and produce the elusive missing “Link” we’ve all searched for.

The “Super D”, is brilliant, full bodied and packs a punch. It screams in the altissimo, plays the softest sub-tones with ease and articulates fast at any dynamic. Very flexible, this mouthpiece lends itself to any stylistic approach. Every aspect of our “Super D” has been meticulously duplicated from our own perfectly mint Florida as well as the darker New York original “Double Ring”. Available with tip openings from a 7* to 8*, the Florida and New York “Super Retro” have the same chamber design, the only difference being the baffle profile. The lower baffle New York version is gold plated, very balanced, centered with plenty of projection. The Florida version is Rhodium plated with a higher baffle for players wanting a bit more zing. We believe the tonal characteristics and response of both these classic designs will impress any serious player.

The Super D ships with a Black BG Flex Ligature and Cap!

Tip Opening

7*, 8, 8*

Reviews

There are no reviews yet.

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

Contact form