Converts files from MIDI format to DMX MUS format. This project is based on the source code originally posted in this forum thread.
When you have installed git on your system you can clone the repository
by type in git clone https://github.com/skynettx/midi3mus.git
.
You can use the projectfile for Visual Studio 2022 under msvc\
.
To build use cmake, type in the root of the repository:
mkdir build
cd build
cmake ..
make
The license can be seen here.
All my thanks go to the original author of MIDI3MUS in the forum linked above.