Skip to content

Commit

Permalink
OOOOOOOOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Aug 22, 2019
1 parent 50d21c7 commit 79f9449
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Examples/Vol.3-Appendix.Pd/Data.Structures/1.Introduction.pd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#N struct 1003-DS-1 float number;
#N canvas 361 44 898 531 12;
#N canvas 204 23 898 531 12;
#N canvas 244 356 450 323 graphic 0;
#X scalar 1003-DS-1 666 \;;
#X restore 148 471 pd graphic;
#X text 227 420 - data structure template;
#X text 227 472 - graphical display;
#X text 231 447 - some code;
#N canvas 516 78 998 552 code 0;
#N canvas 442 78 998 552 code 0;
#X obj 760 314 pointer;
#X obj 616 110 loadbang;
#X obj 616 177 trigger float bang bang;
Expand Down Expand Up @@ -88,7 +88,7 @@ be saved as a text file \, and also restored from a file., f 50;
object and ask for properties \, where a textual representation of
the data is given for visualization and editing., f 50;
#X text 504 154 Editing:;
#N canvas 778 70 450 323 display 0;
#N canvas 911 306 450 323 display 0;
#X restore 640 143 pd display;
#N canvas 275 331 879 423 template-2 0;
#X text 50 140 - struct template;
Expand Down
11 changes: 6 additions & 5 deletions Examples/Vol.3-Appendix.Pd/Data.Structures/2.[get]-[set].pd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#N struct 1004-DS float x float y float n;
#N canvas 472 30 808 524 12;
#N struct 1003-DS float x float y float n;
#N canvas 262 39 808 524 12;
#X obj 167 133 pointer;
#X obj 43 24 loadbang;
#N canvas 106 323 439 197 template 0;
Expand Down Expand Up @@ -53,11 +53,11 @@ object., f 43;
#X msg 308 106 clear \, vis 1;
#X obj 308 133 s pd-\$0-display;
#X msg 167 106 traverse \$1 \, bang;
#N canvas 1064 157 161 169 \$0-display 0;
#X scalar 1004-DS 64 64 150 \;;
#N canvas 1064 157 161 169 \$0-display 1;
#X scalar 1003-DS 64 64 127 \;;
#X restore 303 256 pd \$0-display;
#X obj 43 76 trigger2 bang pd-\$0-display bang, f 36;
#X obj 43 277 trigger pointer pointrt;
#X obj 43 277 trigger pointer pointer;
#X connect 0 0 18 3;
#X connect 1 0 10 0;
#X connect 3 0 14 0;
Expand All @@ -84,3 +84,4 @@ object., f 43;
#X connect 31 2 27 0;
#X connect 32 0 13 0;
#X connect 32 1 19 0;
#X connect 32 1 14 1;

0 comments on commit 79f9449

Please sign in to comment.