Update of /cvsroot/pure-data/externals/PDContainer/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21883/help
Modified Files: help-h_map.pd help-h_multimap.pd help-h_multiset.pd help-h_set.pd Log Message: some minor changes
Index: help-h_map.pd =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/help/help-h_map.pd,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** help-h_map.pd 25 Oct 2004 19:02:32 -0000 1.1.1.1 --- help-h_map.pd 29 Oct 2004 11:56:12 -0000 1.2 *************** *** 1,3 **** ! #N canvas 70 0 818 882 10; #X msg 82 407 add ge; #X obj 175 494 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 --- 1,3 ---- ! #N canvas 332 0 818 882 10; #X msg 82 407 add ge; #X obj 175 494 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 *************** *** 153,183 **** #X text 292 53 ::: h_map :::; #X text 40 98 init arg: namespace; ! #X msg 480 434 print; ! #X msg 480 478 clear; ! #X msg 480 660 help; ! #X obj 573 714 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; ! #X msg 480 375 getnamespace; ! #X msg 480 516 clearall; ! #X msg 480 581 save map.dat; ! #X msg 480 622 read map.dat; ! #X obj 480 691 h_map druschka; ! #X obj 480 713 print BBB; #X obj 82 495 print AAA; ! #X text 591 400 <- change namespace; ! #X msg 480 399 namespace grix; ! #X text 527 435 <- print all the data of the; ! #X text 546 450 current namespace; ! #X text 528 478 <- clear all the data of the; ! #X text 549 493 current namespace; ! #X text 548 518 <- clear all the data in all; ! #X text 569 533 same containers (maybe; ! #X text 571 548 you shouldn't use this); ! #X text 581 582 <- save all the data of; ! #X text 578 597 current namespac to disk; ! #X text 579 622 <- read this file to; ! #X text 600 636 current namespace; ! #X text 580 377 <- get current namespace; ! #X text 479 323 general operations:; #X msg 82 381 add bla bal tuff; #X msg 82 431 add 4 f 3; --- 153,183 ---- #X text 292 53 ::: h_map :::; #X text 40 98 init arg: namespace; ! #X msg 482 405 print; ! #X msg 482 449 clear; ! #X msg 482 669 help; ! #X obj 575 730 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; ! #X msg 482 346 getnamespace; ! #X msg 482 487 clearall; ! #X msg 482 552 save map.dat; ! #X msg 482 593 read map.dat; ! #X obj 482 707 h_map druschka; ! #X obj 482 783 print BBB; #X obj 82 495 print AAA; ! #X text 593 371 <- change namespace; ! #X msg 482 370 namespace grix; ! #X text 529 406 <- print all the data of the; ! #X text 548 421 current namespace; ! #X text 530 449 <- clear all the data of the; ! #X text 551 464 current namespace; ! #X text 550 489 <- clear all the data in all; ! #X text 571 504 same containers (maybe; ! #X text 573 519 you shouldn't use this); ! #X text 583 553 <- save all the data of; ! #X text 580 568 current namespac to disk; ! #X text 581 593 <- read this file to; ! #X text 602 607 current namespace; ! #X text 582 348 <- get current namespace; ! #X text 481 294 general operations:; #X msg 82 381 add bla bal tuff; #X msg 82 431 add 4 f 3; *************** *** 286,289 **** --- 286,293 ---- it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; + #X msg 482 635 getsize; + #X text 547 634 <- get the size (at 2nd; + #X text 569 648 outlet); + #X obj 528 756 print size; #X connect 0 0 42 0; #X connect 11 0 19 0; *************** *** 295,299 **** #X connect 18 0 19 0; #X connect 19 0 20 0; ! #X connect 19 1 14 0; #X connect 23 0 19 0; #X connect 37 0 42 0; --- 299,304 ---- #X connect 18 0 19 0; #X connect 19 0 20 0; ! #X connect 19 1 73 0; ! #X connect 19 2 14 0; #X connect 23 0 19 0; #X connect 37 0 42 0; *************** *** 303,307 **** #X connect 41 0 39 0; #X connect 42 0 21 0; ! #X connect 42 1 1 0; #X connect 43 0 42 1; #X connect 44 0 42 1; --- 308,312 ---- #X connect 41 0 39 0; #X connect 42 0 21 0; ! #X connect 42 2 1 0; #X connect 43 0 42 1; #X connect 44 0 42 1; *************** *** 312,316 **** #X connect 55 0 58 0; #X connect 56 0 53 0; ! #X connect 56 1 52 0; #X connect 58 0 56 0; #X connect 59 0 56 0; --- 317,321 ---- #X connect 55 0 58 0; #X connect 56 0 53 0; ! #X connect 56 2 52 0; #X connect 58 0 56 0; #X connect 59 0 56 0; *************** *** 323,324 **** --- 328,330 ---- #X connect 66 0 56 0; #X connect 67 0 56 0; + #X connect 70 0 19 0;
Index: help-h_multimap.pd =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/help/help-h_multimap.pd,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** help-h_multimap.pd 25 Oct 2004 19:02:32 -0000 1.1.1.1 --- help-h_multimap.pd 29 Oct 2004 11:56:13 -0000 1.2 *************** *** 1,6 **** #N canvas 0 0 868 918 10; #X msg 82 407 add ge; - #X obj 196 496 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 - -1; #X obj 514 131 cnv 15 204 104 empty empty empty 20 12 0 14 -66577 -66577 0; --- 1,4 ---- *************** *** 149,179 **** -66577 0; #X text 295 36 help file of; ! #X text 201 842 =%)!(%= PDContainer , by Georg Holzmann grh@gmx.at , 2004; #X text 40 98 init arg: namespace; ! #X msg 480 434 print; ! #X msg 480 478 clear; ! #X msg 480 660 help; ! #X msg 480 375 getnamespace; ! #X msg 480 516 clearall; ! #X msg 480 581 save map.dat; ! #X msg 480 622 read map.dat; ! #X obj 480 713 print BBB; #X obj 82 495 print AAA; ! #X text 591 400 <- change namespace; ! #X msg 480 399 namespace grix; ! #X text 527 435 <- print all the data of the; ! #X text 546 450 current namespace; ! #X text 528 478 <- clear all the data of the; ! #X text 549 493 current namespace; ! #X text 548 518 <- clear all the data in all; ! #X text 569 533 same containers (maybe; ! #X text 571 548 you shouldn't use this); ! #X text 581 582 <- save all the data of; ! #X text 578 597 current namespac to disk; ! #X text 579 622 <- read this file to; ! #X text 600 636 current namespace; ! #X text 580 377 <- get current namespace; ! #X text 479 323 general operations:; #X msg 82 381 add bla bal tuff; #X msg 82 431 add 4 f 3; --- 147,177 ---- -66577 0; #X text 295 36 help file of; ! #X text 203 848 =%)!(%= PDContainer , by Georg Holzmann grh@gmx.at , 2004; #X text 40 98 init arg: namespace; ! #X msg 481 408 print; ! #X msg 481 452 clear; ! #X msg 481 690 help; ! #X msg 481 349 getnamespace; ! #X msg 481 490 clearall; ! #X msg 481 555 save map.dat; ! #X msg 481 596 read map.dat; ! #X obj 481 743 print BBB; #X obj 82 495 print AAA; ! #X text 592 374 <- change namespace; ! #X msg 481 373 namespace grix; ! #X text 528 409 <- print all the data of the; ! #X text 547 424 current namespace; ! #X text 529 452 <- clear all the data of the; ! #X text 550 467 current namespace; ! #X text 549 492 <- clear all the data in all; ! #X text 570 507 same containers (maybe; ! #X text 572 522 you shouldn't use this); ! #X text 582 556 <- save all the data of; ! #X text 579 571 current namespac to disk; ! #X text 580 596 <- read this file to; ! #X text 601 610 current namespace; ! #X text 581 351 <- get current namespace; ! #X text 480 297 general operations:; #X msg 82 381 add bla bal tuff; #X msg 82 431 add 4 f 3; *************** *** 210,218 **** #X obj 82 472 h_multimap dampta; #X obj 79 726 h_multimap dampta; ! #X obj 480 691 h_multimap dampta; ! #X floatatom 193 769 5 0 0 0 - - -; ! #X floatatom 594 714 5 0 0 0 - - -; #X text 111 263 add data to the multimap:; ! #X text 237 770 <- nr of values at the specific key; #N canvas 205 0 993 742 Container_Explanation 0; #X obj 14 13 cnv 15 404 54 empty empty empty 22 25 0 18 -1 -66577 0 --- 208,215 ---- #X obj 82 472 h_multimap dampta; #X obj 79 726 h_multimap dampta; ! #X obj 481 721 h_multimap dampta; ! #X floatatom 136 782 5 0 0 0 - - -; #X text 111 263 add data to the multimap:; ! #X text 180 783 <- nr of values at the specific key; #N canvas 205 0 993 742 Container_Explanation 0; #X obj 14 13 cnv 15 404 54 empty empty empty 22 25 0 18 -1 -66577 0 *************** *** 283,321 **** it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; ! #X connect 0 0 62 0; ! #X connect 10 0 64 0; ! #X connect 11 0 64 0; ! #X connect 12 0 64 0; ! #X connect 13 0 64 0; ! #X connect 14 0 64 0; ! #X connect 15 0 64 0; ! #X connect 16 0 64 0; ! #X connect 20 0 64 0; ! #X connect 34 0 62 0; ! #X connect 35 0 62 0; ! #X connect 36 0 62 0; ! #X connect 37 0 36 0; ! #X connect 38 0 36 0; ! #X connect 39 0 62 1; ! #X connect 40 0 62 1; ! #X connect 41 0 62 1; ! #X connect 42 0 62 1; ! #X connect 43 0 62 1; ! #X connect 47 0 50 0; ! #X connect 48 0 50 0; ! #X connect 50 0 63 0; ! #X connect 51 0 63 0; ! #X connect 52 0 63 0; ! #X connect 53 0 63 0; ! #X connect 54 0 56 0; ! #X connect 55 0 56 0; ! #X connect 56 0 63 0; ! #X connect 57 0 63 0; ! #X connect 58 0 63 0; ! #X connect 59 0 63 0; ! #X connect 62 0 18 0; ! #X connect 62 1 1 0; ! #X connect 63 0 46 0; ! #X connect 63 1 65 0; ! #X connect 64 0 17 0; ! #X connect 64 1 66 0; --- 280,322 ---- it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; ! #X msg 481 635 getsize; ! #X text 568 648 outlet); ! #X text 546 634 <- get the size (at 3rd; ! #X obj 595 744 print size; ! #X connect 0 0 61 0; ! #X connect 9 0 63 0; ! #X connect 10 0 63 0; ! #X connect 11 0 63 0; ! #X connect 12 0 63 0; ! #X connect 13 0 63 0; ! #X connect 14 0 63 0; ! #X connect 15 0 63 0; ! #X connect 19 0 63 0; ! #X connect 33 0 61 0; ! #X connect 34 0 61 0; ! #X connect 35 0 61 0; ! #X connect 36 0 35 0; ! #X connect 37 0 35 0; ! #X connect 38 0 61 1; ! #X connect 39 0 61 1; ! #X connect 40 0 61 1; ! #X connect 41 0 61 1; ! #X connect 42 0 61 1; ! #X connect 46 0 49 0; ! #X connect 47 0 49 0; ! #X connect 49 0 62 0; ! #X connect 50 0 62 0; ! #X connect 51 0 62 0; ! #X connect 52 0 62 0; ! #X connect 53 0 55 0; ! #X connect 54 0 55 0; ! #X connect 55 0 62 0; ! #X connect 56 0 62 0; ! #X connect 57 0 62 0; ! #X connect 58 0 62 0; ! #X connect 61 0 17 0; ! #X connect 62 0 45 0; ! #X connect 62 1 64 0; ! #X connect 63 0 16 0; ! #X connect 63 2 71 0; ! #X connect 68 0 63 0;
Index: help-h_multiset.pd =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/help/help-h_multiset.pd,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** help-h_multiset.pd 25 Oct 2004 19:02:32 -0000 1.1.1.1 --- help-h_multiset.pd 29 Oct 2004 11:56:13 -0000 1.2 *************** *** 150,173 **** , 2004; #X text 37 100 init arg: namespace; ! #X msg 480 434 print; ! #X msg 480 478 clear; ! #X msg 480 660 help; ! #X msg 480 375 getnamespace; ! #X msg 480 516 clearall; ! #X text 591 400 <- change namespace; ! #X msg 480 399 namespace grix; ! #X text 527 435 <- print all the data of the; ! #X text 546 450 current namespace; ! #X text 528 478 <- clear all the data of the; ! #X text 549 493 current namespace; ! #X text 548 518 <- clear all the data in all; ! #X text 569 533 same containers (maybe; ! #X text 571 548 you shouldn't use this); ! #X text 581 582 <- save all the data of; ! #X text 578 597 current namespac to disk; ! #X text 579 622 <- read this file to; ! #X text 600 636 current namespace; ! #X text 580 377 <- get current namespace; ! #X text 479 323 general operations:; #X msg 154 362 add bla bal tuff; #X msg 154 412 add 4 f 3; --- 150,173 ---- , 2004; #X text 37 100 init arg: namespace; ! #X msg 474 411 print; ! #X msg 474 455 clear; ! #X msg 474 676 help; ! #X msg 474 352 getnamespace; ! #X msg 474 493 clearall; ! #X text 585 377 <- change namespace; ! #X msg 474 376 namespace grix; ! #X text 521 412 <- print all the data of the; ! #X text 540 427 current namespace; ! #X text 522 455 <- clear all the data of the; ! #X text 543 470 current namespace; ! #X text 542 495 <- clear all the data in all; ! #X text 563 510 same containers (maybe; ! #X text 565 525 you shouldn't use this); ! #X text 575 559 <- save all the data of; ! #X text 572 574 current namespac to disk; ! #X text 573 599 <- read this file to; ! #X text 594 613 current namespace; ! #X text 574 354 <- get current namespace; ! #X text 473 300 general operations:; #X msg 154 362 add bla bal tuff; #X msg 154 412 add 4 f 3; *************** *** 189,198 **** #X msg 227 695 remove 4 f 3; #X floatatom 84 757 5 0 0 0 - - -; ! #X floatatom 480 714 5 0 0 0 - - -; #X floatatom 154 477 5 0 0 0 - - -; #X text 275 52 ::: h_multiset :::; #X obj 154 453 h_multiset $0-pscht; #X obj 84 731 h_multiset $0-pscht; ! #X obj 480 691 h_multiset $0-pscht; #X text 131 757 <- the number how often the data is set; #X text 37 137 Multisets are just like sets , except that you can --- 189,198 ---- #X msg 227 695 remove 4 f 3; #X floatatom 84 757 5 0 0 0 - - -; ! #X floatatom 474 730 5 0 0 0 - - -; #X floatatom 154 477 5 0 0 0 - - -; #X text 275 52 ::: h_multiset :::; #X obj 154 453 h_multiset $0-pscht; #X obj 84 731 h_multiset $0-pscht; ! #X obj 474 707 h_multiset $0-pscht; #X text 131 757 <- the number how often the data is set; #X text 37 137 Multisets are just like sets , except that you can *************** *** 269,274 **** it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; ! #X msg 480 581 save set.dat; ! #X msg 480 622 read set.dat; #X connect 0 0 51 0; #X connect 9 0 53 0; --- 269,278 ---- it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; ! #X msg 474 558 save set.dat; ! #X msg 474 599 read set.dat; ! #X msg 474 639 getsize; ! #X text 539 638 <- get the size (at 2nd; ! #X text 561 652 outlet); ! #X obj 602 729 print size; #X connect 0 0 51 0; #X connect 9 0 53 0; *************** *** 298,301 **** --- 302,307 ---- #X connect 52 0 47 0; #X connect 53 0 48 0; + #X connect 53 1 63 0; #X connect 58 0 53 0; #X connect 59 0 53 0; + #X connect 60 0 53 0;
Index: help-h_set.pd =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/help/help-h_set.pd,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** help-h_set.pd 25 Oct 2004 19:02:32 -0000 1.1.1.1 --- help-h_set.pd 29 Oct 2004 11:56:13 -0000 1.2 *************** *** 1,3 **** ! #N canvas 11 42 865 892 10; #X msg 154 388 add ge; #X obj 514 131 cnv 15 204 104 empty empty empty 20 12 0 14 -66577 -66577 --- 1,3 ---- ! #N canvas 219 0 865 892 10; #X msg 154 388 add ge; #X obj 514 131 cnv 15 204 104 empty empty empty 20 12 0 14 -66577 -66577 *************** *** 150,173 **** , 2004; #X text 37 100 init arg: namespace; ! #X msg 480 434 print; ! #X msg 480 478 clear; ! #X msg 480 660 help; ! #X msg 480 375 getnamespace; ! #X msg 480 516 clearall; ! #X text 591 400 <- change namespace; ! #X msg 480 399 namespace grix; ! #X text 527 435 <- print all the data of the; ! #X text 546 450 current namespace; ! #X text 528 478 <- clear all the data of the; ! #X text 549 493 current namespace; ! #X text 548 518 <- clear all the data in all; ! #X text 569 533 same containers (maybe; ! #X text 571 548 you shouldn't use this); ! #X text 581 582 <- save all the data of; ! #X text 578 597 current namespac to disk; ! #X text 579 622 <- read this file to; ! #X text 600 636 current namespace; ! #X text 580 377 <- get current namespace; ! #X text 479 323 general operations:; #X msg 154 362 add bla bal tuff; #X msg 154 412 add 4 f 3; --- 150,173 ---- , 2004; #X text 37 100 init arg: namespace; ! #X msg 482 417 print; ! #X msg 482 461 clear; ! #X msg 482 681 help; ! #X msg 482 358 getnamespace; ! #X msg 482 499 clearall; ! #X text 593 383 <- change namespace; ! #X msg 482 382 namespace grix; ! #X text 529 418 <- print all the data of the; ! #X text 548 433 current namespace; ! #X text 530 461 <- clear all the data of the; ! #X text 551 476 current namespace; ! #X text 550 501 <- clear all the data in all; ! #X text 571 516 same containers (maybe; ! #X text 573 531 you shouldn't use this); ! #X text 583 565 <- save all the data of; ! #X text 580 580 current namespac to disk; ! #X text 581 605 <- read this file to; ! #X text 602 619 current namespace; ! #X text 582 360 <- get current namespace; ! #X text 481 306 general operations:; #X msg 154 362 add bla bal tuff; #X msg 154 412 add 4 f 3; *************** *** 189,193 **** #X msg 227 695 remove 4 f 3; #X floatatom 84 757 5 0 0 0 - - -; ! #X floatatom 480 714 5 0 0 0 - - -; #X text 291 51 ::: h_set :::; #X text 37 129 Sets allow you to add and delete elements. Afterwards --- 189,193 ---- #X msg 227 695 remove 4 f 3; #X floatatom 84 757 5 0 0 0 - - -; ! #X floatatom 482 735 5 0 0 0 - - -; #X text 291 51 ::: h_set :::; #X text 37 129 Sets allow you to add and delete elements. Afterwards *************** *** 201,205 **** #X obj 84 732 h_set krx; #X text 131 757 <- 1 if the data is set (otherwise 0); ! #X obj 480 691 h_set krx; #N canvas 205 0 993 742 Container_Explanation 0; #X obj 14 13 cnv 15 404 54 empty empty empty 22 25 0 18 -1 -66577 0 --- 201,205 ---- #X obj 84 732 h_set krx; #X text 131 757 <- 1 if the data is set (otherwise 0); ! #X obj 482 712 h_set krx; #N canvas 205 0 993 742 Container_Explanation 0; #X obj 14 13 cnv 15 404 54 empty empty empty 22 25 0 18 -1 -66577 0 *************** *** 270,275 **** it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; ! #X msg 480 581 save set.dat; ! #X msg 480 622 read set.dat; #X connect 0 0 52 0; #X connect 9 0 56 0; --- 270,279 ---- it , pop outputs and removes it.; #X restore 532 201 pd Container_Explanation; ! #X msg 482 564 save set.dat; ! #X msg 482 605 read set.dat; ! #X obj 540 735 print size; ! #X msg 482 646 getsize; ! #X text 547 645 <- get the size (at 2nd; ! #X text 569 659 outlet); #X connect 0 0 52 0; #X connect 9 0 56 0; *************** *** 299,302 **** --- 303,308 ---- #X connect 54 0 47 0; #X connect 56 0 48 0; + #X connect 56 1 60 0; #X connect 58 0 56 0; #X connect 59 0 56 0; + #X connect 61 0 11 0;