annotate implementations/tabcode/package.lisp @ 318:c4e792b9b898

Add some ideas for charm constituents. Not particularly useful in its own right, but contains some possibly useful ideas related to the generalisation of db-compositions.
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 30 Sep 2010 15:35:15 +0100
parents 5b2d0e5a99f1
children
rev   line source
c@43 1 (cl:defpackage "AMUSE-TABCODE"
d@179 2 (:use "CL" "AMUSE" "AMUSE-UTILS" "TABCODE")
d@183 3 (:export "TABCODE-OBJECT" "COURSE" "WORD" "TABCODE-PITCHED-EVENT"
d@183 4 "TABCODE-COMPOSITION"
d@183 5 "TABCODE-TIME-SIGNATURE" "TABCODE-FILE-IDENTIFIER"))