1. I can use obj.getvalueof(); to get the current value of a live.dial in js, but what would return the raw float value?
2. While trying to figure this out, I noticed obj.rawfloat(); returns a jsobject, but not sure how I would display its properties like I would with console.log(obj); in a browser environment.