Hi everyone, I’m new here, I speak Portuguese and I’m using a translator, so please excuse me if I say or misunderstand something.
About using Bome in games, I’ve managed to make an accelerator for my expression pedal.
First I tried the approach of increments with mouse movements, but I had the problem of positioning on the screen, like my friends did… but it would be the best approach because of the sensitivity that the mouse can make the Game Read.
I got a satisfactory result using MouseWell, where I programmed the repetition speed inversely proportional to the velocity of the midi input, that is, the higher vv the lower tt, I’m also regulating the delta of the increment based on vv… the goal is to make the cart move slowly and steadily when vv is low and increasing, always with constant inputs, as vv increases (simulating the movement of a game controller’s RT button).
I’m making fine adjustments to mitigate the punches (I don’t know how to express this in English, lol, but I’ll try)… when it’s very slow you can notice the input lags… the inputs, it’s not very smooth, but it’s satisfactory for now.
With the mouse movement I didn’t do the interactions with tt, I left the repetitions fixed and the increment only in vv. While it’s on the screen the result was wonderful, even more so when you program vv*vv. or vv^vv and divide afterwards (to simulate a logarithmic potentiometer input).
I use 5 monitors, at first I thought that the game only captured the inputs while the mouse was on the game screen, but I believe it’s because of the entire screen, since my screen is quite large I was able to visualize that it would work well… I’m thinking here about automating the positioning on the screen based on the increments, but I don’t know yet how to do this ‘sum’, and I also don’t know if the game will understand this positioning movement as the same mouse movement that I’m using to accelerate the cart.
SteveC, it’s great to see your explanations. Although I don’t understand much yet, I can see that I can do a lot of things. I’ll answer another topic later about my controller, LEDs, Raw, Mackie, etc… to ask for help.
PS. I didn’t put my codes here because I’m still embarrassed lol, they’re not as elegant as yours.