-
```
What steps will reproduce the problem?
1. Compile vvopensource (svn revision 97) to target iOS 4.2
2. Start a Unviversal Window based application in XCode.
3. Followed instructions on home page t…
-
have a key (e.g. 'd') toggle displaying debug info on screen.
actually you can combine this with issue #9 i.e. fps, but always display fps
Also display version number!
pseudocode (from memory, may b…
-
When I use sonic pi in a german environment, the whole GUI is translated to german which is great. It is fine that the coding the language of PI is not translated. However, could we make it possible t…
-
Hello,
How do you clear the message once it is sent?
I have tried using the `~OSCMessage();` function on a Photon board but I get the following error:
`send-osc.cpp:69:5: error: no match for 'opera…
-
is there a reason to send an osc packet for each joint? I'm wondering if batching joints would be more efficient? (for example, sending a full skeleton or full frame scene, etc)
-
Unless I'm missing it, which is totally possible, there doesn't seem to be an object that will emit signals or connect to them.
Having trouble seeing how to connect to these classes using the test su…
-
```
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…
-
```
When trying to build the "Build/Install VVOSC iPhone SDK" target on Xcode 3.25
and iOS SDK 4.2 following your instructions i get the following error:
Check dependencies
[BEROR]error: There is n…
-
Hi,
I am writing a snoic pi code generator in python. I am using pyOSC (https://trac.v2.nl/wiki/pyOSC) to send messages to SuperCollider.
I start Sonic Pi, (so scsynth is running in the background o…
-
```
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…