Akai EWI Solo – Midi Controller

0 customer reviews

455,00 

455,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 Solo

The Midi Controller Akai EWI Solo is an instrument of wind electronic independent. It has a MIDI controller USB to provide a sound of high quality.

Features of the EWI controller Solo

  • Battery of lithium-ion rechargeable battery provides which provides a battery life of more than 12 hours of uninterrupted playback .
  • Incorporates a speaker calibrated that achieves a more natural sound reproduction of the sound more natural at any time and place.
  • 200 preset sounds. It is an extensive catalog of sounds suitable for every genre associated with this instrument.
  • Interface simple and easy to use with a rotary rotary button to switch between the modes of fingerings for flute, saxophone, oboe and EVI.
  • Storage for customized productions with a fairly easy and efficient mixture recovery mechanism.
  • Simple control panel. Allows for precise adjustment and monitoring of all sound parameters in each melody of the instrument.
  • Reproduction of sounds of wind made from wood or brass with great transparency and naturalness.
  • Compact and lightweight design. It measures 76.5 cm x 7.6 cm x 8.2 cm. It weighs only 1.79 pounds.
  • Suitable for practicing and performing on stage or in professional recording studios.

The Akai EWI Solo wind MIDI controller is all you need to reproduce the sounds of woodwind and brass instruments. With this device, you can adjust each melody to suit the result you want to achieve. It has a compact and lightweight design, making it easy to use in any type of venue, recording studio, or live performance setting.

The best thing about this electronic instrument is that it runs on a lithium battery. This allows you to use it with confidence without having to be connected to cables. Its small panel is quite easy to use and offers all the tones you want to play with a very interesting natural sound.

Weight 2,1 kg

Reviews

There are no reviews yet.

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

Contact form