aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/asin-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-29 02:00:13 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-29 02:00:13 +0000
commit26a28e681d7baa0b6e41e44deee9e1b9416c64b1 (patch)
tree53f1bfce821fb63a8b0dc4bb8e957913aec94903 /doc/help/cyclone/asin-help.pd
parentb2e8371cceb9837f340c1e0ed744d3178586962e (diff)
Added a few help files for cyclone
svn path=/trunk/externals/miXed/; revision=12694
Diffstat (limited to 'doc/help/cyclone/asin-help.pd')
-rw-r--r--doc/help/cyclone/asin-help.pd35
1 files changed, 16 insertions, 19 deletions
diff --git a/doc/help/cyclone/asin-help.pd b/doc/help/cyclone/asin-help.pd
index 580f1df..7219cc4 100644
--- a/doc/help/cyclone/asin-help.pd
+++ b/doc/help/cyclone/asin-help.pd
@@ -1,19 +1,16 @@
-#N canvas 217 155 421 323 10;
-#X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 0;
-#X text 21 278 docs based on the MAX/MSP reference (c) cycling'74
-;
-#X text 20 292 ___________________________________________________ ;
-#X floatatom 46 216 8 0 0 0 - - -;
-#X msg 46 83 bang;
-#X obj 67 152 / 100;
-#X floatatom 67 132 5 0 0 0 - - -;
-#X text 123 185 arg sets initial value;
-#X obj 41 22 asin 0.2;
-#X text 108 24 calculate arc sine function;
-#X obj 46 183 asin 0.2;
-#X text 96 84 output acsin of current val;
-#X text 121 130 calculate and output asin;
-#X connect 4 0 10 0;
-#X connect 5 0 10 0;
-#X connect 6 0 5 0;
-#X connect 10 0 3 0;
+#N canvas 1255 431 632 315 10;
+#X declare -lib cyclone;
+#X text 15 35 Arcsine(x);
+#X obj 198 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X floatatom 198 160 0 0 0 0 - - -;
+#X floatatom 93 160 0 0 0 0 - - -;
+#X floatatom 93 84 0 0 0 0 - - -;
+#X text 264 117 optional arg;
+#X obj 405 27 import cyclone;
+#X obj 93 115 asin;
+#X obj 198 115 asin 0.5;
+#X connect 1 0 8 0;
+#X connect 4 0 7 0;
+#X connect 7 0 3 0;
+#X connect 8 0 2 0;