Skip to content

spktkpkt/WaveEditMiMo

 
 

Repository files navigation

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.

About

WaveEdit for MicroMonsta.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE.txt
Unknown
LICENSE-dist.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.5%
  • Makefile 5.5%