From ad23543fee0496519b1a41839bf388d6c9ffba46 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 17:31:48 +0000 Subject: iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux svn path=/trunk/externals/iem/iem_delay/; revision=17189 --- READ_ME.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'READ_ME.txt') diff --git a/READ_ME.txt b/READ_ME.txt index 8028fb5..e6ad4c2 100644 --- a/READ_ME.txt +++ b/READ_ME.txt @@ -1,14 +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. + and it is compatible up to miller puckette's pd-0.42-5. see also LICENCE.txt, GnuGPL.txt. -iem_delay contains 3 objects: -"block_delay~", "n_delay1p_line~" and "n_delay2p_line~" -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. +iem_delay contains 4 objects: +"block_delay~", "n_delay1p_line~", "n_delay2p_line~" and "nz~". + +block_delay~ : Constant signal delay of one blocksize. + +n_delay1p_line~ : One signal inlet and n delay tap outlets. Delay times change every sample without interpolation and are given in ms. + +n_delay2p_line~ : One signal inlet and n delay tap outlets. Delay times change every sample with a 2-point interpolation and are given in ms. + +nz~ : One signal inlet and n delay tap outlets. Delay times change at least every blocksize and are given in samples. \ No newline at end of file -- cgit v1.2.1