-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathof.ellipse-help.pd
48 lines (48 loc) · 1.39 KB
/
of.ellipse-help.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#N canvas 542 106 626 388 12;
#X declare -lib ofelia;
#X obj 9 10 cnv 15 600 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 27 99 of.draw;
#X msg 110 140 draw line;
#X msg 110 163 draw fill;
#X floatatom 112 238 5 0 0 2 width - -;
#X floatatom 197 237 5 0 0 2 height - -;
#X text 402 109 list of all parameters;
#X text 419 154 Single parameter;
#X msg 423 175 size 50;
#X msg 110 117 stroke 10;
#X floatatom 283 237 5 0 0 2 resolution - -;
#X msg 403 136 100 400 3 line 3;
#X obj 403 260 of.ellipse, f 21;
#X text 24 40 Args: width \, height \, resolution \, drawmode \, strokewidth
;
#X text 25 20 Draw an Ellipse;
#X obj 462 45 declare -lib ofelia;
#X obj 27 261 of.ellipse 100 100 20 line 1, f 37;
#X msg 200 159 scale 1 2 2;
#X text 118 95 style;
#X msg 437 234 debug \$1;
#X obj 437 213 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 457 211 Show center axis;
#X msg 200 137 orientation 45 20 0;
#X msg 200 116 position 50 10 0;
#X text 199 94 local transformation;
#X obj 518 19 of.window 1;
#X obj 497 21 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X connect 1 0 16 0;
#X connect 2 0 16 0;
#X connect 3 0 16 0;
#X connect 4 0 16 1;
#X connect 5 0 16 2;
#X connect 8 0 12 0;
#X connect 9 0 16 0;
#X connect 10 0 16 3;
#X connect 11 0 12 0;
#X connect 17 0 16 0;
#X connect 19 0 12 0;
#X connect 20 0 19 0;
#X connect 22 0 16 0;
#X connect 23 0 16 0;
#X connect 26 0 25 0;