aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/Clip-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/help/cyclone/Clip-help.pd')
-rw-r--r--doc/help/cyclone/Clip-help.pd59
1 files changed, 24 insertions, 35 deletions
diff --git a/doc/help/cyclone/Clip-help.pd b/doc/help/cyclone/Clip-help.pd
index ac85e38..753cfd2 100644
--- a/doc/help/cyclone/Clip-help.pd
+++ b/doc/help/cyclone/Clip-help.pd
@@ -1,36 +1,25 @@
-#N canvas 135 111 437 358 10;
-#X text 17 308 docs based on the MAX/MSP reference (c) cycling'74;
-#X text 16 322 ___________________________________________________
+#N canvas 1354 293 542 335 10;
+#X declare -lib cyclone;
+#X text 15 35 Constrains an int \, float or list within a certain range
;
-#X floatatom 38 182 5 0 0 0 - - -;
-#X obj 36 18 Clip min max;
-#X text 137 20 limit numbers in a range;
-#X floatatom 67 109 5 0 0 0 - - -;
-#X floatatom 96 136 5 0 0 0 - - -;
-#X text 114 109 lower limit;
-#X text 140 134 upper limit;
-#X text 111 160 creation args set min/max;
-#X floatatom 38 79 5 0 0 0 - - -;
-#X obj 128 177 unpack f f f f f f;
-#X floatatom 128 198 5 0 0 0 - - -;
-#X floatatom 152 217 5 0 0 0 - - -;
-#X floatatom 176 237 5 0 0 0 - - -;
-#X floatatom 200 218 5 0 0 0 - - -;
-#X floatatom 224 200 5 0 0 0 - - -;
-#X floatatom 249 218 5 0 0 0 - - -;
-#X text 218 71 in a list each value is clipped \,;
-#X text 218 83 the result is sent out as a list;
-#X msg 105 76 1 2 3 4 -10 5 6;
-#X obj 38 160 Clip 0 10;
-#X connect 5 0 21 1;
-#X connect 6 0 21 2;
-#X connect 10 0 21 0;
-#X connect 11 0 12 0;
-#X connect 11 1 13 0;
-#X connect 11 2 14 0;
-#X connect 11 3 15 0;
-#X connect 11 4 16 0;
-#X connect 11 5 17 0;
-#X connect 20 0 21 0;
-#X connect 21 0 2 0;
-#X connect 21 0 11 0;
+#X floatatom 312 116 0 0 0 0 - - -;
+#X floatatom 190 116 0 0 0 0 - - -;
+#X text 322 138 set max (int or float);
+#X floatatom 26 82 0 0 0 0 - - -;
+#X msg 106 64 0 20 40 60 80 100 120;
+#X msg 118 97 set 100 200;
+#X floatatom 68 81 0 0 0 0 - - -;
+#X obj 68 183 print;
+#X text 126 184 Optional arguments set the range. Default is 0 \, 0
+;
+#X text 187 98 changes the clipping range;
+#X text 201 138 set min (int or float);
+#X obj 380 6 import cyclone;
+#X obj 68 153 Clip 10 50;
+#X connect 1 0 13 2;
+#X connect 2 0 13 1;
+#X connect 4 0 13 0;
+#X connect 5 0 13 0;
+#X connect 6 0 13 0;
+#X connect 7 0 13 0;
+#X connect 13 0 8 0;