Mercurial > hg > amuse
view utils/harmony/methods.lisp @ 46:34fb42cba5b9
basic mtp amuse implementation
darcs-hash:20070615111202-aa3d6-498f4d035964f6f8e8803de9cbf6f50974affe88.gz
author | m.pearce <m.pearce@gold.ac.uk> |
---|---|
date | Fri, 15 Jun 2007 12:12:02 +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))