200Tigersbloxed / HRtoVRChat_OSC

Stream your Heart Rate onto your VRChat avatar via. the use of OSC Avatar Parameters.

Home Page:https://hrtovrchat.fortnite.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HR percent in range -1 to 1

Honzackcz opened this issue · comments

Will be nice to have option for HRPercent or new parameter, so there will be HR percentage float with range mapped to values -1 to 1 for better value accuracy in VRC. Some others VRC OSC HR apps have it.

Changing the minHR and maxHR config values can increase/decrease accuracy, is there a specific reason to range HRPercent from -1 to 1?

I know I can use min/max in a way. The reason is that it's easier to animate displays with float then int, with range -1 to 1 I can use full 0 - 255 bpms without loosing acurracy. I already use other app with that setup and it works nice.

Implemented in v2.2.0