aboutsummaryrefslogtreecommitdiff
path: root/general
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-07-12 22:45:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-07-12 22:45:59 +0000
commit5c47390cd8efe104fbfd29d8a60b5c0c02bdd8ef (patch)
tree61c2d895e20aa3cecafb8a5ca5209439e32ce9fe /general
parentabc61695442018faf49920339549194197a07f0a (diff)
started audio staples in general section
svn path=/trunk/externals/hcs/; revision=3338
Diffstat (limited to 'general')
-rw-r--r--general/amp~.pd24
-rw-r--r--general/doc/amp~-help.pd19
2 files changed, 43 insertions, 0 deletions
diff --git a/general/amp~.pd b/general/amp~.pd
new file mode 100644
index 0000000..5c597f5
--- /dev/null
+++ b/general/amp~.pd
@@ -0,0 +1,24 @@
+#N canvas 166 118 542 310 10;
+#X text 232 27 input range: 0 to 1;
+#X obj 19 30 inlet~;
+#X obj 84 269 outlet~;
+#X text 180 269 audio signal;
+#X text 70 31 audio signal;
+#X obj 85 211 *~;
+#X obj 150 170 line~;
+#X obj 184 27 inlet;
+#X obj 376 161 loadbang;
+#X obj 376 187 f \$1;
+#X text 330 209 TODO: add argument for ms;
+#X obj 202 117 blocksize_in_ms;
+#X text 9 5 [amp~];
+#X obj 151 139 pack f f;
+#X obj 202 96 loadbang;
+#X connect 1 0 5 0;
+#X connect 5 0 2 0;
+#X connect 6 0 5 1;
+#X connect 7 0 13 0;
+#X connect 8 0 9 0;
+#X connect 11 0 13 1;
+#X connect 13 0 6 0;
+#X connect 14 0 11 0;
diff --git a/general/doc/amp~-help.pd b/general/doc/amp~-help.pd
new file mode 100644
index 0000000..d61fb0b
--- /dev/null
+++ b/general/doc/amp~-help.pd
@@ -0,0 +1,19 @@
+#N canvas 502 235 465 312 10;
+#X obj 5 2 cnv 15 450 20 empty empty [amp~] 2 11 1 18 -233017 -66577
+0;
+#X obj 422 3 pddp;
+#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X text 244 284 released under the GNU GPL;
+#X floatatom 192 115 5 0 0 0 - - -;
+#X obj 195 95 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -225271
+-1 -1 4800 1;
+#X obj 157 219 dac~;
+#X obj 127 139 osc~ 350;
+#X obj 169 178 amp~;
+#X text 28 43 Smooth amplitude control.;
+#X connect 4 0 8 1;
+#X connect 5 0 4 0;
+#X connect 7 0 8 0;
+#X connect 8 0 6 0;
+#X connect 8 0 6 1;