Mercurial > hg > amuse
comparison 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 |
comparison
equal
deleted
inserted
replaced
32:5e705b6f94b6 | 33:d1010755f507 |
---|---|
1 (in-package #:amuse-harmony) | |
2 | |
3 (defgeneric get-ground-truth-periods (anchored-period composition) | |
4 (:method (ap c) (declare (ignore ap c)) nil)) | |
5 | |
6 (defgeneric get-ground-truth-chord (ground-truth-period composition) | |
7 (:method (gtp c) (declare (ignore gtp c)) nil)) | |
8 |