view utils/harmony/methods.lisp @ 35:1d757c33e00e

Changes for midi file import darcs-hash:20070502153016-f76cc-89b748c36180ccaca77d2a70a65a6e7f77df8d43.gz
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 02 May 2007 16:30:16 +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))