diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils/harmony/methods.lisp	Fri Apr 13 11:09:09 2007 +0100
@@ -0,0 +1,8 @@
+(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))
+