view 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
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))