-
Notifications
You must be signed in to change notification settings - Fork 1
/
iae.olib
25 lines (23 loc) · 959 Bytes
/
iae.olib
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
;;;===================================================
;;; OM# IAE (ISMM Audio Engine)
;;; Jean Bresson, Diemo Schwarz
;;;===================================================
(:om-lib
(:version 0.5)
(:source-files
(:pathname (:directory (:relative "sources")) (:name "iae-init"))
(:pathname (:directory (:relative "sources")) (:name "iae-bindings"))
(:pathname (:directory (:relative "sources")) (:name "iae-object"))
(:pathname (:directory (:relative "sources")) (:name "iae-container"))
)
(:symbols
(:classes "iae::IAE" "iae::IAE-Container" "iae::IAE-Grain" "iae::IAE-Request" "iae::IAE-Bundle")
(:functions
"iae::ircam-descriptors-names" "iae::iae-descriptors"
"iae::get-segment-descriptors" "iae::get-sound-descriptors"
"iae::iae-knn"
"iae::iae-synth" "iae::iae-synth-desc"
"iae::iae-dump"
))
(:author "J. Bresson, D. Schwarz (2016-2020)")
(:doc "Binding and control of Ircam's ISMM Audio Engine (IAE) in OM#."))