diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-03 19:54:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-03 19:54:59 +0000 |
commit | 80929a20e07d36abe421ea4cc3bdad760ccb89fa (patch) | |
tree | 080e7838e344858ddfbeefb5b32ca33f1072f4fd /help/help-urn.pd | |
parent | 4f2fc07b69014d9540cca2200d9f55fcbbb08db0 (diff) |
added changed from Olaf's version 1.2
svn path=/trunk/externals/maxlib/; revision=450
Diffstat (limited to 'help/help-urn.pd')
-rw-r--r-- | help/help-urn.pd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/help/help-urn.pd b/help/help-urn.pd new file mode 100644 index 0000000..09cdb9e --- /dev/null +++ b/help/help-urn.pd @@ -0,0 +1,18 @@ +#N canvas 0 0 462 312 12;
+#X obj 99 182 urn 8;
+#X msg 157 112 clear;
+#X floatatom 99 241 5 0 0 0 - - -;
+#X msg 99 85 bang;
+#X obj 189 241 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X text 144 85 choose next number;
+#X text 209 113 clear / refill urn;
+#X floatatom 149 150 5 0 0 0 - - -;
+#X text 201 150 change number of items in urn;
+#X text 69 30 urn :: urn selection model;
+#X text 221 241 bang if urn is empty;
+#X connect 0 0 2 0;
+#X connect 0 1 4 0;
+#X connect 1 0 0 0;
+#X connect 3 0 0 0;
+#X connect 7 0 0 1;
|