Mercurial > hg > amuse
view amuse-mtp.asd @ 111:f49aa290b5c3
diatonic pitch intervals
Implement diatonic pitch intervals. In the process, the pitch-foo methods
have been slightly rearranged: the system currently should reject attempts
to add chromatic intervals to diatonic pitches and vice versa. Complain
(or, preferably, fix) if any breakage results...
darcs-hash:20070726151244-dc3a5-3587adb88c494f7074c5e36a3983fde1a3d69da1.gz
author | c.rhodes <c.rhodes@gold.ac.uk> |
---|---|
date | Thu, 26 Jul 2007 16:12:44 +0100 |
parents | 6c8fd815603e |
children |
line wrap: on
line source
(asdf:defsystem amuse-mtp :name "amuse-mtp" :description "" :serial t :depends-on ("amuse" "clsql") :components ((:module implementations :components ((:module mtp :components ((:file "package") (:file "classes" :depends-on ("package")) (:file "constructors" :depends-on ("package" "classes")) (:file "methods" :depends-on ("package" "classes"))))))))