SaxSupport stand for alto, tenor, baritone and bass saxophones

0 customer reviews

100,00 

100,00 

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

5 in stock

5 in stock

Categories: Accessories, Stands

SaxSupport stand for alto, tenor, baritone and bass saxophones

SaxSupport is an innovative stand designed for saxophonists of all ages and abilities. Designed to relieve the physical strain of playing heavy instruments, SaxSupport transfers the weight of any saxophone directly to the floor or a chair, drastically reducing strain on the neck, shoulders and back.

  • Effective Pain Relief: Reduces the load on the body, helping to prevent neck strain and back pain.
  • Versatile Setup: Easily attaches; works when seated, standing, or bar stool positions.
  • Lightweight and Portable: Telescopic tubes allow for compact storage—simply retract when not in use to avoid interference.
  • Custom Fit: Works with all saxophones and adapts to your preferred playing style.
  • Inclusive Design: Ideal for children, young learners, and players with physical limitations.

Safety Note: Always attach the SaxSupport on a flat, stable surface. When not in use, retract the support to avoid contact with other musicians or instruments. For added security during performance, use with a standard neck strap.

Lacquer:
Modern day Saxophones such as Yamaha and Yanagisawa have harder wearing epoxy lacquers and therefore should not be affected by the adhesive.
Older or Vintage Saxophones are generally finished in a nitrocellulose lacquer, which isn’t as hardy as modern lacquer finishes. With this type of instrument it is best to do a test by applying a small piece of the tape to somewhere that will not be seen ie. inside the bell.
Modern day silver horns are generally finished with a clear lacquer over the silver plate. Older silver horns are un-lacquered and therefore no problem with the adhesive.

 

Weight 1 kg

Reviews

There are no reviews yet.

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

Contact form