-
My environment is a Mac running OSX 10.10.1 with Java 1.8.
```
java version "1.8.0_40-ea"
Java(TM) SE Runtime Environment (build 1.8.0_40-ea-b19)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b23, m…
-
There is a bug in the method `parseBundle()` in **OscPatcher** where you choose the wrong data map. Instead of the one you just split, you take the bundle map:
``` java
...
m0.put( "data" , Bytes.cop…
-
Hi Jon,
I managed to route simpleKinect to max/msp using your FAQ and I can read the sensor's values just fine, but when I try to make it communicate with Processing through osc, I am getting values…
-
When sending OSC blobs with size above 4076 bytes, nothing is received on the other end, at least in Windows 10 x64.
It can easily be reproduced.
- test case: see below
- expected: blobs should b…
-
The OSC 1.0 spec recommend using a size-count-preamble to send OSC messages over TCP. F53OSC currently uses this method.
However, the OSC 1.1 protocol changed this recommendation, and now OSC over TC…
-
A trivial sketch raises a compile error "'min' was not declared in this scope".
I don't know enough to dig further, but one clue might be that commenting out the line:
# include "FileSystem.h"
in Ard…
-
I'm new to the lib and tried to reuse a OSCMessage by `empty()` refilling it using `fill()`
This did not work though as `empty()` does not reset the decodeState.
Should it? Or should I just delete t…
-
Hey.
I have an ESP8266 breakout connected to a Teensy 3.2 with serial connection.
The ESP receives OCSmessages over UDP and sends them to the Teensy over SLIP.
When the messages arrive at the Teensy …
-
I'm trying to set up communication between [chuck](http://chuck.cs.princeton.edu/) and python-osc. Chuck natively supports the OSC protocol. It appears that the messages we send from the python side d…
-
### Basic Infos
#### Hardware
Hardware: ESP-01
Core Version: 2.2.0
### Description
The unit crashes upon start up. I've tried the code with multiple units and also put a capacitor ov…