Skip to content

Commit c129598

Browse files
author
Iain Duncan
committed
fixed help file canvas coordinates
1 parent 26674bb commit c129598

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

s4pd-help.pd

100644100755
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#N canvas 1306 -939 923 688 12;
1+
#N canvas 265 42 923 688 12;
22
#X declare -path s4pd;
33
#X obj 22 170 fudiformat -u;
44
#X obj 22 197 list tosymbol;
5-
#N canvas 2115 -943 673 610 sending-from-outlets 0;
5+
#N canvas 265 42 673 610 sending-from-outlets 0;
66
#X msg 90 147 reset, f 6;
77
#X obj 11 173 s4pd;
88
#X msg 221 382 (out 0 (list 1 2 3));
@@ -55,9 +55,9 @@ if you need a list selector., f 32;
5555
#X connect 25 0 1 0;
5656
#X connect 26 0 24 0;
5757
#X restore 10 470 pd sending-from-outlets;
58-
#N canvas 1505 -830 613 357 array-io 0;
58+
#N canvas 265 42 613 357 array-io 0;
5959
#X msg 38 96 (tabw 'array-1 0 .5);
60-
#N canvas 0 22 450 278 (subpatch) 0;
60+
#N canvas 265 42 450 278 (subpatch) 0;
6161
#X array array-1 8 float 3;
6262
#A 0 0.5 0 0 0 0 0 0 0;
6363
#X coords 0 1 8 -1 200 140 1;
@@ -69,7 +69,7 @@ functions \, also available as tabr and tabw.;
6969
#X connect 0 0 4 0;
7070
#X connect 3 0 4 0;
7171
#X restore 11 526 pd array-io;
72-
#N canvas 1621 -876 735 340 loading-files 0;
72+
#N canvas 265 42 735 340 loading-files 0;
7373
#X text 21 12 Examples of loading files. In addition to specifying
7474
a file name as the 2nd argument to s4pd \, we can load files dynamically
7575
with Scheme code and with the read message. Note that loading files
@@ -92,7 +92,7 @@ as well., f 96;
9292
#X connect 3 0 1 0;
9393
#X connect 4 0 1 0;
9494
#X restore 10 419 pd loading-files;
95-
#N canvas 1443 -955 643 484 wireless-messages 0;
95+
#N canvas 265 42 643 484 wireless-messages 0;
9696
#X floatatom 14 78 5 0 0 2 my-num my-num -;
9797
#X msg 14 135 :a :b, f 8;
9898
#X msg 150 82 (send 'my-num 99);
@@ -134,7 +134,7 @@ those.;
134134
#X msg 225 530 define my-var 333;
135135
#X symbolatom 76 311 11 0 0 0 - - -;
136136
#X msg 475 530 out 1 'quoted-sym;
137-
#N canvas 1267 -977 750 772 scheduling-events 0;
137+
#N canvas 265 42 772 scheduling-events 0;
138138
#X obj 407 123 loadbang;
139139
#X msg 406 145 (define my-var 99);
140140
#X text 20 434 To make a zero-argument function from some other function
@@ -204,7 +204,7 @@ s4pd-schedule-loaded will be #true., f 98;
204204
#X connect 21 0 32 0;
205205
#X connect 24 0 25 0;
206206
#X restore 11 552 pd scheduling-events;
207-
#N canvas 1625 -942 728 745 logging-to-console 0;
207+
#N canvas 265 42 728 745 logging-to-console 0;
208208
#X msg 12 304 (post "hello world" 1 1.2 :a-keyword);
209209
#X msg 14 488 (post (list 1 :two "three" '(:a :nested :list)));
210210
#X msg 14 400 (post 'symbol-1 (quote symbol-2) :a-keyword-is-a-symbol)

0 commit comments

Comments
 (0)