jackaudio / a2jmidid

ALSA sequencer to JACK MIDI bridging (for jack2)
GNU General Public License v2.0
40 stars 14 forks source link

a2j_control breakage #21

Open nedko opened 2 years ago

nedko commented 2 years ago

Commit https://github.com/jackaudio/a2jmidid/commit/a2138aa2bec967c5ca0046298afb9b67dd8a6313 changed the a2j_control command-line interface in backward incompatible way.

As the commit breaks existing scripts, I've reverted the breaking change in LADI/a2jmidid codebase: https://github.com/LADI/a2jmidid/commit/3f39efb869a93732de045e05334dcd4a3c9f029a python 2to3 was trivially applied without causing any breakage: https://github.com/LADI/a2jmidid/commit/955db9d08cf008588ece45dadc74615ff1659ab8

Please consider fixing this breaking change as part of jackaudio/a2jmidid code-base.

See also #2 #9 #13