-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathcircle-help.pd
44 lines (44 loc) · 1.72 KB
/
circle-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
#N canvas 291 154 710 345 10;
#X declare -lib Gem;
#X text 33 14 Synopsis: [circle];
#X text 54 30 Class: geometric object;
#X text 525 29 Example:;
#X obj 7 65 cnv 15 450 90 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 7 69 Description: Renders a circle.;
#X text 16 86 The circle object renders a circle flat disc at the current position with current color. The look of the circle can be changed with the draw message \, its size can be changed via the second inlet.;
#X obj 8 216 cnv 15 450 100 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 9 221 Inlets:;
#X obj 8 166 cnv 15 450 40 empty empty empty 20 12 0 14 #bcbcbc #404040 0;
#X text 17 165 Arguments:;
#X text 27 261 Inlet 2: float: size;
#X text 452 8 GEM object;
#X text 27 233 Inlet 1: gemlist;
#X text 9 280 Outlets:;
#X text 21 293 Outlet 1: gemlist;
#X text 63 177 size of the circle;
#X obj 519 47 cnv 15 170 250 empty empty empty 20 12 0 14 #dce4fc #404040 0;
#X obj 525 80 cnv 15 150 100 empty empty empty 20 12 0 14 #14e814 #404040 0;
#X obj 593 159 circle;
#X msg 535 95 draw line;
#X msg 535 116 draw fill;
#X msg 535 138 draw point;
#X obj 593 54 gemhead;
#X floatatom 626 130 5 0 0 2 size - - 0;
#X text 64 191 default:1;
#X text 27 247 Inlet 1: message: draw [line|fill|point|default];
#N canvas 484 243 450 300 META 0;
#X obj 10 25 declare -lib Gem;
#X text 10 45 DESCRIPTION Renders a circle.;
#X text 10 65 KEYWORDS Gem openGL shape;
#X text 20 85 INLET_0 gemlist draw;
#X text 20 105 INLET_1 float;
#X text 20 125 OUTLET_0 gemlist;
#X text 10 145 AUTHOR IOhannes m zmölnig;
#X text 10 165 LICENSE GPL v2;
#X restore 588 8 pd META;
#X obj 541 245 _gemwin;
#X connect 19 0 18 0;
#X connect 20 0 18 0;
#X connect 21 0 18 0;
#X connect 22 0 18 0;
#X connect 23 0 18 1;