I’m using Mind Your OSCs, and app that recieves data from the Emotiv EPOC (a consumer eeg headset) and converts them to OSCs for use in other programs. I get a bunch of different entires in the output log of unreal when I run my game, so I know I’m getting information. I get a lot of different values though, all input on separate lines (the EPOC has algorithms for meditation, concentration, engagement, and emg values for blinks, furrowed brows, etc.) and I’m not sure how to sort through them and use them as User Input for controls in other Blueprints.
I didn’t put it up right away because in middle when I’m sending commands in I wasn’t using the specific interface which i’d previously shown (it’ll make sense when you see it) At the end you can see the correct interface being used with a shaky iphone recording.
Please don’t hesitate to ask me any more questions - also, I hope MonsiurGustav isn’t gnashing his teeth because i’ve skipped over anything or done things differently to his preferred method - i’m speaking here about the timer based OSC message sender which I set up in this video - you can off course just send individual messages out from anywhere in the blueprint, but if you do it this way you can have some control over traffic in and out.
You have made me complete, thank you so much. Also obligatory extra thanks to MonsiurGustav for the plugin, you are literally opening whole new doors of artistic expresion for me!
I’m using Unreal 4.11.1, on OSX 10.11.4, together with the latest version of the OSC plugin. When I run the game in editor, I get all OSC messages, but none of them when I run the game as a standalone app. I use the Package Project command to build the standalone app.
Is there any configuration, or other tricks I need to do to make it work in a standalone app?
Sorry for rubber ducking the forum thread (ref. my previous post)! I looked into the source code and found some hardcoded references to port 8000. I didn’t bother to thoroughly read every line of code to see why the port number was hardcoded, but did a quick test by switching to port 8000 in my test-app. And it worked! Seems like the packaged app must use port 8000 in order to work.
I’ve been using the OSC plugin for several engine versions and I’ve suddenly run into an issue with the 4.11 release. I’m able to receive messages but unable to send messages.
When sending stopped working in the 4.11 release I went through several tests to see if I could isolate the issue:
-Made sure it wasn’t a network issue, confirmed OSC communication with the old plugin and with external software.
-Tried changing the port for send and or receive and no behavior change.
-Created a simple project that attempts to send the string “HelloWorld”
I’m at a loss, as I’m not sure what is causing the issue, so I’m reaching out to see if anyone has any advice or if anyone is successfully sending AND receiving OSC messages in 4.11
Hello Gustav! Thanks for reaching out. I did solve the issue, it was a funny thing, but my SendOSC destination addresses in 4.10 did not have a “/” in front of them. After following another user’s tutorial, beat for beat, and including the “/” in the address field, everything resumed normal functionality.