From 08f5624a15d0064acc4ea985e6f9e5f8df845bce Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 4 Sep 2004 21:27:12 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2003, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/tb/; revision=2004 --- volctl~/readme.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 volctl~/readme.txt (limited to 'volctl~/readme.txt') diff --git a/volctl~/readme.txt b/volctl~/readme.txt new file mode 100644 index 0000000..5707467 --- /dev/null +++ b/volctl~/readme.txt @@ -0,0 +1,24 @@ +volctl~ + +a fast and smooth volume control external ... + +volctl~ is doing more or less the same as + + + |line~ 0 10 +| | | | | +|*~ 0| = |volctl 0 10| +| | + +except that it is faster + +argument1: initial factor +argument2: interpolation time + + +volctl~ will only probably only compile against pd>=devel_0_37 with gcc. +i'm not planing to do a port to win/osx or any pd without aligned dsp blocks... + +todo: +- write complete volctl_perform_simd function in assembler +- check icc's segfault \ No newline at end of file -- cgit v1.2.1 From 2f98df88850ab893c7acf8ea2b9000c03c2e17da Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 28 Dec 2004 15:48:19 +0000 Subject: simd-optimized ramp svn path=/trunk/externals/tb/; revision=2435 --- volctl~/readme.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'volctl~/readme.txt') diff --git a/volctl~/readme.txt b/volctl~/readme.txt index 5707467..4efff34 100644 --- a/volctl~/readme.txt +++ b/volctl~/readme.txt @@ -8,7 +8,7 @@ volctl~ is doing more or less the same as |line~ 0 10 | | | | | |*~ 0| = |volctl 0 10| -| | +| | except that it is faster @@ -20,5 +20,4 @@ volctl~ will only probably only compile against pd>=devel_0_37 with gcc. i'm not planing to do a port to win/osx or any pd without aligned dsp blocks... todo: -- write complete volctl_perform_simd function in assembler - check icc's segfault \ No newline at end of file -- cgit v1.2.1