Thread: Linking knobs
View Single Post
Old 12-20-2017, 03:08 AM   #10
Bobflip
Human being with feelings
 
Join Date: Nov 2016
Posts: 341
Default

It sounds like it's reading the parameter as an int rather than float. Have you set up the control with anything like this?

GetParam(kParamL)->InitDouble("Parameter L", 0.5, 0.0, 1.0, 0.01, "");
Bobflip is offline   Reply With Quote