ormf / cm-fomus

Common Music bindings for the Common Lisp version of the Fomus music notation processor. See cm and fomus repos here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cm-fomus adds fomus functionality to cm. It is a seperate package depending on fomus and cm which enhances modularity, as you can use either fomus as standalone packages.

Installation

  • install cm and fomus

  • Put the cm-fomus folder to a place where asdf will find ist (or, if using quicklisp into ~/quicklisp/local-projects/ and then

(require 'cm-fomus)
(in-package :cm)

Note: cm-fomus is not a package on its own. It simply imports the fomus symbols into cm and evaluates the cm specific fomus related functions within the :cm package.

About

Common Music bindings for the Common Lisp version of the Fomus music notation processor. See cm and fomus repos here.


Languages

Language:Common Lisp 100.0%