-
Notifications
You must be signed in to change notification settings - Fork 0
/
Esquisse.omlib
41 lines (37 loc) · 1.16 KB
/
Esquisse.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
33
34
35
36
37
38
39
40
41
;============================================================================
; Esquisse
; library for OM
;============================================================================
;
; This program is free software. For information on usage
; and redistribution, see the "LICENSE" file in this distribution.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
;
;============================================================================
(:om-lib
(:version 1.1)
(:doc "Esquisse library")
(:author "IRCAM / RepMus team")
(:source-files "sources/esquisse")
(:symbols
(:packages
(:package
(:name "Intervals")
(:functions BEST-TRANSP))
(:package
(:name "Harmonic Series")
(:functions HARM-SERIES NTH-HARM))
(:package
(:name "Modulations")
(:functions FREQ-MOD RING-MOD))
(:package
(:name "Processing")
(:functions FSHIFT FDISTOR))
(:package
(:name "Analysis")
(:functions VIRT-FUND M-VIR-FUN HARM-DIST BEST-FREQ))
))
)