aboutsummaryrefslogtreecommitdiff
path: root/sndfiler/README
diff options
context:
space:
mode:
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>