Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.16 KB

WaveEditMiMo, based on Synthesis Technology WaveEdit

WaveEditMiMo is a fork of the wavetable and bank editor for the Synthesis Technology E370 and E352 Eurorack synthesizer modules. It is modified to produce wavetable banks which are compatible with the Audiothingies MicroMonsta.

I do not have the possibility to build WaveEditMiMo on OSX. If you like to give it a try on OSX, please do so and leave me a message if it build successfully. Thank you.

Building

Make dependencies with

cd dep
make

Clone the in-source dependencies.

cd ..
git submodule update --init --recursive

Compile the program. The Makefile will automatically detect your operating system.

make

Launch the program.

./WaveEditMiMo

You can even try your luck with building the polished distributable. Although this method is unsupported, it may work with some tweaks to the Makefile.

make dist

A sincere "Thank you!" to Andrew Belt for his tips and the great work with the original WaveEdit.