m@24
|
1 (cl:defpackage #:amuse
|
m@24
|
2 (:use #:common-lisp)
|
m@124
|
3 (:export #:amuse-object
|
m@124
|
4 #:constituent
|
j@246
|
5 #:anchored-constituent
|
j@246
|
6 #:standard-constituent
|
j@246
|
7 #:standard-anchored-constituent
|
j@246
|
8 #:time-ordered-constituent
|
j@246
|
9 #:time-ordered-anchored-constituent
|
j@246
|
10 #:standard-time-ordered-constituent
|
j@246
|
11 #:standard-time-ordered-anchored-constituent
|
m@24
|
12 #:composition
|
d@136
|
13 #:standard-composition
|
m@24
|
14 #:monody
|
m@143
|
15 #:standard-monody
|
d@35
|
16 #:identifier
|
j@223
|
17 #:composition
|
j@223
|
18 #:%set-composition
|
j@213
|
19 #:composition-identifier
|
j@251
|
20 #:make-composition-identifier
|
j@213
|
21 #:constituent-identifier
|
m@24
|
22 #:moment
|
m@24
|
23 #:period
|
m@24
|
24 #:anchored-period
|
m@24
|
25 #:pitch
|
d@136
|
26 #:pitch-interval
|
d@136
|
27 #:standard-moment
|
d@136
|
28 #:standard-period
|
d@136
|
29 #:standard-anchored-period
|
d@136
|
30 #:frequency-pitch
|
m@24
|
31 #:chromatic-pitch
|
m@24
|
32 #:diatonic-pitch
|
c@111
|
33 #:chromatic-pitch-interval
|
c@111
|
34 #:diatonic-pitch-interval
|
j@223
|
35 #:linked-event
|
m@24
|
36 #:pitched-event
|
d@136
|
37 #:standard-pitched-event
|
m@24
|
38 #:chromatic-pitched-event
|
d@136
|
39 #:standard-chromatic-pitched-event
|
j@213
|
40 #:diatonic-pitched-event
|
j@213
|
41 #:standard-diatonic-pitched-event
|
m@24
|
42 #:percussive-event
|
d@136
|
43 #:standard-percussive-event
|
m@24
|
44 #:time-signature
|
d@138
|
45 #:time-signature-period
|
d@136
|
46 #:standard-time-signature
|
d@136
|
47 #:standard-time-signature-period
|
m@24
|
48 #:key-signature
|
d@136
|
49 #:key-signature-period
|
d@136
|
50 #:standard-key-signature
|
d@136
|
51 #:standard-key-signature-period
|
m@45
|
52 #:midi-key-signature
|
d@136
|
53 #:midi-key-signature-period
|
m@24
|
54 #:tempo
|
d@136
|
55 #:tempo-period
|
d@136
|
56 #:standard-tempo
|
d@136
|
57 #:standard-tempo-period
|
m@24
|
58 #:get-composition
|
j@213
|
59 #:get-constituents
|
d@33
|
60 #:time-signatures
|
d@33
|
61 #:tempi
|
d@33
|
62 #:key-signatures
|
m@24
|
63 #:midi-pitch-number
|
m@24
|
64 #:pitch-class
|
m@24
|
65 #:span
|
m@24
|
66 #:duration
|
m@24
|
67 #:timepoint
|
m@24
|
68 #:cut-off
|
m@24
|
69 #:beat-units-per-bar
|
m@24
|
70 #:time-signature-numerator
|
m@24
|
71 #:beat-units
|
m@24
|
72 #:time-signature-denominator
|
d@33
|
73 #:tactus-duration
|
m@24
|
74 #:key-signature-sharps
|
m@45
|
75 #:key-signature-mode
|
m@24
|
76 #:bpm
|
j@260
|
77 #:bps
|
m@24
|
78 #:microseconds-per-crotchet
|
m@24
|
79 #:anchored-period
|
d@136
|
80 #:period
|
m@24
|
81 #:moment
|
d@33
|
82 #:onset
|
m@24
|
83 #:time+
|
m@24
|
84 #:time-
|
m@24
|
85 #:time>
|
m@24
|
86 #:time<
|
m@24
|
87 #:time=
|
m@24
|
88 #:time>=
|
m@24
|
89 #:time<=
|
m@24
|
90 #:time/=
|
m@24
|
91 #:duration>
|
m@24
|
92 #:duration<
|
m@24
|
93 #:duration=
|
m@24
|
94 #:duration>=
|
m@24
|
95 #:duration<=
|
m@24
|
96 #:duration/=
|
m@24
|
97 #:duration*
|
m@24
|
98 #:duration/
|
m@24
|
99 #:pitch+
|
m@24
|
100 #:pitch-
|
m@24
|
101 #:pitch>
|
m@24
|
102 #:pitch<
|
m@24
|
103 #:pitch=
|
m@24
|
104 #:pitch>=
|
m@24
|
105 #:pitch<=
|
m@24
|
106 #:pitch/=
|
m@24
|
107 #:interval>
|
m@24
|
108 #:interval<
|
m@24
|
109 #:interval=
|
m@24
|
110 #:interval>=
|
m@24
|
111 #:interval<=
|
m@24
|
112 #:interval/=
|
m@24
|
113 #:meets
|
m@24
|
114 #:before
|
m@24
|
115 #:overlaps
|
m@24
|
116 #:during
|
m@24
|
117 #:starts
|
m@24
|
118 #:ends
|
j@261
|
119 #:onset-within
|
j@261
|
120 #:onset-within-fuzzy
|
m@24
|
121 #:subinterval
|
m@24
|
122 #:disjoint
|
d@33
|
123 #:period=
|
d@33
|
124 #:find-overlapping
|
m@24
|
125 #:period-intersection
|
m@24
|
126 #:inter-onset-interval
|
m@24
|
127 #:get-applicable-time-signatures
|
m@24
|
128 #:get-applicable-tempi
|
m@24
|
129 #:get-applicable-key-signatures
|
m@24
|
130 #:make-moment
|
d@136
|
131 #:make-period
|
m@24
|
132 #:make-anchored-period
|
d@136
|
133 #:make-standard-moment
|
d@136
|
134 #:make-standard-period
|
d@136
|
135 #:make-standard-anchored-period
|
m@24
|
136 #:make-chromatic-pitch
|
m@24
|
137 #:make-diatonic-pitch
|
c@105
|
138 #:make-chromatic-pitch-interval
|
m@24
|
139 #:make-chromatic-pitched-event
|
d@136
|
140 #:make-standard-time-signature
|
d@136
|
141 #:make-standard-time-signature-period
|
d@136
|
142 #:make-standard-key-signature
|
d@176
|
143 #:make-standard-key-signature-period
|
m@45
|
144 #:make-midi-key-signature
|
d@136
|
145 #:make-midi-key-signature-period
|
d@136
|
146 #:make-standard-tempo
|
d@136
|
147 #:make-standard-tempo-period
|
m@67
|
148 #:time-signature-equal
|
m@67
|
149 #:key-signature-equal
|
m@67
|
150 #:tempo-equal
|
d@77
|
151 #:insufficient-information
|
d@77
|
152 #:undefined-action
|
m@81
|
153 #:asa-pitch-string
|
d@138
|
154 #:asa-interval-string
|
m@81
|
155 #:diatonic-pitch-name
|
m@81
|
156 #:middle-c
|
m@81
|
157 #:make-mips-pitch
|
c@111
|
158 #:make-mips-pitch-interval
|
c@106
|
159 #:octave
|
c@106
|
160 #:diatonic-pitch-octave
|
m@86
|
161 #:diatonic-pitch-accidental
|
m@89
|
162 #:ensure-monody
|
m@97
|
163 #:crotchet
|
c@108
|
164 #:diatonic-pitch-cp
|
c@108
|
165 #:diatonic-pitch-mp
|
j@258
|
166 #:bar-period
|
d@179
|
167 #:current-beat
|
d@179
|
168 #:current-bar
|
j@233
|
169 #:ioi-from-bar
|
j@233
|
170 #:onset-in-bar
|
j@250
|
171 #:onset-in-bar-relative-to-tactus
|
j@258
|
172 #:within-short-bar-p
|
d@183
|
173 ;; condition restart options
|
d@183
|
174 #:use-whole-bar
|
d@183
|
175 #:use-crotchet-beat
|
d@183
|
176 #:guess
|
j@208
|
177
|
j@208
|
178 #:%list-slot-sequence-data
|
j@214
|
179 #:list-slot-sequence
|
j@208
|
180 #:move-to-first-bar
|
j@217
|
181 #:copy-event
|
j@217
|
182 #:voice
|
j@217
|
183 #:event-identifier
|
j@217
|
184 #:id
|
j@217
|
185 #:event-id
|
j@217
|
186 #:composition-id
|
j@217
|
187 #:interval
|
j@230
|
188 #:find-next-event
|
j@217
|
189 #:event
|
j@230
|
190 #:event<
|
j@230
|
191 #:make-event<
|
j@230
|
192 #:sort-composition
|
j@252
|
193 #:define-stealth-mixin
|
m@28
|
194 ))
|