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

Orientation is inverted in Reaper #2

Closed meta-meta closed 3 years ago

meta-meta commented 5 years ago

image

-180..180 is mapped to 1..0 causing inverted mappings in FB360. Is this by design?

meta-meta commented 5 years ago

Ah, I see https://github.com/trsonic/nvsonic-head-tracker/blob/master/head-tracker-osc-bridge/Source/Bridge.cpp#L114

I think a toggle to invert the mapping would be useful. To my knowledge, there's no way to remap in Reaper.

trsonic commented 5 years ago

Yep, I agree. I have to make it customizable. Different plugins use different polar coordinate systems. Current release was tested with ambiX rotator exclusively [http://www.matthiaskronlachner.com/?p=2015)]. I'm glad you sorted it out.