Mercurial > hg > amuse
view utils/harmony/methods.lisp @ 61:c911d65ae94d
pointy-clicky misspelling correction
darcs-hash:20070627102839-dc3a5-16cb5156dafee4b4a1aa3442274fab6c7260ed9c.gz
author | c.rhodes <c.rhodes@gold.ac.uk> |
---|---|
date | Wed, 27 Jun 2007 11:28:39 +0100 |
parents | d1010755f507 |
children |
line wrap: on
line source
(in-package #:amuse-harmony) (defgeneric get-ground-truth-periods (anchored-period composition) (:method (ap c) (declare (ignore ap c)) nil)) (defgeneric get-ground-truth-chord (ground-truth-period composition) (:method (gtp c) (declare (ignore gtp c)) nil))