Skip to content

Commit

Permalink
[VVVV] added tokenizing info to tcp helppatches
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Sep 5, 2018
1 parent aa4ae6b commit 99c816e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
22 changes: 16 additions & 6 deletions vvvv45/lib/nodes/native/TCP (Network Client) help.v4p
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50debug35.7.dtd" >
<PATCH nodename="C:\Users\elias\dev\vvvv-develop\public\vvvv45\lib\nodes\native\TCP (Network Client) help.v4p" filename="C:\Users\joreg\dev\github\vvvv\public\vvvv45\lib\nodes\native\TCP (Network Client) help.v4p" systemname="TCP (Network Client) help">
<BOUNDS height="8757" left="14448" top="994" type="Window" width="8169">
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50debug36.1.dtd" >
<PATCH nodename="C:\Users\joreg\Documents\repos\vvvv\public\vvvv45\lib\nodes\native\TCP (Network Client) help.v4p" filename="C:\Users\joreg\dev\github\vvvv\public\vvvv45\lib\nodes\native\TCP (Network Client) help.v4p" systemname="TCP (Network Client) help">
<BOUNDS height="8745" left="11880" top="1740" type="Window" width="8160">
</BOUNDS>
<NODE id="10" nodename="TCP (Network Client)" systemname="TCP (Network Client)">
<BOUNDS height="0" left="3390" top="3420" type="Node" width="0">
Expand Down Expand Up @@ -321,7 +321,7 @@
</BOUNDS>
<BOUNDS type="Box" left="600" top="6165" width="1350" height="390">
</BOUNDS>
<PIN pinname="Input String" slicecount="1" visible="0" values="Examples:">
<PIN pinname="Input String" slicecount="1" visible="0" values="Details:">
</PIN>
<PIN pinname="Output String" visible="0">
</PIN>
Expand All @@ -342,10 +342,20 @@
</NODE>
<PACK Name="VVVV.Packs" Version="0.1.0">
</PACK>
<PACK Name="addonpack" Version="35.0.0">
<PACK Name="addonpack" Version="36.0.0">
</PACK>
<PACK Name="dx11" Version="0.7.2">
<PACK Name="dx11" Version="1.3.1">
</PACK>
<PACK Name="vvvv-Message" Version="2.9.6">
</PACK>
<NODE systemname="IOBox (String)" nodename="IOBox (String)" componentmode="InABox" id="42">
<BOUNDS type="Node" left="600" top="7065" width="100" height="100">
</BOUNDS>
<BOUNDS type="Box" left="600" top="7065" width="2850" height="240">
</BOUNDS>
<PIN pinname="String Type" slicecount="1" values="Filename">
</PIN>
<PIN pinname="Input String" slicecount="1" values="..\..\..\girlpower\IO\Networking\Tokenizing.v4p">
</PIN>
</NODE>
</PATCH>
22 changes: 16 additions & 6 deletions vvvv45/lib/nodes/native/TCP (Network Server) help.v4p
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50debug35.7.dtd" >
<PATCH nodename="C:\Users\elias\dev\vvvv-develop\public\vvvv45\lib\nodes\native\TCP (Network Server) help.v4p" filename="C:\Users\joreg\dev\github\vvvv\public\vvvv45\lib\nodes\native\TCP (Network Server) help.v4p" systemname="TCP (Network Server) help">
<BOUNDS height="8295" left="17829" top="4102" type="Window" width="8589">
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50debug36.1.dtd" >
<PATCH nodename="C:\Users\joreg\Documents\repos\vvvv\public\vvvv45\lib\nodes\native\TCP (Network Server) help.v4p" filename="C:\Users\joreg\dev\github\vvvv\public\vvvv45\lib\nodes\native\TCP (Network Server) help.v4p" systemname="TCP (Network Server) help">
<BOUNDS height="8295" left="3075" top="1755" type="Window" width="8580">
</BOUNDS>
<NODE componentmode="InABox" id="5" nodename="IOBox (String)" systemname="IOBox (String)">
<BOUNDS height="0" left="5130" top="3765" type="Node" width="0">
Expand Down Expand Up @@ -283,7 +283,7 @@
</BOUNDS>
<BOUNDS type="Box" left="915" top="6000" width="1350" height="390">
</BOUNDS>
<PIN pinname="Input String" slicecount="1" visible="0" values="Examples:">
<PIN pinname="Input String" slicecount="1" visible="0" values="Details:">
</PIN>
<PIN pinname="Output String" visible="0">
</PIN>
Expand All @@ -304,9 +304,9 @@
</NODE>
<PACK Name="VVVV.Packs" Version="0.1.0">
</PACK>
<PACK Name="addonpack" Version="35.0.0">
<PACK Name="addonpack" Version="36.0.0">
</PACK>
<PACK Name="dx11" Version="0.7.2">
<PACK Name="dx11" Version="1.3.1">
</PACK>
<NODE nodename="IOBox (Enumerations)" componentmode="InABox" id="38">
<BOUNDS type="Box" left="2772" top="756" width="1386" height="238">
Expand Down Expand Up @@ -368,4 +368,14 @@
</NODE>
<LINK srcnodeid="30" srcpinname="Output" dstnodeid="31" dstpinname="Input">
</LINK>
<NODE systemname="IOBox (String)" nodename="IOBox (String)" componentmode="InABox" id="40">
<BOUNDS type="Node" left="915" top="6900" width="100" height="100">
</BOUNDS>
<BOUNDS type="Box" left="915" top="6900" width="2850" height="240">
</BOUNDS>
<PIN pinname="String Type" slicecount="1" values="Filename">
</PIN>
<PIN pinname="Input String" slicecount="1" values="..\..\..\girlpower\IO\Networking\Tokenizing.v4p">
</PIN>
</NODE>
</PATCH>

0 comments on commit 99c816e

Please sign in to comment.