Thread: AAX and knobs
View Single Post
Old 04-16-2017, 10:34 AM   #4
earlevel
Human being with feelings
 
Join Date: Dec 2015
Posts: 331
Default

Quote:
Originally Posted by Tunca View Post
Your're right.Laggy is wrong sentence.Small number of positions hard to turn.I have to move mouse far for it to click to next step.

I have no issue with other versions.But AAX has problem about stepped knobs.
There are no changes to knobs—you can do a diff yourself and see that.

There is a fix to broken parameter rounding that changes the step point, but not the distance the mouse needs to move (it simply provides consistent rounding—bad rounding in the original caused problems with Pro Tools automation of stepped parameters).

There is, however, some gearing in IPlug that's different for Pro Tools than other hosts, depending on which mouse button you're holding (unchanged in my fork). Take a look at IKnobControl::OnMouseDrag and see if that's what you're experiencing.
earlevel is offline   Reply With Quote