aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/sah~-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-12 01:50:32 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-12 01:50:32 +0000
commitc124775d7f4954e536c69414eb521a437ac02e94 (patch)
treee1b000e325fa2fddf18af09ca92118cbbada54bc /doc/help/cyclone/sah~-help.pd
parent9918f32477b29e35a8dcf8829b8972fd0d813e1c (diff)
added pd META subpatch, removed xbend-help.pd and xnote-help.pd since
they are not used svn path=/trunk/externals/miXed/; revision=14428
Diffstat (limited to 'doc/help/cyclone/sah~-help.pd')
-rw-r--r--doc/help/cyclone/sah~-help.pd25
1 files changed, 18 insertions, 7 deletions
diff --git a/doc/help/cyclone/sah~-help.pd b/doc/help/cyclone/sah~-help.pd
index 851960d..c81f003 100644
--- a/doc/help/cyclone/sah~-help.pd
+++ b/doc/help/cyclone/sah~-help.pd
@@ -1,5 +1,4 @@
-#N canvas 1356 280 739 524 10;
-#X declare -lib cyclone;
+#N canvas 0 26 618 491 10;
#X text 15 35 Sample-and-hold;
#X obj 109 405 cycle~;
#X obj 109 377 *~ 1000;
@@ -19,7 +18,6 @@ with two phasor~ objects;
#X text 161 377 sah~ output used as the frequency of an oscillator
;
#X text 161 271 set trigger;
-#X obj 436 104 import cyclone;
#X obj 109 310 sah~ 0.01;
#X text 16 60 The sah~ object accepts two signals. The left signal
is the "input" and the right signal is the "control." When the control
@@ -28,13 +26,26 @@ above the trigger value \, the input is sampled and its current value
is output until another control transition occurs and the input is
sampled again. The default threshold value is 0 \, but can be specified
via a float in the left inlet or as an argument to sah~.;
+#N canvas 309 151 494 407 META 0;
+#X text 12 175 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
+Wilkes for Pd-extended 0.42 to conform to the PDDP template.;
+#X text 12 145 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
+;
+#X text 12 5 KEYWORDS signal max_compatible;
+#X text 12 65 INLET_0 signal;
+#X text 12 85 INLET_1 signal;
+#X text 12 105 OUTLET_0 signal;
+#X text 12 25 LICENSE SIBSD;
+#X text 12 45 DESCRIPTION sample and hold;
+#X text 12 125 AUTHOR Krzysztof Czaja;
+#X restore 568 470 pd META;
#X connect 1 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 8 0;
#X connect 3 0 8 1;
#X connect 4 0 5 0;
-#X connect 5 0 17 0;
+#X connect 5 0 16 0;
#X connect 6 0 9 0;
-#X connect 7 0 17 0;
-#X connect 9 0 17 1;
-#X connect 17 0 2 0;
+#X connect 7 0 16 0;
+#X connect 9 0 16 1;
+#X connect 16 0 2 0;