aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 37329c9a9f0b31b9a8c8ec351b079071e5b7ea3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cw_binaural~: A binaural synthesis external

Authors: 
 David Doukhan <david.doukhan@gmail.com> - http://www.limsi.fr/Individu/doukhan
 Anne Sedes <sedes.anne@gmail.com>

For more details, see:
CW_binaural: a binaural Sythesis External for Pure Data
David Doukhan and Anne Sedes, PDCON09

* libsndfile should be installed on your machine in order to compile the external

* when using mingw compiler, you should install the gnu regex lib

* The external use try/catch statements. On some OS, it may cause PD to crash when exceptions are thrown. To solve this issue, go to file=>path=>startup, edit a new entry, and set cw_binaural~ to be the first external to be loaded.
For more details concerning the try/cath issue, see http://www.mail-archive.com/pd-dev@iem.at/msg06694.html

* To use precompiled external on ubuntu, you should install libsndfile:
sudo apt-get install libsndfile

* To use precompiled external on mac, you should install universal binaries of libsndfile using mac port:
sudo port install libsndfile +universal