changeset 150:b8c73a9b9c10

fix gsharp import for class changes make-tempo -> make-standard-tempo-period darcs-hash:20071102170205-dc3a5-5ce9aa7aa6571001c360309e837003a83544046a.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Fri, 02 Nov 2007 17:02:05 +0000
parents a45da9b93b37
children 30341910a67e
files implementations/gsharp/gsharp-import.lisp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/implementations/gsharp/gsharp-import.lisp	Thu Oct 25 13:22:56 2007 +0100
+++ b/implementations/gsharp/gsharp-import.lisp	Fri Nov 02 17:02:05 2007 +0000
@@ -75,7 +75,7 @@
 				  ;; gsharp is made to have a sane
 				  ;; divisions value in play.lisp
 				  ;; instead of 25
-				  :tempi (list (make-tempo (* 128 (/ (* 4 25) (gsharp-buffer:tempo segment))) 0 duration))
+				  :tempi (list (make-standard-tempo-period (* 128 (/ (* 4 25) (gsharp-buffer:tempo segment))) 0 duration))
 				  :time 0
 				  :interval duration)))
       (sequence:adjust-sequence result (length events)