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

Calculation mistake in the ParamsManager -> targetFloat variable

AndyK84 opened this issue · comments

There is a slight error in the calculation for the targetFloat.
It should be like this:
targetFloat = (HR - minhr) / (maxhr - minhr);

Currently it is this:
targetFloat = (HR - minhr) / maxhr;

I see the calculation error! Thank you for pointing that out. I'll push this along with the new Prefab Updates!