asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.45k stars 1.26k forks source link

Support MIDI Outputs #732

Closed ayushmankumar7 closed 1 year ago

ayushmankumar7 commented 2 years ago

In my current fun project, I want to use MIDI signals for my DAW software and Automate stuffs....

asweigart commented 1 year ago

I'm afraid this would be beyond the scope of PyAutoGUI, which only deals with keyboard input. Also, MIDI is well outside the areas of my expertise and a bit too specific for a GUI automation library like PyAutoGUI.