changeset 234:e3353261523e

add FIXME to midi constructors.lisp Ignore-this: d72d4902c4662d6885c19abc3f635e14 darcs-hash:20100212101900-16a00-ca88b828e6abd2ed694620a08b874e68c7ee9201.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents eb4d239f5437
children ea45a3d0730c
files implementations/midi/constructors.lisp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/implementations/midi/constructors.lisp	Thu Feb 24 11:23:18 2011 +0000
+++ b/implementations/midi/constructors.lisp	Thu Feb 24 11:23:18 2011 +0000
@@ -5,6 +5,7 @@
 
 (defun make-midi-pitched-event (pitch-number velocity patch
 				channel track onset duration)
+  "FIXME: This is never called."
   (make-instance 'midi-pitched-event
 		 :number pitch-number
 		 :velocity velocity
@@ -16,6 +17,7 @@
 
 (defun make-midi-percussive-event (sound velocity patch
 				   channel track onset duration)
+  "FIXME: This is never called."
   (make-instance 'midi-percussive-event
 		 :sound sound
 		 :velocity velocity