APC40 with Adobe Premiere Pro / Scrub with the playhead / Color Grading

Hi,

Thanks for your purchase and welcome to the forum. It seems that you have done quite a bit in just a few days time. Congratulations!


In answer to your first question: Can I make the scrub move faster?
This will depend on how fast your computer can process left and right arrow keys. Probably not, but if Premier pro has a different key combination for larger scrubbing, then you can use that.

In answer to your second question: Can I make the movement of my mouse with less translators?

Yes, see the attached. We essentially determine the range of the incoming values and the outgoing values plus the offset to set it up so that the math of the translator handles this for you.

Here are the rules for your situation. I use incoming value of the knob of qq and scale it and use it for
the outgoing value of your X position of the mouse:

// Scale it
// output range 2216-2466 or 250
qq=qq*250
// Input range 1-127 or 127
qq=qq/127
// offset of 2216
qq=qq+2216

I created a new preset for this in the project file and disabled your original preset so you can test it.

APC40 - Kevin Velghe-sjc.bmtp (253.5 KB)

For scaling, you can look at this tutorial.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz
1 Like