Flugelhorn Stomvi Master Bb

0 customer reviews

4.277,00 

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

1 in stock

1 in stock

Technical Specifications:

  • Bore: S (10.6mm/0.417″)
  • Bells: 38 (154mm/6.06″)
  • Bell material: Bellflex and Copper
  • Leadpipe: 3
  • Valve material: Monel
  • Valve section: Yellow brass
  • Set of plugs: Gold finish
  • 3rd slide lever
  • Finish: Silver plated 
  • Mouthpiece: 3CFL Classic
  • On request: Titanium cap set / gold finish
    THE EXCELLENCE The Stomvi Master range of instruments is the result of the evolution of the first product with which, more than 30 years ago, Stomvi began the adventure of building innovative instruments of the highest quality. Of course, the Master range of instruments has evolved over these three decades and, far from withdrawing from the market, has managed to create modern instruments with a personality of their own, characterised by their versatility, power and sound quality. They have a peripheral, deep and rounded sound; even in forte, they always retain a healthy and rich return, full of harmonies and nuances.

    The Master range of instruments comes with two bells, two tudels and two tuning curves, each of which has its own numbering. With this design, the air flows very smoothly, without any interruption, the emission is very precise and very close, the flexibility is perfect from the low register to the high register, ideal for all music that does not need to be played in an aggressive way, but with exact precision.

Weight 2 kg

Reviews

There are no reviews yet.

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

Contact form