jeremybernstein / WaveEdit

Synthesis Technology WaveEdit for the E370 and E352 Eurorack synthesizer modules

Home Page:http://synthtech.com/waveedit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synthesis Technology WaveEdit

The wavetable and bank editor for the Synthesis Technology E370 and E352 Eurorack synthesizer modules.

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.

./WaveEdit

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

About

Synthesis Technology WaveEdit for the E370 and E352 Eurorack synthesizer modules

http://synthtech.com/waveedit/

License:GNU General Public License v3.0


Languages

Language:C++ 90.8%Language:Makefile 5.0%Language:Python 4.0%Language:Assembly 0.3%Language:Shell 0.0%