Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSC messages not received by MyoMapper #40

Closed
kium-one opened this issue Dec 13, 2017 · 11 comments
Closed

OSC messages not received by MyoMapper #40

kium-one opened this issue Dec 13, 2017 · 11 comments

Comments

@kium-one
Copy link

Sending out OSC messages to the configured port has no effect on the Myo.
OSC Receiver set to 5425, and the test message is /myo1/vibrate "long"
When (temporarily) monitoring the port the message comes through correctly, but MyoMapper doesn't get it / doesn't send it to the Myo.
MyoMapper is sending out the OSC messages correctly (e.g. /myo1/pose "rest")

Any advice?

@balandinodidonato
Copy link
Owner

balandinodidonato commented Dec 13, 2017

Hi @najiglass is it happening with any of the OSC messages you send to Myo Mapper or only when you the vibrate one?

@kium-one
Copy link
Author

@balandinodidonato Thank you for the quick reply. I tested with "/myo1/pitch/setMin 0.2" as well but didn't see any impact on the min value in the Status window.
Let me know if there are steps I can follow to debug or provide more information on the issue.

@balandinodidonato
Copy link
Owner

which version are you using? could you test with these examples?

@kium-one
Copy link
Author

I'm on 3.1.6, reinstalled to make sure. I can't test on Max right now but the Ableton examples work fine, though they don't seem to be sending anything to Myo Mapper, only receiving from it.
Here's the file I'm using in TouchDesigner to send the OSC message, if you have the setup to test it.
OSCtoMyo.1.toe.zip

@balandinodidonato
Copy link
Owner

balandinodidonato commented Dec 15, 2017

I don't have touch designer. Anyway the vibrate function does not work for now. I did disable it due to a bug I cannot fix yet. I'm working on it though.

About the scaling option you have some issues in your code. You try to set Myo Mapper's Pitch inMin value by doing op('oscoutVib').sendOSC('/myo1/pitch/setMin', b)
instead you should be doing op('oscoutVib').sendOSC('/myo1/pitch/inMin', b)

Try in this way and let me know how it goes :)

PS I do apologise there was a bug in the wiki, please check it now.

@kium-one
Copy link
Author

Thank you! I tried with the new line to send "/myo1/pitch/inMin 0.2" but the values aren't changed in MyoMapper unfortunately. Not sure where the issue is.

Looking forward to the vibration feature!

@balandinodidonato
Copy link
Owner

balandinodidonato commented Dec 15, 2017

sorry my bad... try /myo1/Pitch/inMin 0.2with the value to change's initial in capital letter. Sorry my bad. I've updated the wiki now.

@kium-one
Copy link
Author

That works, thanks a lot!

@kium-one
Copy link
Author

/myo1/Pitch/centre "centre" doesn't work though. Any ideas?

@balandinodidonato
Copy link
Owner

sorry my bad it should be /myo1/Pitch/calibrate calibrate I've updated the wiki

@kium-one
Copy link
Author

Great, works now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants