aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <electrickery@users.sourceforge.net>2015-06-13 15:03:48 +0000
committerN.N. <electrickery@users.sourceforge.net>2015-06-13 15:03:48 +0000
commit41b6adf562c2dd02b176f1accc61c515cff775d3 (patch)
tree9582a7842bae0eab52f891888ff0e7420d5ba501
parent9d16d0cf0d17acb3c1b7e9a372c0c3f4c2b75739 (diff)
2nd attempt to replace import by declare in the nettles-help patch
svn path=/trunk/externals/miXed/; revision=17487
-rw-r--r--doc/help/cyclone/nettles-help.pd13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/help/cyclone/nettles-help.pd b/doc/help/cyclone/nettles-help.pd
index 4512059..d602b13 100644
--- a/doc/help/cyclone/nettles-help.pd
+++ b/doc/help/cyclone/nettles-help.pd
@@ -1,5 +1,5 @@
-#N canvas 521 79 569 596 10;
-#X obj 413 44 import cyclone/nettles;
+#N canvas 456 349 569 596 10;
+#X declare -lib nettles;
#X obj 23 165 ==~;
#X obj 23 240 !=~;
#X obj 23 265 <~;
@@ -48,7 +48,6 @@ than right;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 205 559 pd Related_objects;
-#X text 12 23 Nettles: bin-ops;
#X obj 0 0 cnv 15 552 40 empty empty nettles 3 12 0 18 -204280 -1 0
;
#X text 72 214 sigeq - fast compare \, 8 samples at once;
@@ -286,6 +285,8 @@ left inlet;
#X connect 12 0 10 0;
#X connect 13 0 2 0;
#X restore 424 103 pd control ops;
-#X connect 17 0 1 0;
-#X connect 30 0 9 0;
-#X connect 31 0 9 0;
+#X obj 413 44 declare -lib nettles;
+#X text 12 23 logical operators;
+#X connect 16 0 0 0;
+#X connect 29 0 8 0;
+#X connect 30 0 8 0;