Added decompyled MIDI remote scripts for push2 and pushbase folders for Ableton Live version 9.7.1.
Noticed an issue when trying to recompile my own hack of the push2 script when import would fail on Subject in push2.py line 10 from ableton.v2.base import const, inject, listens, listens_group, task, Subject, NamedTuple so I decompyled the most recent (9.7.1) scripts for pushbase and push2 and noticed quite a few changes making the old version incompatible with 9.7.1
Added decompyled MIDI remote scripts for push2 and pushbase folders for Ableton Live version 9.7.1.
Noticed an issue when trying to recompile my own hack of the push2 script when import would fail on
Subject
inpush2.py
line 10from ableton.v2.base import const, inject, listens, listens_group, task, Subject, NamedTuple
so I decompyled the most recent (9.7.1) scripts for pushbase and push2 and noticed quite a few changes making the old version incompatible with 9.7.1