Saya Posted March 19, 2020 Share Posted March 19, 2020 so im trying to create a normalized slider from 0 to 1. Where i want the 0 to be -8.66 and 1 the 8.66. If I move the slider normalized dist, the resulting value does not change. What am i missing here Quote Link to comment Share on other sites More sharing options...
anim Posted March 19, 2020 Share Posted March 19, 2020 you are trying to fit string "../clip1/norm_dist" from 0-1 to whatever to get the actual value of your norm_dist parm use ch("norm_dist") also to fit from 0-1 you can directly use fit01() function so your final expression will be fit01(ch("norm_dist"), -8.66, 8.66) 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.