You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example if I set the value of 0.5f for mix and then query the value again I get 50 back.
Basically every internal parameter is multiplied by 100 when queried with getParameter, is there any specific reason for the discrepancies in values?
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for the message. No, there’s no specific reason and it’s just something that was unintentionally left in the code from a previous use case when I open sourced it.
On 16 Oct 2021, at 23:43, rmri ***@***.***> wrote:
I noticed that getParameter and setParameter use different value scaling.
For example if I set the value of 0.5f for mix and then query the value again I get 50 back.
Basically every internal parameter is multiplied by 100 when queried with getParameter, is there any specific reason for the discrepancies in values?
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
I noticed that
getParameter
andsetParameter
use different value scaling.For example if I set the value of 0.5f for mix and then query the value again I get 50 back.
Basically every internal parameter is multiplied by 100 when queried with
getParameter
, is there any specific reason for the discrepancies in values?Thanks.
The text was updated successfully, but these errors were encountered: