Music Set Scripting language
mpris-player@2e843ec8d9 | ||
mps-interpreter | ||
mps-player | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
mps
An MPS program which plays music.
This project implements the interpreter (mps-interpreter), music player (mps-player), and CLI interface for MPS (root).
The CLI interface includes a REPL for running scripts.
The REPL interactive mode also provides more details about using MPS through the ?help
command.
License: LGPL-2.1-only OR GPL-2.0-or-later