/MSCL

MuSiCaL - a Music Synthesis Coding Language

Primary LanguageC++MIT LicenseMIT

MuSiCaL - a Music Synthesis Coding Language

This project is a means for me to learn and experiment with various platform-specific Audio APIs.

Currently supports Windows, compiled with Clang + CMake. Linux and MacOS support is planned.

MSCL

MSCL is a C library that allows you to synthesize music using basic commands written in code, somewhat similar to MML (Music Macro Language).

MSCL-Player

MSCL-Player is C++ Library that allows you to play MSCL Songs and visualize waveforms via a GUI interface.

Controls

  • Space: Play/Pause song.
  • Arrow-Keys: Cycle through song list.
  • Backspace: Rewind to beginning of song.
  • Enter: Toggle looping.
  • Tab: Toggle multi-channel view.
  • Escape: Toggle debug-mode.

MSCL-Demo

MSCL-Demo is a C++ Application that demonstrates how to use the above two libraries.

DISCLAIMER: Not all songs contained in the Demo are covered by the LICENSE/Copyright.


MuSiCaL-Player Demo