Scroll action via XY Pad

Hi , I am very new to Bome. I am using this software to emulate mouse scroll actions (up-down,left-right )

via midi CC. On this forum I found one .bmtp file compiled by SteveC . Thanks Steve for this . I made some changes in this file and was able to scroll vertical-horizontal via two different faders . With independent faders , this code works fine . But whenever I try to do same with XY Pad , horizontal scroll is smooth ,have issues in vertical scroll (lag or jump ) . I think it is because of conflicting data on both the axis . I have attached the file with this post . It would be great if someone could help me for this ….

Thanks …:slightly_smiling_face:

Virtual Mouse Encoder.bmtp (3.0 KB)

Hi and welcome to the Bome community!

You are using the same global variable “ga” for both encoders so they will interfere with eachother. Change the rules to use the global variable “gb” for everything withing the Wheel2 preset and you should be OK.

Steve Caldwell
Bome Customer Care


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

Thanks Steve , it really worked.

Thanks again for immediate reply :slightly_smiling_face:

1 Like