ewi4000s-editor Code
Patch editor for the Akai EWI 4000s electronic wind instrument
Status: Alpha
Brought to you by:
meinls
File | Date | Author | Commit |
---|---|---|---|
ewi4000s | 2019-10-12 |
![]() |
[7a8d7f] fixed name editing, |
moddiutils | 2016-09-04 |
![]() |
[4da9aa] fixed tons of stuff, |
sourceforge-web | 2016-09-11 |
![]() |
[d03450] hacked setup to bake the generated or commandli... |
.gitignore | 2016-09-04 |
![]() |
[453c6b] docu, |
LICENSE.txt | 2016-09-04 |
![]() |
[4da9aa] fixed tons of stuff, |
README.txt | 2016-09-11 |
![]() |
[14ddc1] updated README |
ewi4000s-editor.py | 2016-09-11 |
![]() |
[a46822] optimized away edit.py |
setup.py | 2016-12-15 |
![]() |
[c3bc0d] added forgotten LICENSE.txt to installation packet |
ewi4000s-editor =============== A patch editor for the Akai EWI 4000s electronic wind instrument http://esi4000s-editor.sourceforge.net © Stefan Meinlschmidt meinls@users.sourceforge.net Distributed under MIT license, see LICENSE.txt for details The Akai EWI 4000 s is a synthesizer and stores 100 sound patches. Unfortunately its controls do not allow you to change those patches directly on the instrument. Instead some software is needed that talks the appropriate MIDI commands. ewi4000s-editor does that. To run ewi4000s-editor you need Python 3.4 (I think) and either ALSA or Windows. I.e. it is made for Linux but might also run under BSD and maybe even MacOS (with some ALSA installed), and I have seen it run under Windows (without ALSA but with some suitable Python installed). To make use of ewi4000s-editor you need an EWI 4000 s (the 5000 or the USB won’t do) and some kind of MIDI interface that works under Linux (or whatever OS you are trying to run ewi4000s-editor on). Use two MIDI cables to connect the EWI’s MIDI out to the interface’s MIDI in and the interface’s MIDI out to the EWI’s MIDI in. Hook up the interface to your computer and you are in business. Be aware that the program is not finished or polished yet: * The main GUI only uses sliders * The device selector in the menubar doesn’t work. At all. * The help is quite rudimentary