aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDavid Doukhan <rudk@users.sourceforge.net>2011-02-07 13:09:27 +0000
committerDavid Doukhan <rudk@users.sourceforge.net>2011-02-07 13:09:27 +0000
commit45dfb5debd4a0d0bc79ad8b6691576e8462d1396 (patch)
tree7b4d1736586da6ac25a87d5135a357bab291648e /README.txt
parentd69fd2f6b4cbbc538113e107c5d52a5d27d197bd (diff)
cw_binaural~ code and examples!
Makefile still missing svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14855
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..611feeb
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,14 @@
+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
+
+* 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