Skip to content

senarodrigo/WaveEditForPigments

 
 

Repository files navigation

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 modified for Arturia Pigments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • Makefile 4.9%
  • Python 3.9%