aboutsummaryrefslogtreecommitdiff
path: root/sndfiler/README
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:14:38 +0200
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:14:38 +0200
commit28b7e464fd119b8c848753a1f41070422c463c41 (patch)
tree07449abdf85d8f1fd4068839b974242b429720ca /sndfiler/README
parent90c6018a9401e38859f733b3521c919e042322b7 (diff)
parent6932ee2d22511226378218992b0005cb01eb235e (diff)
- abstractions/tb - externals/tb
Diffstat (limited to 'sndfiler/README')
-rwxr-xr-xsndfiler/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/sndfiler/README b/sndfiler/README
new file mode 100755
index 0000000..15995b3
--- /dev/null
+++ b/sndfiler/README
@@ -0,0 +1,24 @@
+
+[sndfiler]
+
+a threaded soundfiler for PD using libsndfile
+
+
+REQUIREMENTS:
+ - pd >= 0.39
+ - libsndfile
+ - for main PD you will also need threadlib:
+ http://grh.mur.at/software/threadlib.html
+
+FEATURES:
+ - threaded reading of multichannel soundfiles into arrays
+ - threaded resize of arrays
+
+
+For more information look at the help patch !
+
+See the file INSTALL for installation instructions.
+
+
+(C) 2005, Tim Blechmann <TimBlechmann@gmx.de>,
+ Georg Holzmann <grh@mur.at>