Mercurial > hg > amuse
view base/datasets/package.lisp @ 259:c4e9a7bb9897
change move-to-first-bar to return a constituent, not a list of events
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Sat, 19 Mar 2011 18:50:24 +0000 |
parents | 6a3adca16910 |
children |
line wrap: on
line source
(cl:defpackage #:amuse-datasets (:use #:common-lisp #:amuse) (:export #:make-dataset ; generics #:get-dataset #:assign-composition-to-dataset #:make-composition-identifiers-from-file ; functions #:assign-compositions-to-dataset #:make-db-dataset-identifier ; constructors from implementations #:make-midifile-dataset-identifier ))