dsacre / mididings

A MIDI router/processor based on Python
http://das.nasophon.de/mididings/
GNU General Public License v2.0
120 stars 40 forks source link

async is now a reserved word, beginning in python 3.7 #35

Open rpmohn opened 4 years ago

rpmohn commented 4 years ago

async is now a reserved word, beginning in python 3.7. This throws a syntax error in file mididings/units/call.py. Just needs the variable to be renamed, something like a_sync, or anything else will do. I've tested in my own build and that seems to be the only issue. Thanks! -Ross

rpmohn commented 4 years ago

I will work on a pull request renaming async to asynch. However, it appears the last pull request that was actually processed was 5 years ago. Is someone still keeping mididings alive? It really is an excellent piece of software!

muranyia commented 3 years ago

I think this is fixed in marcan's fork, and in others too, although I haven't tested.

You can use active-forks to find a good one.

stefets commented 3 years ago

Thanks! Apply in my fork too;