Javier Jaimovich

Results 7 comments of Javier Jaimovich

yes, I'm currently using two myos with Myo-osc on windows

they have a unique ID when connected, so you can differentiate them in the OSC packet. Unfortunately, this changes every time you restart de application.

The OSC message starts with the Myo ID.. you can use that to parse each Myo. The only problem is that it changes the Id number every time you restart...

The message I receive has the myo ID at the beginning.. it should be a 8 or 10 digit number. --- _Javier Jaimovich_ javier.jaimovich.cl On 15 August 2016 at 13:40,...

any updates on this?

> Looks good to me, but please keep the code style and remove unneeded comments. Not sure what comments you're referring to.

The quaternion to euler values is not working correctly. The values are fixed or have jumps between positions. MyOSC does the following calculations: https://github.com/benkuper/MyOSC/blob/e35961a54c19951e9c4569193b99501bb4deeec6/extension/debug/MyoController.ane/META-INF/ANE/MacOS-x86/MyoExtension/MyoExtension/MyoExtension.cpp // Calculate Euler angles (roll, pitch,...