-
In OSC.py:20
```
try:
from OSC import OSCServer,OSCClient, OSCMessage
except:
inputParams['OscMultiInput']['unavailable'] = True
```
Looks like this is intended to autoconfigure if OSC can'…
-
Hi,
please add some statements to check for 4 byte OSCMessages before checking if it is a bundle and before typechecking of that OSCMessage. I can propose it myself, but I'm not that used to gitHub, …
-
I'm attempting to use this OSC library in an iOS application, and began incorporating this library into my project by first copying the sample code. However, whenever I try to create an OSCMessage obj…
-
I can reproduce this ad lib in Python 2.7.6. It works fine in Python 3.
```
>>> from pythonosc import osc_message_builder, udp_client
>>> msg = osc_message_builder.OscMessageBuilder(address = "/foo")…
-
In the past the library was working with touchOSC see:
http://cnmat.berkeley.edu/library/oscuino/controlling_oscuino/touchosc
Now the repository is moved and the example is removed. Could a example b…
-
Trying to compile with 1.05 and getting errors...
StripInvaders:88: error: variable or field 'oscCallbackDelay' declared void
StripInvaders:88: error: 'OSCMessage' was not declared in this scope
Stri…
-
In iOS 7 the msg addInt and addString doesn't works if I put a variable there.
Also tried to cast it myself in different ways (app.teamName is a string with an int):
1:
``` objective-c
[m…
-
Hi there,
I'm receiving the following error when I try to compile the oscuinoSerial example:
oscuinoSerial:-1: error: variable or field 'handleAnalog' declared void
oscuinoSerial:-1: error: 'OSCMe…
-
I cant compile oscuinoEthernet. This is the message from the console.
oscuinoEthernet.cpp: In function 'void routeDigital(OSCMessage, int)':
oscuinoEthernet:77: error: 'INPUT_PULLUP' was not declare…
-
Here's my arduino error log when trying to compile your example "SimpleRecieve.cpp"
```
SimpleReceive:26: error: no matching function for call to 'OSCServer::OSCServer()'
X:\Arduino\libraries\ArdOsc…