[gsharp-cvs] CVS gsharp

crhodes crhodes at common-lisp.net
Wed Jan 31 15:25:04 UTC 2007


Update of /project/gsharp/cvsroot/gsharp
In directory clnet:/tmp/cvs-serv20391

Modified Files:
	gsharp.asd packages.lisp 
Removed Files:
	midi.lisp 
Log Message:
Depend on external version of midi.lisp rather than bundling it.


--- /project/gsharp/cvsroot/gsharp/gsharp.asd	2006/11/16 12:58:23	1.14
+++ /project/gsharp/cvsroot/gsharp/gsharp.asd	2007/01/31 15:25:04	1.15
@@ -20,7 +20,7 @@
 						     :defaults *gsharp-directory*))
 			     collect `(:file ,(pathname-name p) :pathname ,p))))))
 
-(gsharp-defsystem (:gsharp :depends-on (:mcclim :flexichain))
+(gsharp-defsystem (:gsharp :depends-on (:mcclim :flexichain :midi))
    "packages"
    "utilities"
    "bezier"
@@ -36,7 +36,6 @@
    "drawing"
    "cursor"
    "input-state"
-   "midi"
    "modes"
    "play"
    "gui"
--- /project/gsharp/cvsroot/gsharp/packages.lisp	2006/06/21 16:31:54	1.58
+++ /project/gsharp/cvsroot/gsharp/packages.lisp	2007/01/31 15:25:04	1.59
@@ -168,21 +168,6 @@
   (:shadowing-import-from :gsharp-buffer #:rest)
   (:export #:draw-buffer #:draw-the-cursor))
 
-(defpackage :midi
-  (:use :common-lisp)
-  (:export #:read-midi-file #:write-midi-file
-	   #:midifile
-	   #:midifile-format #:midifile-tracks #:midifile-division
-	   #:message #:note-off-message #:note-on-message #:tempo-message
-	   #:program-change-message
-	   #:key-signature-message #:time-signature-message
-	   #:smpte-offset-message
-	   #:message-channel #:message-key #:message-time
-	   #:message-velocity #:message-numerator #:message-denominator
-	   #:message-sf #:message-mi #:message-tempo
-	   #:header #:header-type
-	   #:unknown-event #:status #:data-byte))
-
 (defpackage :gsharp-play
   (:use :common-lisp :midi :gsharp-buffer)
   (:shadowing-import-from :gsharp-buffer #:rest)




More information about the Gsharp-cvs mailing list