-
```
Hi, I'm trying to use LiveOSC (http://monome.q3f.org/wiki/LiveOSC) to
send OSC messages from Ableton Live to an iPhone application using
VVOSC.
Some messages sent by LiveOSC are parsed with wro…
-
The serial library appears to use method name introspection for callbacks. Consider adding the required callbacks to PAppletJythonDriver.
-
Using the program below with Processing 3.0.1 I get the following error in the IDE...
```
The function "onCreate(Bundle)" does not exist.
/**
* Ketai Library for Android: http://ketai.org
*
* Keta…
-
```
OSCMessage lazily writes its bytes as getBytes is called. OSCBundle tries to
write the bytes as new data is written to the bundle. As a result, it writes a
message's empty ByteArray instead of…
-
Hi,
first of all, great project. I'm using it for years now in [MusicBeam](http://www.musicbeam.org/).
I'm looking for a good strategy to hook oscP5 into controlP5. I know there are listeners, callb…
-
```
What steps will reproduce the problem?
(using maxmsp)
1. send message /beep 0.2 0.2
2. send message /beep ga 0.2
What is the expected output? What do you see instead?
message with string as 2nd…
-
```
What steps will reproduce the problem?
//make BG green
- (void)viewDidLoad
{
self.view.backgroundColor = [UIColor greenColor];
}
//make BG red
- (void) receivedOSCMessage:(OSCMessage *)m{
…
-
Perhaps due to lots of calls to append? See here: https://github.com/samaaron/sonic-pi/blob/master/app/gui/qt/oschandler.cpp
-
Hi,
I've justed started this same issue on the Oscuino end, but since I'm not sure which library is generating the problem, I'm opening it here too. Maybe someone has also encountered this problem?
I'…
-
```
Error found in function due to function and variable copyPacket have the same
name when testing with Adobe Air 3.9. Solved by changing function copyPacket
to copyPacketFun. See below:
public f…