-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadd.v4p
75 lines (75 loc) · 3.16 KB
/
add.v4p
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv45beta25.1.dtd" >
<PATCH nodename="C:\Dokumente und Einstellungen\matthias\Eigene Dateien\My Dropbox\vvvv_js_page\add.v4p" systemname="add" filename="C:\Dokumente und Einstellungen\matthias\Eigene Dateien\My Dropbox\vvvv_js_page\add.v4p">
<BOUNDS type="Window" left="9720" top="7380" width="4800" height="4770">
</BOUNDS>
<NODE systemname="IOBox (Value Advanced)" nodename="IOBox (Value Advanced)" componentmode="InABox" id="0">
<BOUNDS type="Node" left="480" top="540" width="100" height="100">
</BOUNDS>
<BOUNDS type="Box" left="480" top="540" width="795" height="240">
</BOUNDS>
<PIN pinname="Descriptive Name" slicecount="1" values="#input1">
</PIN>
<PIN pinname="Y Output Value" visible="1">
</PIN>
</NODE>
<NODE systemname="IOBox (Value Advanced)" nodename="IOBox (Value Advanced)" componentmode="InABox" id="1">
<BOUNDS type="Node" left="1440" top="540" width="100" height="100">
</BOUNDS>
<BOUNDS type="Box" left="1440" top="540" width="795" height="240">
</BOUNDS>
<PIN pinname="Descriptive Name" slicecount="1" values="#input2">
</PIN>
<PIN pinname="Y Output Value" visible="1">
</PIN>
</NODE>
<NODE systemname="Add (Value)" nodename="Add (Value)" componentmode="Hidden" id="2">
<BOUNDS type="Node" left="1215" top="1575" width="1005" height="270">
</BOUNDS>
<PIN pinname="Input 1" visible="1">
</PIN>
<PIN pinname="Input 2" visible="1">
</PIN>
<PIN pinname="Output" visible="1">
</PIN>
</NODE>
<LINK srcnodeid="0" srcpinname="Y Output Value" dstnodeid="2" dstpinname="Input 1">
</LINK>
<LINK srcnodeid="1" srcpinname="Y Output Value" dstnodeid="2" dstpinname="Input 2">
</LINK>
<NODE systemname="S+H (Animation)" nodename="S+H (Animation)" componentmode="Hidden" id="3">
<BOUNDS type="Node" left="1230" top="2430" width="100" height="100">
</BOUNDS>
<PIN pinname="Input" visible="1">
</PIN>
<PIN pinname="Set" visible="1">
</PIN>
<PIN pinname="Output" visible="1">
</PIN>
</NODE>
<LINK srcnodeid="2" srcpinname="Output" dstnodeid="3" dstpinname="Input">
</LINK>
<NODE systemname="IOBox (Value Advanced)" nodename="IOBox (Value Advanced)" componentmode="InABox" id="4">
<BOUNDS type="Node" left="2505" top="1575" width="100" height="100">
</BOUNDS>
<BOUNDS type="Box" left="2505" top="1575" width="795" height="240">
</BOUNDS>
<PIN pinname="Descriptive Name" slicecount="1" values="#calculate/event/click">
</PIN>
<PIN pinname="Y Output Value" visible="1">
</PIN>
</NODE>
<LINK srcnodeid="4" srcpinname="Y Output Value" dstnodeid="3" dstpinname="Set">
</LINK>
<NODE systemname="IOBox (Value Advanced)" nodename="IOBox (Value Advanced)" componentmode="InABox" id="5">
<BOUNDS type="Node" left="480" top="3300" width="100" height="100">
</BOUNDS>
<BOUNDS type="Box" left="480" top="3300" width="795" height="240">
</BOUNDS>
<PIN pinname="Y Input Value" visible="1">
</PIN>
<PIN pinname="Descriptive Name" slicecount="1" values="#sum">
</PIN>
</NODE>
<LINK srcnodeid="3" srcpinname="Output" dstnodeid="5" dstpinname="Y Input Value">
</LINK>
</PATCH>