Skip to content

Commit

Permalink
add default names up to 24 (Loc-A -> Loc-X)
Browse files Browse the repository at this point in the history
  • Loading branch information
reduzent committed Jun 27, 2024
1 parent 0cee9df commit 1fbc704
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions include/tpf-client-guts.pd
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#N struct 1073.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1074.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1075.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1076.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1077.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1078.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1079.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1080.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1081.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1083.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1085.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N struct 1087.rectangle float id float x float y float w float h float txtclr float boxclr float bgclr symbol label;
#N canvas 809 26 474 384 10;
#N canvas 395 186 1139 674 communication 0;
#X msg 62 189 disconnect;
Expand Down Expand Up @@ -1928,17 +1928,17 @@
#X obj 19 427 pack f s, f 15;
#X obj 217 37 r \$1.intercom;
#X obj 827 35 text define \$0.defpeernames;
#N canvas 1660 706 421 189 set.defpeernames 0;
#X msg 17 87 1 LOC-A \, 2 LOC-B \, 3 LOC-C \, 4 LOC-D \, 5 LOC-E \, 6 LOC-F \, 7 LOC-G \, 8 LOC-I;
#X obj 17 126 text set \$0.defpeernames;
#N canvas 1660 706 421 198 set.defpeernames 0;
#X obj 17 176 text set \$0.defpeernames;
#X obj 17 14 loadbang;
#X obj 17 37 t b b, f 8;
#X msg 64 61 1e+07;
#X connect 0 0 1 0;
#X connect 2 0 3 0;
#X connect 3 0 0 0;
#X connect 3 1 4 0;
#X connect 4 0 1 1;
#X msg 17 87 1 LOC-A \, 2 LOC-B \, 3 LOC-C \, 4 LOC-D \, 5 LOC-E \, 6 LOC-F \, 7 LOC-G \, 8 LOC-H \, 9 LOC-I \, 10 LOC-J \, 11 LOC-K \, 12 LOC-L \, 13 LOC-M \, 14 LOC-N \, 15 LOC-O \, 16 LOC-P \, 17 LOC-Q \, 18 LOC-R \, 19 LOC-S \, 20 LOC-T \, 21 LOC-U \, 22 LOC-V \, 23 LOC-W \, 24 LOC-X;
#X connect 1 0 2 0;
#X connect 2 0 4 0;
#X connect 2 1 3 0;
#X connect 3 0 0 1;
#X connect 4 0 0 0;
#X restore 828 62 pd set.defpeernames;
#N canvas 0 0 360 316 peerid2defname 0;
#X obj 13 13 inlet;
Expand Down

0 comments on commit 1fbc704

Please sign in to comment.