oscpack icon indicating copy to clipboard operation
oscpack copied to clipboard

google's Oscpack biicode block - a set of C++ classes for packing and unpacking OSC packets.

Results 1 oscpack issues
Sort by recently updated
recently updated
newest added

If incorporating `oscpack` through cmake `add_subdirectory` compilation will fail because headers are not found. This is because the include directory does not reference the current directory, ie `CMAKE_CURRENT_SOURCE_DIR`. https://github.com/MariadeAnton/oscpack/blob/1cb90c372a182ac13b9a5f68b938c06ade851836/CMakeLists.txt#L26 Also...