annotate implementations/viewpointable/package.lisp @ 192:54d79a2c82d2

fix make-chromatic-pitched-event constructor Ignore-this: 93298c4a64a4a65dc948f8473c92a9c8 darcs-hash:20090524152250-16a00-295d43f8c2d16089196ab223b43264ae55f5620b.gz
author j.forth <j.forth@gold.ac.uk>
date Sun, 24 May 2009 16:22:50 +0100
parents b4f4df48337d
children 3b36cf79b525
rev   line source
d@116 1 (cl:defpackage #:amuse-viewpointing-implementation
d@116 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
d@116 3 (:export #:viewpointable-composition
d@116 4 #:viewpointable-event
d@116 5 #:make-viewpointable-composition
d@116 6 ))