annotate base/charm/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 |
f1e6d10fdb11 |
children |
|
rev |
line source |
j@253
|
1 (cl:defpackage #:amuse-charm
|
j@253
|
2 (:use #:common-lisp #:amuse #:amuse-database-admin)
|
j@255
|
3 (:export #:charm-constituent
|
j@255
|
4 #:standard-charm-constituent
|
j@255
|
5 #:standard-charm-event-constituent
|
j@255
|
6 #:standard-charm-pitched-event-constituent
|
j@255
|
7 #:standard-charm-unpitched-event-constituent
|
j@255
|
8 #:make-standard-charm-constituent
|
j@253
|
9 #:make-charm-constituent-identifier
|
j@253
|
10 #:make-charm-property-list
|
j@255
|
11 #:parent
|
j@253
|
12 #:composition->charm-constituent
|
j@253
|
13 #:make-onset-segment-constituent
|
j@253
|
14 #:segment-at-bar
|
j@253
|
15 #:store-charm-constituent
|
j@253
|
16 #:get-charm-constituent
|
j@253
|
17 #:get-charm-parent
|
j@253
|
18 #:get-charm-particles
|
j@253
|
19 #:cache-charm-particles
|
j@253
|
20 #:group-by-onset
|
j@253
|
21 ))
|