From a6395245153880a8b67f49631d3c5208c636a940 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 30 Nov 2006 12:46:20 +0000 Subject: initial commit changed float to t_float -fno-strict-aliasing #pragma obsolete help-*.pd to *-help.pd svn path=/trunk/externals/iem/iem_matrix/; revision=6543 --- READ_ME.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 READ_ME.txt (limited to 'READ_ME.txt') diff --git a/READ_ME.txt b/READ_ME.txt new file mode 100644 index 0000000..efaab73 --- /dev/null +++ b/READ_ME.txt @@ -0,0 +1,22 @@ +This library extends the performance of miller puckette's pure data (pd). + +iem_matrix 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_matrix contains 7 objects: +"matrix_bundle_stat~", +"matrix_diag_mul_line8~", "matrix_diag_mul_line~", "matrix_diag_mul_stat~", +"matrix_mul_line8~", "matrix_mul_line~" and "matrix_mul_stat~". + +matrix_mul_*~ multiplies a message matrix with a signal array. +matrix_diag_mul_*~ multiplies a message diagonal matrix with a signal array. +matrix_bundle_*~ is a kind of additive signal multiplexer. + +The extension *_line~ means, each matrix message element will be interpolated + from the previous to the current vallue by a signal ramp (like line~ does). +The extension *_line8~ means, each matrix message element will be interpolated + everey 8 samples from the previous to the current vallue by a signal ramp + (this ramp has little steps, only every 8 sample, the value change). +The extension *_stat~ means, each new matrix message element change the + signal matrix multiplicator, there is no interpolation (like sig~ does). \ No newline at end of file -- cgit v1.2.1