Mercurial > hg > amuse
view implementations/tabcode/package.lisp @ 204:10d47e78a53d
Added support for most significant midi messages (some remain missing,
but these do not occur in a 1000-file test sample)
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Fri, 17 Sep 2010 10:28:27 +0100 |
parents | 5b2d0e5a99f1 |
children |
line wrap: on
line source
(cl:defpackage "AMUSE-TABCODE" (:use "CL" "AMUSE" "AMUSE-UTILS" "TABCODE") (:export "TABCODE-OBJECT" "COURSE" "WORD" "TABCODE-PITCHED-EVENT" "TABCODE-COMPOSITION" "TABCODE-TIME-SIGNATURE" "TABCODE-FILE-IDENTIFIER"))