Akai EWI 5000 – Wind Midi Controller

0 customer reviews

640,00 

640,00 

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

100 in stock

100 in stock

Akai EWI 5000

Wireless – Built-in sound library

The Akai EWI 5000 is an electronic wind instrument designed for musicians who want to go the extra mile, using a controller that is easy to play. It represents the synthesis of decades of experience in the design of electronic wind instruments, which have materialized in the most affordable and easy-to-use EWI controller. Akai Professional is the leading company in the design of electronic wind instruments. For more than 20 years, Akai Professional has been studying the art of playing saxophone, clarinet, oboe, bassoon and other traditional wind instruments to develop electronic wind instruments that allow the player to enjoy the same expressive control as with a traditional instrument.

Akai EWI 5000 provides wind instrument players with the same expressive possibilities that until now could only be found on much more expensive instruments. EWI 5000 offers different types of fingering, including saxophone, traditional EWI, flute. Oboe and EVI (brass), making it suitable for both students and professional players.

  • Mouthpiece with air pressure level sensor and bite sensor
  • 13 tactile sensors
  • 8 precision dials for instruments and effects
  • Octave rollers: 6 movable and 2 fixed touch sensors (8 octave range)
  • 2 pitch bend plates
  • Wireless stereo audio (2.4GHz)
  • 1/4″ TRS line output
  • 1/8″ TRS headphone output
  • USB MIDI port
  • MIDI output
  • Powered by USB rechargeable lithium-ion battery (included)
  • Built-in 3GB sound library
  • Power cable
  • Wireless receiver
Weight 2 kg

Reviews

There are no reviews yet.

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

Contact form