Mercurial > hg > amuse
view base/datasets/datasets-file/constructors.lisp @ 265:b75b45d76e45
add ioi-from-bar method to amuse-mtp
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Sun, 10 Apr 2011 16:59:24 +0100 |
parents | 6a3adca16910 |
children |
line wrap: on
line source
(cl:in-package #:amuse-datasets) (defun make-midifile-dataset-identifier (dataset-path &optional (implementation-package *package*)) "*package* is bound to the package in which the function is called, e.g. if you are in-package amuse-midi, the implementation-package will be amuse-midi. If you are calling this from within a different package, use find-package." (make-instance 'midifile-dataset-identifier :dataset-path dataset-path :implementation-package implementation-package))