-
Notifications
You must be signed in to change notification settings - Fork 0
/
Repmus.omlib
33 lines (26 loc) · 989 Bytes
/
Repmus.omlib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;;;===========================================================================
;;; repmus lib
;;;===========================================================================
(:om-lib
(:version 1.3)
(:doc "Functions from the Repmus team.")
(:author "G. Assayag, C. Malherbe & repmus collaborators, 1996, 1998, ...")
;;; SOURCE FILES TO LOAD
(:source-files
"sources/chords"
"sources/graph"
"sources/chordmap"
"sources/lc1"
"sources/as2om"
;"sources/om-fugit"
)
;;; DECLARED SYMBOLS VISIBLE AND ACCESSIBLE THROUGH THE OM PACKAGE TREE
(:symbols
(:packages
(:package (:name "Spectral analysis") (:functions as->om))
(:package (:name "Chords") (:functions autotransp mutation map-chords chseq->poly tie-all))
(:package (:name "Cribles") (:functions lc crible-list crible-voice eval-crible))
(:package (:name "Graphs") (:functions make-graph graph-tour))
;(:package (:name "Metrics-Modulations") (:functions "s::feuillete" "s::tempo-intp"))
))
)