Control mouse click with Python
Hi Remotify forum members,
I see that Remotify has a user.py script that can run methods (a python class), can I run python code here that I currently run in terminal?
I have a python script (that I run manually) that listen for a specific midi command (sent from a midi controller when a button is pressed), when this command is received it clicks the ‘Type’ area (see attached picture) in Ableton’s browser to activate it so that I can copy in clip packs from a folder to tracks (Deck A and B). I do this as I have no other way of Activating Ableton’s browser.
I’m a bit of a new beginner in scripting and with Ableton so I would like to know if it is possible before I spend to much time on it, is this something that can be done with Remotify and python?
These are my imports in my python script;
import argparse
import os
import signal
import sys
import time
import rtmidi
from pynput.mouse import Button, Controller as MouseController
from pynput.keyboard import Key, Controller as KeyboardController

I couldn’t see my added script so I’ll try again
Joachim
Edit.
I saw something that makes me think that Ableton Push can load files from the browser…. maybe it would make sense to take a look at a decompiled Push control scripts… would that make sense?
I know that would currently be way above me!
https://github.com/gluon/AbletonLive12_MIDIRemoteScripts/tree/main/Push
Sign up
User registration is currently not allowed.