trsonic / nvsonic-head-tracker

Spatial Audio 3DOF Head Tracker (requires Arduino Pro Micro + MPU-9250 / MPU-9150)
GNU General Public License v3.0
83 stars 11 forks source link

Make OSC receive port and address configurable #13

Open abhayap opened 3 years ago

abhayap commented 3 years ago

Hi, could you make the OSC receive port and address configurable? I'd like to use the app to forward data from the NXosc app to other software but it sends data to port 8000 and address /nxosc/quaternion and that is not configurable.

trsonic commented 3 years ago

Yeah, I like this idea. Let me try implementing this.

For now you can try modifying the code yourself and recompile the bridge. https://github.com/trsonic/nvsonic-head-tracker/blob/39febe874a8f9f228bb4b512a4d8abcec06d28a1/head-tracker-osc-bridge/Source/Bridge.cpp#L43 https://github.com/trsonic/nvsonic-head-tracker/blob/39febe874a8f9f228bb4b512a4d8abcec06d28a1/head-tracker-osc-bridge/Source/Bridge.cpp#L55