-
Support message equality check on both `OSCMessage` and `OSCBundle` types. There is also minor caveat. `Int` types are automatically converted to `Int32` during serialization.
Based on this, the tw…
-
I think empty() is supposed to return *this, but it doesn't.
I'm not a C++ pro, so I'm not sure if I'm misinterpreting here or if it is a bug...
-
Probably more like a basic Swift question, but anyhow maybe you have a good tips.
Supposedly there are thousands of vertices XYZ position (exactly that) and I need to send message via OSC.
```
…
-
The app crashes if an OSC packet is received that contains unknown or BLOB data.
-
1. The interface crash while a osc command sent(for exp. by a midi keyboard) before connected to atem switcher.
2. The /transition/auto & /transition/cut not works. I couldn't found any section of co…
-
Undefined names can raise NameError at runtime.
flake8 testing of https://github.com/Qirky/FoxDot on Python 2.7.14
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statisti…
-
Hey I am trying to compile on my S905X box and I get this error
g++ -c -o hid.o hid_LINUX.c
hid_LINUX.c: In function ‘int rawhid_recv(int, void*, int, int)’:
hid_LINUX.c:123:64: error: invalid c…
-
When I try to compile something with faust-2.5.35-dev, I get:
```
ERROR : -lang cpp not supported since CPP backend is not built
```
Here is the output of faust's compile:
```
building '/nix/s…
-
Following are the errors while opening the OSC unity example package:
Assets/OSC/OSC.cs(124,14): error CS0101: The namespace `global::' already contains a definition for `UDPPacketIO'
Assets/OSC/O…
-
OS: Windows 8, AMD Quad-Core A8-6410, Acer Aspire E 15
Hello, so I am working with Processing, using the OscP5 library.
The connectivity works fine as you can see from the first link, but the record…