From 57f713a6e5a6619e6b428c8b47c317e49106497f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 3 Feb 2006 21:45:45 +0000 Subject: these have been sitting around forever, its time to check them into CVS svn path=/trunk/; revision=4543 --- doc/additional/messageoddness/print_oddness.pd | 9 +++ .../messageoddness/select_creation_argument.pd | 48 ++++++++++++++++ .../messageoddness/trigger_type_handling.pd | 64 ++++++++++++++++++++++ 3 files changed, 121 insertions(+) create mode 100644 doc/additional/messageoddness/print_oddness.pd create mode 100644 doc/additional/messageoddness/select_creation_argument.pd create mode 100644 doc/additional/messageoddness/trigger_type_handling.pd (limited to 'doc/additional/messageoddness') diff --git a/doc/additional/messageoddness/print_oddness.pd b/doc/additional/messageoddness/print_oddness.pd new file mode 100644 index 00000000..fdd478b5 --- /dev/null +++ b/doc/additional/messageoddness/print_oddness.pd @@ -0,0 +1,9 @@ +#N canvas 0 22 454 304 10; +#X obj 216 156 print; +#X msg 168 84 symbol 5; +#X obj 255 122 symbol; +#X msg 253 83 5; +#X text 60 37 neither one outputs what you might expect; +#X connect 1 0 0 0; +#X connect 2 0 0 0; +#X connect 3 0 2 0; diff --git a/doc/additional/messageoddness/select_creation_argument.pd b/doc/additional/messageoddness/select_creation_argument.pd new file mode 100644 index 00000000..ce75d33a --- /dev/null +++ b/doc/additional/messageoddness/select_creation_argument.pd @@ -0,0 +1,48 @@ +#N canvas 514 341 621 440 10; +#X obj 57 205 select; +#X msg 52 108 symbol twenty; +#X msg 7 109 23; +#X msg 99 179 symbol twenty; +#X obj 57 250 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 93 250 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 86 158 23; +#X msg 402 108 symbol twenty; +#X msg 357 109 23; +#X msg 509 179 symbol twenty; +#X obj 407 250 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 493 250 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 496 158 23; +#X obj 407 205 select twenty; +#X msg 218 108 symbol twenty; +#X msg 177 109 23; +#X msg 289 179 symbol twenty; +#X obj 217 250 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 253 250 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 276 158 23; +#X obj 217 205 select 23; +#X text 68 59 a [select] without a creation argument cannot use a symbol +selector (you get an error in the Pd window); +#X connect 0 0 4 0; +#X connect 0 1 5 0; +#X connect 1 0 0 0; +#X connect 2 0 0 0; +#X connect 3 0 0 1; +#X connect 6 0 0 1; +#X connect 7 0 13 0; +#X connect 8 0 13 0; +#X connect 9 0 13 1; +#X connect 12 0 13 1; +#X connect 13 0 10 0; +#X connect 13 1 11 0; +#X connect 14 0 20 0; +#X connect 15 0 20 0; +#X connect 16 0 20 1; +#X connect 19 0 20 1; +#X connect 20 0 17 0; +#X connect 20 1 18 0; diff --git a/doc/additional/messageoddness/trigger_type_handling.pd b/doc/additional/messageoddness/trigger_type_handling.pd new file mode 100644 index 00000000..bcba814b --- /dev/null +++ b/doc/additional/messageoddness/trigger_type_handling.pd @@ -0,0 +1,64 @@ +#N canvas 366 31 565 405 10; +#X msg 168 46 anything 1 two three; +#X msg 180 66 one 2 3; +#X obj 167 308 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 362 305 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 190 114 list one 2 3; +#X msg 191 136 1 2 3; +#X obj 167 285 trigger anything bang float list pointer symbol; +#X obj 424 306 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 491 307 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 296 305 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 230 305 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 35 362 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 111 362 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 137 362 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 164 362 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 85 362 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 59 362 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 35 340 trigger a b f l p s; +#X text 48 20 how [trigger] interprets and converts data can be tricky: +; +#X text 315 59 "undefined lists"; +#X text 288 127 lists; +#X msg 199 175 4; +#X msg 202 196 float 234; +#X text 280 181 floats; +#X msg 208 229 symbol blah; +#X text 303 242 symbols; +#X msg 188 84 asdf; +#X msg 208 251 symbol four; +#X connect 0 0 6 0; +#X connect 1 0 6 0; +#X connect 4 0 6 0; +#X connect 5 0 6 0; +#X connect 6 0 2 0; +#X connect 6 0 17 0; +#X connect 6 1 10 0; +#X connect 6 2 9 0; +#X connect 6 3 3 0; +#X connect 6 4 7 0; +#X connect 6 5 8 0; +#X connect 17 0 11 0; +#X connect 17 1 16 0; +#X connect 17 2 15 0; +#X connect 17 3 12 0; +#X connect 17 4 13 0; +#X connect 17 5 14 0; +#X connect 21 0 6 0; +#X connect 22 0 6 0; +#X connect 24 0 6 0; +#X connect 26 0 6 0; +#X connect 27 0 6 0; -- cgit v1.2.1