Added OSC sender for live values
This commit is contained in:
parent
447dc2b19c
commit
2ad34a644f
@ -75,7 +75,7 @@
|
|||||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;src\data;src\gui;src\visual;src\visual\graph;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\openssl\openssl;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers;..\..\..\addons\ofxSpacebrew\src;..\..\..\addons\ofxUI\src;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src;..\..\..\addons\ofxFTGL\src;..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL;..\..\..\addons\ofxFTGL\libs\FTGL\include;..\..\..\addons\ofxFTGL\libs\FTGL</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;src\data;src\gui;src\visual;src\visual\graph;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\openssl\openssl;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers;..\..\..\addons\ofxSpacebrew\src;..\..\..\addons\ofxUI\src;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src;..\..\..\addons\ofxFTGL\src;..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL;..\..\..\addons\ofxFTGL\libs\FTGL\include;..\..\..\addons\ofxFTGL\libs\FTGL;..\..\..\addons\ofxOsc\libs;..\..\..\addons\ofxOsc\libs\oscpack;..\..\..\addons\ofxOsc\libs\oscpack\src;..\..\..\addons\ofxOsc\libs\oscpack\src\ip;..\..\..\addons\ofxOsc\libs\oscpack\src\ip\posix;..\..\..\addons\ofxOsc\libs\oscpack\src\ip\win32;..\..\..\addons\ofxOsc\libs\oscpack\src\osc;..\..\..\addons\ofxOsc\src</AdditionalIncludeDirectories>
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
<CompileAs>CompileAsCpp</CompileAs>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@ -92,6 +92,20 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\addons\ofxFTGL\src\ofxFTGLFont.cpp" />
|
<ClCompile Include="..\..\..\addons\ofxFTGL\src\ofxFTGLFont.cpp" />
|
||||||
<ClCompile Include="..\..\..\addons\ofxFTGL\src\ofxFTGLSimpleLayout.cpp" />
|
<ClCompile Include="..\..\..\addons\ofxFTGL\src\ofxFTGLSimpleLayout.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\IpEndpointName.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\posix\NetworkingUtils.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\posix\UdpSocket.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\win32\NetworkingUtilsWin.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\win32\UdpSocketWin.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscOutboundPacketStream.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscPrintReceivedElements.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscReceivedElements.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscTypes.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscBundle.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscMessage.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscParameterSync.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscReceiver.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscSender.cpp" />
|
||||||
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxml.cpp" />
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxml.cpp" />
|
||||||
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxmlerror.cpp" />
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxmlerror.cpp" />
|
||||||
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxmlparser.cpp" />
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxmlparser.cpp" />
|
||||||
@ -141,6 +155,26 @@
|
|||||||
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGL.h" />
|
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGL.h" />
|
||||||
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGLFont.h" />
|
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGLFont.h" />
|
||||||
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGLSimpleLayout.h" />
|
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGLSimpleLayout.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\IpEndpointName.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\NetworkingUtils.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\PacketListener.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\TimerListener.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\UdpSocket.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\MessageMappingOscPacketListener.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscException.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscHostEndianness.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscOutboundPacketStream.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscPacketListener.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscPrintReceivedElements.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscReceivedElements.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscTypes.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOsc.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscArg.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscBundle.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscMessage.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscParameterSync.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscReceiver.h" />
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscSender.h" />
|
||||||
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUI.h" />
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUI.h" />
|
||||||
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUI2DPad.h" />
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUI2DPad.h" />
|
||||||
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIBiLabelSlider.h" />
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIBiLabelSlider.h" />
|
||||||
|
|||||||
@ -79,6 +79,48 @@
|
|||||||
<ClCompile Include="src\visual\Camera.cpp">
|
<ClCompile Include="src\visual\Camera.cpp">
|
||||||
<Filter>src\visual</Filter>
|
<Filter>src\visual</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscReceiver.cpp">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscSender.cpp">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscBundle.cpp">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscMessage.cpp">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\src\ofxOscParameterSync.cpp">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\IpEndpointName.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\posix\UdpSocket.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip\posix</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\posix\NetworkingUtils.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip\posix</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\win32\NetworkingUtilsWin.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip\win32</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\win32\UdpSocketWin.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip\win32</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscOutboundPacketStream.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscPrintReceivedElements.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscReceivedElements.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscTypes.cpp">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Filter Include="src">
|
<Filter Include="src">
|
||||||
@ -144,6 +186,33 @@
|
|||||||
<Filter Include="addons\ofxFTGL\libs\FTGL\include\FTGL">
|
<Filter Include="addons\ofxFTGL\libs\FTGL\include\FTGL">
|
||||||
<UniqueIdentifier>{c8f02691-0523-43c1-b471-e9e043b64209}</UniqueIdentifier>
|
<UniqueIdentifier>{c8f02691-0523-43c1-b471-e9e043b64209}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc">
|
||||||
|
<UniqueIdentifier>{0301b5d1-0437-4442-9652-87c938d86e6e}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs">
|
||||||
|
<UniqueIdentifier>{299b7043-38bc-403f-bf63-a3bf56908234}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\src">
|
||||||
|
<UniqueIdentifier>{df081857-323f-4969-899b-b9775fb8c299}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs\oscpack">
|
||||||
|
<UniqueIdentifier>{b5e7c4ed-12de-4a71-88af-e28a47e5446f}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs\oscpack\src">
|
||||||
|
<UniqueIdentifier>{a3ce02d3-6938-4970-96bb-b824f3fdaf8d}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs\oscpack\src\ip">
|
||||||
|
<UniqueIdentifier>{025fb83e-3bda-46df-8ab1-7ada1df88870}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs\oscpack\src\ip\posix">
|
||||||
|
<UniqueIdentifier>{1d7cf4bc-cb6b-4ae9-8419-7ef8e6368bc9}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs\oscpack\src\ip\win32">
|
||||||
|
<UniqueIdentifier>{2199ab94-f693-480e-8949-1136450d76cd}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="addons\ofxOsc\libs\oscpack\src\osc">
|
||||||
|
<UniqueIdentifier>{59621f98-68cf-4f9e-9d1b-5208e9ae5c67}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="src\testApp.h">
|
<ClInclude Include="src\testApp.h">
|
||||||
@ -380,6 +449,66 @@
|
|||||||
<ClInclude Include="src\visual\Camera.h">
|
<ClInclude Include="src\visual\Camera.h">
|
||||||
<Filter>src\visual</Filter>
|
<Filter>src\visual</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscParameterSync.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscReceiver.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscSender.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOsc.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscArg.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscBundle.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\src\ofxOscMessage.h">
|
||||||
|
<Filter>addons\ofxOsc\src</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\IpEndpointName.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\NetworkingUtils.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\PacketListener.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\TimerListener.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\ip\UdpSocket.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\ip</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscException.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscHostEndianness.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscOutboundPacketStream.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscPacketListener.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscPrintReceivedElements.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscReceivedElements.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\OscTypes.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\addons\ofxOsc\libs\oscpack\src\osc\MessageMappingOscPacketListener.h">
|
||||||
|
<Filter>addons\ofxOsc\libs\oscpack\src\osc</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="icon.rc">
|
<ResourceCompile Include="icon.rc">
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
of/Utility_Box/obj/Release/IpEndpointName.obj
Normal file
BIN
of/Utility_Box/obj/Release/IpEndpointName.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/NetworkingUtils.obj
Normal file
BIN
of/Utility_Box/obj/Release/NetworkingUtils.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/NetworkingUtilsWin.obj
Normal file
BIN
of/Utility_Box/obj/Release/NetworkingUtilsWin.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/OscOutboundPacketStream.obj
Normal file
BIN
of/Utility_Box/obj/Release/OscOutboundPacketStream.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/OscPrintReceivedElements.obj
Normal file
BIN
of/Utility_Box/obj/Release/OscPrintReceivedElements.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/OscReceivedElements.obj
Normal file
BIN
of/Utility_Box/obj/Release/OscReceivedElements.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/OscTypes.obj
Normal file
BIN
of/Utility_Box/obj/Release/OscTypes.obj
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
of/Utility_Box/obj/Release/UdpSocket.obj
Normal file
BIN
of/Utility_Box/obj/Release/UdpSocket.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/UdpSocketWin.obj
Normal file
BIN
of/Utility_Box/obj/Release/UdpSocketWin.obj
Normal file
Binary file not shown.
@ -1,7 +1,32 @@
|
|||||||
Build started 17/1/2014 1:05:33 AM.
|
Build started 17/1/2014 1:59:04 AM.
|
||||||
1>Project "C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj" on node 2 (Build target(s)).
|
1>Project "C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj" on node 2 (Build target(s)).
|
||||||
1>ClCompile:
|
1>ClCompile:
|
||||||
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I..\..\..\libs\openFrameworks /I..\..\..\libs\openFrameworks\graphics /I..\..\..\libs\openFrameworks\app /I..\..\..\libs\openFrameworks\sound /I..\..\..\libs\openFrameworks\utils /I..\..\..\libs\openFrameworks\communication /I..\..\..\libs\openFrameworks\video /I..\..\..\libs\openFrameworks\types /I..\..\..\libs\openFrameworks\math /I..\..\..\libs\openFrameworks\3d /I..\..\..\libs\openFrameworks\gl /I..\..\..\libs\openFrameworks\events /I..\..\..\libs\glut\include /I..\..\..\libs\rtAudio\include /I..\..\..\libs\quicktime\include /I..\..\..\libs\freetype\include /I..\..\..\libs\freetype\include\freetype2 /I..\..\..\libs\freeImage\include /I..\..\..\libs\fmodex\include /I..\..\..\libs\videoInput\include /I..\..\..\libs\glew\include\ /I..\..\..\libs\glu\include /I..\..\..\libs\tess2\include /I..\..\..\libs\cairo\include\cairo /I..\..\..\libs\poco\include /I..\..\..\libs\glfw\include /I..\..\..\..\libs\openssl\include /I..\..\..\addons /Isrc /Isrc\data /Isrc\gui /Isrc\visual /Isrc\visual\graph /I..\..\..\addons\ofxLibwebsockets\libs\jsoncpp /I..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json /I..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\ /I..\..\..\addons\ofxLibwebsockets\libs\openssl\openssl /I..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include /I..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets /I..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src /I..\..\..\addons\ofxLibwebsockets\src /I..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port /I..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers /I..\..\..\addons\ofxSpacebrew\src /I..\..\..\addons\ofxUI\src /I..\..\..\addons\ofxXmlSettings\libs /I..\..\..\addons\ofxXmlSettings\src /I..\..\..\addons\ofxFTGL\src /I..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL /I..\..\..\addons\ofxFTGL\libs\FTGL\include /I..\..\..\addons\ofxFTGL\libs\FTGL /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D NDEBUG /D _CONSOLE /D POCO_STATIC /D CAIRO_WIN32_STATIC_BUILD /D DISABLE_SOME_FLOATING_POINT /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"obj\Release\\" /Fd"obj\Release\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt src\gui\GUI.cpp
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I..\..\..\libs\openFrameworks /I..\..\..\libs\openFrameworks\graphics /I..\..\..\libs\openFrameworks\app /I..\..\..\libs\openFrameworks\sound /I..\..\..\libs\openFrameworks\utils /I..\..\..\libs\openFrameworks\communication /I..\..\..\libs\openFrameworks\video /I..\..\..\libs\openFrameworks\types /I..\..\..\libs\openFrameworks\math /I..\..\..\libs\openFrameworks\3d /I..\..\..\libs\openFrameworks\gl /I..\..\..\libs\openFrameworks\events /I..\..\..\libs\glut\include /I..\..\..\libs\rtAudio\include /I..\..\..\libs\quicktime\include /I..\..\..\libs\freetype\include /I..\..\..\libs\freetype\include\freetype2 /I..\..\..\libs\freeImage\include /I..\..\..\libs\fmodex\include /I..\..\..\libs\videoInput\include /I..\..\..\libs\glew\include\ /I..\..\..\libs\glu\include /I..\..\..\libs\tess2\include /I..\..\..\libs\cairo\include\cairo /I..\..\..\libs\poco\include /I..\..\..\libs\glfw\include /I..\..\..\..\libs\openssl\include /I..\..\..\addons /Isrc /Isrc\data /Isrc\gui /Isrc\visual /Isrc\visual\graph /I..\..\..\addons\ofxLibwebsockets\libs\jsoncpp /I..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json /I..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\ /I..\..\..\addons\ofxLibwebsockets\libs\openssl\openssl /I..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include /I..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets /I..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src /I..\..\..\addons\ofxLibwebsockets\src /I..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port /I..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers /I..\..\..\addons\ofxSpacebrew\src /I..\..\..\addons\ofxUI\src /I..\..\..\addons\ofxXmlSettings\libs /I..\..\..\addons\ofxXmlSettings\src /I..\..\..\addons\ofxFTGL\src /I..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL /I..\..\..\addons\ofxFTGL\libs\FTGL\include /I..\..\..\addons\ofxFTGL\libs\FTGL /I..\..\..\addons\ofxOsc\libs /I..\..\..\addons\ofxOsc\libs\oscpack /I..\..\..\addons\ofxOsc\libs\oscpack\src /I..\..\..\addons\ofxOsc\libs\oscpack\src\ip /I..\..\..\addons\ofxOsc\libs\oscpack\src\ip\posix /I..\..\..\addons\ofxOsc\libs\oscpack\src\ip\win32 /I..\..\..\addons\ofxOsc\libs\oscpack\src\osc /I..\..\..\addons\ofxOsc\src /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D NDEBUG /D _CONSOLE /D POCO_STATIC /D CAIRO_WIN32_STATIC_BUILD /D DISABLE_SOME_FLOATING_POINT /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"obj\Release\\" /Fd"obj\Release\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt src\data\DataManager.cpp src\gui\GUI.cpp src\main.cpp src\testApp.cpp src\visual\Scene.cpp src\visual\graph\Graph.cpp src\visual\graph\GraphManager.cpp
|
||||||
|
DataManager.cpp
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(144): warning C4250: 'Poco::OutputStreamConverter' : inherits 'std::basic_ostream<_Elem,_Traits>::std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\ostream(90) : see declaration of 'std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
GUI.cpp
|
GUI.cpp
|
||||||
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
with
|
with
|
||||||
@ -27,10 +52,150 @@
|
|||||||
_Elem=char,
|
_Elem=char,
|
||||||
_Traits=std::char_traits<char>
|
_Traits=std::char_traits<char>
|
||||||
]
|
]
|
||||||
|
main.cpp
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(144): warning C4250: 'Poco::OutputStreamConverter' : inherits 'std::basic_ostream<_Elem,_Traits>::std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\ostream(90) : see declaration of 'std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
testApp.cpp
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(144): warning C4250: 'Poco::OutputStreamConverter' : inherits 'std::basic_ostream<_Elem,_Traits>::std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\ostream(90) : see declaration of 'std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
Scene.cpp
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(144): warning C4250: 'Poco::OutputStreamConverter' : inherits 'std::basic_ostream<_Elem,_Traits>::std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\ostream(90) : see declaration of 'std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
Graph.cpp
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(144): warning C4250: 'Poco::OutputStreamConverter' : inherits 'std::basic_ostream<_Elem,_Traits>::std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\ostream(90) : see declaration of 'std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
GraphManager.cpp
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(126): warning C4250: 'Poco::InputStreamConverter' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
1>C:\Users\James Alliban\Work\of_v0.8.0_vs_release\libs\poco\include\Poco/StreamConverter.h(144): warning C4250: 'Poco::OutputStreamConverter' : inherits 'std::basic_ostream<_Elem,_Traits>::std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2' via dominance
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\ostream(90) : see declaration of 'std::basic_ostream<_Elem,_Traits>::_Add_vtordisp2'
|
||||||
|
with
|
||||||
|
[
|
||||||
|
_Elem=char,
|
||||||
|
_Traits=std::char_traits<char>
|
||||||
|
]
|
||||||
|
Generating Code...
|
||||||
Link:
|
Link:
|
||||||
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"bin\Utility_Box.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:..\..\..\libs\glut\lib\vs /LIBPATH:..\..\..\libs\glfw\lib\vs /LIBPATH:..\..\..\libs\rtAudio\lib\vs /LIBPATH:..\..\..\libs\FreeImage\lib\vs /LIBPATH:..\..\..\libs\freetype\lib\vs /LIBPATH:..\..\..\libs\quicktime\lib\vs /LIBPATH:..\..\..\libs\fmodex\lib\vs /LIBPATH:..\..\..\libs\videoInput\lib\vs /LIBPATH:..\..\..\libs\cairo\lib\vs /LIBPATH:..\..\..\libs\glew\lib\vs /LIBPATH:..\..\..\libs\glu\lib\vs /LIBPATH:..\..\..\libs\openssl\lib\vs /LIBPATH:..\..\..\libs\Poco\lib\vs /LIBPATH:..\..\..\libs\tess2\lib\vs /LIBPATH:..\..\..\addons\ofxFTGL\libs\FTGL\lib\vs2012 /LIBPATH:..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\win32\Release "cairo-static.lib" "pixman-1.lib" msimg32.lib OpenGL32.lib GLu32.lib kernel32.lib setupapi.lib Vfw32.lib comctl32.lib glut32.lib rtAudio.lib videoInput.lib libfreetype.lib FreeImage.lib qtmlClient.lib dsound.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib glew32s.lib fmodex_vc.lib glu32.lib crypt32.lib libeay32MD.lib ssleay32MD.lib PocoFoundationmd.lib PocoNetmd.lib PocoUtilmd.lib PocoXMLmd.lib Ws2_32.lib tess2.lib glfw3.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib websockets_static.lib ZLIB.lib ftgl_static.lib /NODEFAULTLIB:PocoFoundationd.lib /NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:LIBC.lib /NODEFAULTLIB:LIBCMT /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"bin\Utility_Box.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE:NO /NXCOMPAT /IMPLIB:"bin\Utility_Box.lib" /MACHINE:X86 /SAFESEH obj\Release\icon.res
|
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"bin\Utility_Box.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:..\..\..\libs\glut\lib\vs /LIBPATH:..\..\..\libs\glfw\lib\vs /LIBPATH:..\..\..\libs\rtAudio\lib\vs /LIBPATH:..\..\..\libs\FreeImage\lib\vs /LIBPATH:..\..\..\libs\freetype\lib\vs /LIBPATH:..\..\..\libs\quicktime\lib\vs /LIBPATH:..\..\..\libs\fmodex\lib\vs /LIBPATH:..\..\..\libs\videoInput\lib\vs /LIBPATH:..\..\..\libs\cairo\lib\vs /LIBPATH:..\..\..\libs\glew\lib\vs /LIBPATH:..\..\..\libs\glu\lib\vs /LIBPATH:..\..\..\libs\openssl\lib\vs /LIBPATH:..\..\..\libs\Poco\lib\vs /LIBPATH:..\..\..\libs\tess2\lib\vs /LIBPATH:..\..\..\addons\ofxFTGL\libs\FTGL\lib\vs2012 /LIBPATH:..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\win32\Release "cairo-static.lib" "pixman-1.lib" msimg32.lib OpenGL32.lib GLu32.lib kernel32.lib setupapi.lib Vfw32.lib comctl32.lib glut32.lib rtAudio.lib videoInput.lib libfreetype.lib FreeImage.lib qtmlClient.lib dsound.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib glew32s.lib fmodex_vc.lib glu32.lib crypt32.lib libeay32MD.lib ssleay32MD.lib PocoFoundationmd.lib PocoNetmd.lib PocoUtilmd.lib PocoXMLmd.lib Ws2_32.lib tess2.lib glfw3.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib websockets_static.lib ZLIB.lib ftgl_static.lib /NODEFAULTLIB:PocoFoundationd.lib /NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:LIBC.lib /NODEFAULTLIB:LIBCMT /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"bin\Utility_Box.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE:NO /NXCOMPAT /IMPLIB:"bin\Utility_Box.lib" /MACHINE:X86 /SAFESEH obj\Release\icon.res
|
||||||
obj\Release\ofxFTGLFont.obj
|
obj\Release\ofxFTGLFont.obj
|
||||||
obj\Release\ofxFTGLSimpleLayout.obj
|
obj\Release\ofxFTGLSimpleLayout.obj
|
||||||
|
obj\Release\IpEndpointName.obj
|
||||||
|
obj\Release\NetworkingUtils.obj
|
||||||
|
obj\Release\UdpSocket.obj
|
||||||
|
obj\Release\NetworkingUtilsWin.obj
|
||||||
|
obj\Release\UdpSocketWin.obj
|
||||||
|
obj\Release\OscOutboundPacketStream.obj
|
||||||
|
obj\Release\OscPrintReceivedElements.obj
|
||||||
|
obj\Release\OscReceivedElements.obj
|
||||||
|
obj\Release\OscTypes.obj
|
||||||
|
obj\Release\ofxOscBundle.obj
|
||||||
|
obj\Release\ofxOscMessage.obj
|
||||||
|
obj\Release\ofxOscParameterSync.obj
|
||||||
|
obj\Release\ofxOscReceiver.obj
|
||||||
|
obj\Release\ofxOscSender.obj
|
||||||
obj\Release\tinyxml.obj
|
obj\Release\tinyxml.obj
|
||||||
obj\Release\tinyxmlerror.obj
|
obj\Release\tinyxmlerror.obj
|
||||||
obj\Release\tinyxmlparser.obj
|
obj\Release\tinyxmlparser.obj
|
||||||
@ -92,4 +257,4 @@
|
|||||||
|
|
||||||
Build succeeded.
|
Build succeeded.
|
||||||
|
|
||||||
Time Elapsed 00:00:08.59
|
Time Elapsed 00:00:31.07
|
||||||
|
|||||||
@ -1373,3 +1373,28 @@ C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Util
|
|||||||
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
^C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
^C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
^C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
^C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
^C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\Utility_Box.vcxproj
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.lib
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
C:\Users\James Alliban\Work\of_v0.8.0_vs_release\CRITICAL-INFRASTRUCTURE\of\Utility_Box\bin\Utility_Box.exp
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
of/Utility_Box/obj/Release/ofxOscBundle.obj
Normal file
BIN
of/Utility_Box/obj/Release/ofxOscBundle.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/ofxOscMessage.obj
Normal file
BIN
of/Utility_Box/obj/Release/ofxOscMessage.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/ofxOscParameterSync.obj
Normal file
BIN
of/Utility_Box/obj/Release/ofxOscParameterSync.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/ofxOscReceiver.obj
Normal file
BIN
of/Utility_Box/obj/Release/ofxOscReceiver.obj
Normal file
Binary file not shown.
BIN
of/Utility_Box/obj/Release/ofxOscSender.obj
Normal file
BIN
of/Utility_Box/obj/Release/ofxOscSender.obj
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -86,16 +86,8 @@ void Scene::draw()
|
|||||||
{
|
{
|
||||||
string newStr = ofToString(i) + " - " + graphManager.graphs[i]->info;
|
string newStr = ofToString(i) + " - " + graphManager.graphs[i]->info;
|
||||||
str += newStr + "\n";
|
str += newStr + "\n";
|
||||||
//if (ofGetFrameNum() % 30 == 0)
|
|
||||||
// printf("- str:%s\n- - - - - *** - - - - -\n", newStr.c_str());
|
|
||||||
}
|
}
|
||||||
//if (ofGetFrameNum() % 30 == 0)
|
|
||||||
//{
|
|
||||||
// printf("\n\n\n\n");
|
|
||||||
// printf("str(all):%s\n- - - - - *** - - - - -\n", str.c_str());
|
|
||||||
// printf("\n\n\n\n");
|
|
||||||
//}
|
|
||||||
|
|
||||||
text.drawString(str, legendTextPoint.x, legendTextPoint.y);
|
text.drawString(str, legendTextPoint.x, legendTextPoint.y);
|
||||||
ofPopStyle();
|
ofPopStyle();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -176,6 +176,12 @@ void Graph::addNewData(DataObject newData)
|
|||||||
float xOffset = 0;
|
float xOffset = 0;
|
||||||
float outputMin = 0;
|
float outputMin = 0;
|
||||||
float outputMax = graphHeightMax;
|
float outputMax = graphHeightMax;
|
||||||
|
|
||||||
|
if (newData.value == -999) newData.value = 0;
|
||||||
|
if (newData.min == -999) newData.min = 0;
|
||||||
|
if (newData.max == -999) newData.max = 0;
|
||||||
|
|
||||||
|
currentValue = newData.value;
|
||||||
|
|
||||||
int graphMeshSize = graphMesh.getVertices().size();
|
int graphMeshSize = graphMesh.getVertices().size();
|
||||||
vector<ofVec3f> *meshVertices = &graphMesh.getVertices();
|
vector<ofVec3f> *meshVertices = &graphMesh.getVertices();
|
||||||
|
|||||||
@ -16,7 +16,6 @@ public:
|
|||||||
void drawGraphBody();
|
void drawGraphBody();
|
||||||
void drawGraphText();
|
void drawGraphText();
|
||||||
void addNewData(DataObject newData);
|
void addNewData(DataObject newData);
|
||||||
ofMesh getMesh(vector<DataObject> publisherData, float* col);
|
|
||||||
void setFboSettings();
|
void setFboSettings();
|
||||||
void drawInfoToFbo();
|
void drawInfoToFbo();
|
||||||
void clear();
|
void clear();
|
||||||
@ -61,5 +60,5 @@ public:
|
|||||||
string info;
|
string info;
|
||||||
|
|
||||||
ofMesh graphMesh;
|
ofMesh graphMesh;
|
||||||
|
float currentValue;
|
||||||
};
|
};
|
||||||
@ -12,6 +12,8 @@ void GraphManager::setup()
|
|||||||
graphs.push_back(graph);
|
graphs.push_back(graph);
|
||||||
reorderedGraphs.push_back(graph);
|
reorderedGraphs.push_back(graph);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sender.setup(HOST, PORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +26,15 @@ void GraphManager::update(ofVec3f ativeCamPos)
|
|||||||
graph->update(ativeCamPos);
|
graph->update(ativeCamPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ofxOscMessage m;
|
||||||
|
m.setAddress("/utilityvalues");
|
||||||
|
for (int i = 0; i < graphs.size(); i++)
|
||||||
|
{
|
||||||
|
m.addStringArg(graphs[i]->info);
|
||||||
|
m.addFloatArg(graphs[i]->currentValue);
|
||||||
|
}
|
||||||
|
sender.sendMessage(m);
|
||||||
|
|
||||||
std::sort(reorderedGraphs.begin(), reorderedGraphs.end(), compareGraphByDistToCam());
|
std::sort(reorderedGraphs.begin(), reorderedGraphs.end(), compareGraphByDistToCam());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,10 @@
|
|||||||
#include "DataManager.h"
|
#include "DataManager.h"
|
||||||
#include "Graph.h"
|
#include "Graph.h"
|
||||||
#include "ofxFTGL.h"
|
#include "ofxFTGL.h"
|
||||||
|
#include "ofxOsc.h"
|
||||||
|
|
||||||
|
#define HOST "localhost"
|
||||||
|
#define PORT 7500
|
||||||
|
|
||||||
struct compareGraphByDistToCam
|
struct compareGraphByDistToCam
|
||||||
{
|
{
|
||||||
@ -23,4 +27,6 @@ public:
|
|||||||
vector<Graph*> graphs;
|
vector<Graph*> graphs;
|
||||||
vector<Graph*> reorderedGraphs;
|
vector<Graph*> reorderedGraphs;
|
||||||
ofxFTGLSimpleLayout text;
|
ofxFTGLSimpleLayout text;
|
||||||
|
|
||||||
|
ofxOscSender sender;
|
||||||
};
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user