I don't mean to just move it. this is easy I did it. I want to make it move while holding click
How does one makes a knob to drag the mouse?
Replies (17)
I did try to put a another block after it with mouse click on pressed but its behaving very weirdly
Hi! Could you clarify what exactly you’d like to achieve? Are you thinking of using the encoder for a drag-and-drop function? For example:
- Turning the encoder moving the mouse
- Pushing the encoder to drag and then releasing it to drop.
not exactly. I want to turn the encoder to move the mouse and while its moving I also want the left click on hold. of course when I finish my drag it should unclick on its own.
all this in one step. I dont want to push first the knob to make the click, I want it to be automaticly clicked once I turn the knob!
Loupedeck CT can also do this and it name it drag. there is a mouse move and a mouse drag. mouse move is a simple move and mouse drag is a move with click. like when you drag your mouse to choose many files! Hope thats clear!
Can you try the mouse takeover VST controller preset?
What is that? And how I do this?
It's a preset in the profile cloud for encoders / endless control element.
wow! thats actually really good! mindblowingly good actually! Is there a way now to make another one that moves on X axis? I mean what do I change? not very good with scripting yet
and also its going the opposite way now on Y axis
axis should be 1 or 2, but not sure which one for X
ok I discovered the axis thing, Now I want to make it left when I rotate left cause as of now its going right
let me check
open the code block on the encoder and compare this image with the code you have there. Delete the -1 * from the if statement path and add the * -1 to the else path.
You are what legends speak off!! Thank you soo sooo much!
View on Discord
This post is from the Intech Studio Discord community.

