annotate utils/harmony/methods.lisp @ 33:d1010755f507

Large upload of local changes. Many additions, such as harmony and piece-level objects darcs-hash:20070413100909-f76cc-a8aa8dfc07f438dc0c1a7c45cee7ace2ecc1e6a5.gz
author David Lewis <d.lewis@gold.ac.uk>
date Fri, 13 Apr 2007 11:09:09 +0100
parents
children
rev   line source
d@33 1 (in-package #:amuse-harmony)
d@33 2
d@33 3 (defgeneric get-ground-truth-periods (anchored-period composition)
d@33 4 (:method (ap c) (declare (ignore ap c)) nil))
d@33 5
d@33 6 (defgeneric get-ground-truth-chord (ground-truth-period composition)
d@33 7 (:method (gtp c) (declare (ignore gtp c)) nil))
d@33 8