how does rest work?
i'm sure i had this working before...
(note 1 :off 0 :dur 0.125 :notes (70) :marks (:staccato :mp :ignore)) ; (note 1 :off 0.125 :dur 0.125 :notes (65) :marks (:staccato :mp :ignore)) ; (rest 1 :off 0.25 :dur 0.125) ; (note 1 :off 0.375 :dur 0.125 :notes (71) :marks (:staccato :mp :ignore)) ;now i get: ;;; *****ERROR***** ;; No matching method for the generic function ;; #<STANDARD-GENERIC-FUNCTION EVENT-NOTE (1) {282E5501}>, when called with ;; arguments ;; (#Z(RESTEX :ID NIL :PARTID 1 :VOICE 1 :OFF 1/4 :DUR 1/8 :MARKS NIL :TUP (NIL) ;; :INV NIL)).
thanks,
rob
whoops - sorry forgot the:
:voice NIL
rob
Rob Canning wrote:
how does rest work?
i'm sure i had this working before...
(note 1 :off 0 :dur 0.125 :notes (70) :marks (:staccato :mp :ignore)) ; (note 1 :off 0.125 :dur 0.125 :notes (65) :marks (:staccato :mp :ignore)) ; (rest 1 :off 0.25 :dur 0.125) ; (note 1 :off 0.375 :dur 0.125 :notes (71) :marks (:staccato :mp :ignore)) ;now i get: ;;; *****ERROR***** ;; No matching method for the generic function ;; #<STANDARD-GENERIC-FUNCTION EVENT-NOTE (1) {282E5501}>, when called with ;; arguments ;; (#Z(RESTEX :ID NIL :PARTID 1 :VOICE 1 :OFF 1/4 :DUR 1/8 :MARKS NIL :TUP (NIL) ;; :INV NIL)).
thanks,
rob
fomus-devel mailing list fomus-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
Actually, it's a bug (the key signature part of the program should ignore the user rests, but apparently doesn't)--I'll make another update shortly...
Thanks, -David
Rob Canning wrote:
whoops - sorry forgot the:
:voice NIL
rob
Rob Canning wrote:
how does rest work?
i'm sure i had this working before...
(note 1 :off 0 :dur 0.125 :notes (70) :marks (:staccato :mp :ignore)) ; (note 1 :off 0.125 :dur 0.125 :notes (65) :marks (:staccato :mp :ignore)) ; (rest 1 :off 0.25 :dur 0.125) ; (note 1 :off 0.375 :dur 0.125 :notes (71) :marks (:staccato :mp :ignore)) ;now i get: ;;; *****ERROR***** ;; No matching method for the generic function ;; #<STANDARD-GENERIC-FUNCTION EVENT-NOTE (1) {282E5501}>, when called with ;; arguments ;; (#Z(RESTEX :ID NIL :PARTID 1 :VOICE 1 :OFF 1/4 :DUR 1/8 :MARKS NIL :TUP (NIL) ;; :INV NIL)).
thanks,
rob
fomus-devel mailing list fomus-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel