view amuse-viewpointing-implementation.asd @ 154:edf2322ea33f

Added copy key and time sigs and tempo. Need to do general version. Only midi-type currently darcs-hash:20071119173147-40ec0-779ffe4dc4bbc356cc6decf6d0f50cb42f943b83.gz
author d.lewis <d.lewis@gold.ac.uk>
date Mon, 19 Nov 2007 17:31:47 +0000
parents b4f4df48337d
children
line wrap: on
line source
(asdf:defsystem amuse-viewpointing-implementation
  :name "amuse-viewpointing-implementation"
  :description ""
  :serial t
  :depends-on ("amuse")
  :components 
  ((:module implementations
            :components 
            ((:module viewpointable
                      :components 
                      ((:file "package")
                       (:file "viewpointable")))))))