Skip to content

Commit

Permalink
another attempt at fixing scrollbar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reduzent committed Jun 27, 2024
1 parent c962768 commit 0cee9df
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 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 @@ -1747,9 +1747,9 @@
#X obj 58 84 symbol;
#X msg 58 107 symbol \$1/.tpf-client.conf;
#X obj 663 158 t b a;
#X obj 663 181 del 100;
#X obj 663 204 f;
#X msg 663 257 vis 0 \, setbounds 0 0 \$1 \$2 \, vis 1;
#X obj 663 181 del 300;
#X connect 0 0 17 0;
#X connect 2 0 3 0;
#X connect 2 1 6 0;
Expand Down Expand Up @@ -1814,7 +1814,7 @@
#X connect 56 0 59 0;
#X connect 58 0 69 0;
#X connect 59 0 60 1;
#X connect 60 0 72 0;
#X connect 60 0 71 0;
#X connect 62 0 23 0;
#X connect 63 0 15 0;
#X connect 63 1 62 1;
Expand All @@ -1823,11 +1823,11 @@
#X connect 66 0 67 1;
#X connect 67 0 68 0;
#X connect 68 0 44 0;
#X connect 69 0 70 0;
#X connect 69 1 71 1;
#X connect 70 0 71 0;
#X connect 71 0 60 0;
#X connect 72 0 57 0;
#X connect 69 0 72 0;
#X connect 69 1 70 1;
#X connect 70 0 60 0;
#X connect 71 0 57 0;
#X connect 72 0 70 0;
#X restore 8 40 pd layout;
#N canvas 639 423 712 591 ardour.code 0;
#X obj 16 411 r \$0.from.ard;
Expand Down Expand Up @@ -4681,10 +4681,3 @@
#X connect 31 0 33 0;
#X connect 33 0 32 0;
#X restore 189 17 pd osc.bridge.code;
#X obj 322 57 loadbang;
#X obj 322 81 delay 100;
#X msg 322 104 vis 0 \, vis 1;
#X obj 322 127 s pd-tpf-client.pd;
#X connect 21 0 22 0;
#X connect 22 0 23 0;
#X connect 23 0 24 0;

0 comments on commit 0cee9df

Please sign in to comment.