/DEMUSE

DEMUSE is a toy programming language that compiles into .midi files.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

DEMUSE

Compiling

DEMUSE uses CMake to generate build files for your preferred environment.

Warning! You need a C++11 compliant compiler.

Dependencies

DEMUSE directly depends on the following libraries:

Library Version Notes
wxWidgets >= 3.0.2 Only required for IDE
midifile 9ee5898 Only required for MIDI compilation
googletest >= 1.7.0 Only required for building tests