# HG changeset patch # User j.forth # Date 1243178570 -3600 # Node ID 54d79a2c82d27814589e3142bd443f1b546c3b47 # Parent 4d06910b6f0fb642dcc295a878cc21855f8102d2 fix make-chromatic-pitched-event constructor Ignore-this: 93298c4a64a4a65dc948f8473c92a9c8 darcs-hash:20090524152250-16a00-295d43f8c2d16089196ab223b43264ae55f5620b.gz diff -r 4d06910b6f0f -r 54d79a2c82d2 base/constructors.lisp --- a/base/constructors.lisp Tue May 19 14:56:17 2009 +0100 +++ b/base/constructors.lisp Sun May 24 16:22:50 2009 +0100 @@ -61,7 +61,7 @@ ;; Events (defun make-chromatic-pitched-event (pitch-number onset duration) - (make-instance 'chromatic-pitched-event + (make-instance 'standard-chromatic-pitched-event :number pitch-number :time onset :interval duration)) @@ -149,4 +149,4 @@ :line 3 :octave-shift nil :time onset - :interval duration)) \ No newline at end of file + :interval duration))