view implementations/midi-db/package.lisp @ 258:aac79c0ac1b9

add within-short-bar-p, and use this to correctly calculate the ioi-from-bar of anacruses
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 18:50:38 +0000
parents a5d065905f6d
children
line wrap: on
line source
(cl:defpackage #:amuse-midi-db 
  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools
	#:amuse-midi #:amuse-database-admin)
  (:export #:midi-db-composition-identifier
	   #:make-midi-db-composition-identifier
	   #:composition-id
	   ))