c0redumb / midi2vjoy

MIDI to virtual joystick mapping
BSD 2-Clause "Simplified" License
96 stars 31 forks source link

Maintenance status? #19

Closed Pomax closed 3 years ago

Pomax commented 3 years ago

Is this library technically still being maintained? (just wondering if it'll work on Windows 10 now that python 2.7 no longer exists).

There don't appear to be installation instructions so I just downloaded the code, and run python setup.py, which does nothing other that generate this to stdout:

> python setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied
c0redumb commented 3 years ago

It seems that your pull request has fixed the issue you raised. Sorry I haven't had time to maintain this for a while. Let me see if I can find some time to do it.

Pomax commented 3 years ago

Aye, I haven't used a setup.py in probably over a decade now, but if I can google for it I figured I might as well file a PR to help someone else not needing to (re)figure it out =)