aboutsummaryrefslogtreecommitdiff
path: root/READ_ME.txt
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-11-29 19:20:43 +0000
committermusil <tmusil@users.sourceforge.net>2006-11-29 19:20:43 +0000
commita1e92bd8ad513384243b67af4a44dab8744515d9 (patch)
tree513bef1ac88bc3074baf649e1f171cda0301ac61 /READ_ME.txt
initial commitsvn2git-root
changed float to t_float -fno-strict-aliasing #pragma obsolete svn path=/trunk/externals/iem/iem_delay/; revision=6515
Diffstat (limited to 'READ_ME.txt')
-rw-r--r--READ_ME.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/READ_ME.txt b/READ_ME.txt
new file mode 100644
index 0000000..d3d04dd
--- /dev/null
+++ b/READ_ME.txt
@@ -0,0 +1,16 @@
+This library extends the performance of miller puckette's pure data (pd).
+
+iem_delay is written by Thomas Musil from IEM Graz Austria
+ and it is compatible to miller puckette's pd-0.37-3 to pd-0.39-2.
+see also LICENCE.txt, GnuGPL.txt.
+
+iem_delay contains 4 objects:
+"block_delay~", "n_delay1p_line~", "n_delay2p_line~" and "nz~"
+block_delay~ delays signals to one blocksize.
+n_delay1p_line~ is a delay with one signal inlet and n signal outlets
+ which change its delay taps during a time period, without interpolation.
+n_delay2p_line~ is a delay with one signal inlet and n signal outlets
+ which change its delay taps during a time period, with a 2-point interpolation
+ between the samples.
+nz~ is static delay with one signal inlet and n signal outlets
+ the control parameters are in samples. \ No newline at end of file