Stomvi Master A/Bb Piccolo Trumpet

0 customer reviews

3.676,00 

3.676,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: M (11.43 mm/0.450″)
  • Bells: 18 (97mm/3.81″)
  • Bell material: 18 gold-plated Bellflex and 18 silver-plated copper
  • Leadpipes: 8 y 9A
  • Piston material: Monel
  • Valve section: Yellow brass
  • Set of caps: Finished in gold
  • Additional slide for 4th tone piston
  • Finish: Plating of silver of 1000 thousandths
  • Mouthpiece: 7E Classic
  • On request: Set of titanium caps / gold finish / wide necks 21 and 21A

 

Excellence

The Stomvi Master piccolo trumpet is the result of the evolution of the first product with which Stomvi began its adventure of building innovative, top-quality instruments more than 30 years ago. Of course, the Master range has evolved over these three decades and, far from being withdrawn from the market, it has succeeded in creating a modern instrument with its own personality, characterised by its versatility, power and sound quality. It has a peripheral, deep and round sound; even in forte, it always retains a healthy and rich return, full of harmonies and nuances.

 

The Master piccolo trumpet comes with two bells, two necks and a tuning slide, each of which has its own numbering. With this design, the air flows very smoothly, without any interruption, the sound 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 aggressively, 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