-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Firstly, thanks for putting this up.
It seems the scripts involving ableton.v3 have changed in 11.3 (watching it 11.3.13).
For instance, the Minilab_3 header now looks like this
from ableton.v3.base import SlotGroup, depends, listens from ableton.v3.control_surface import Component, find_instrument_devices, find_instrument_meeting_requirement from ableton.v3.live import is_track_armed, liveobj_valid
whereas in 11.2 it looks like that
from ableton.v3.base import SlotGroup, depends, is_track_armed, listens, liveobj_valid from ableton.v3.control_surface import Component, find_instrument_devices, find_instrument_meeting_requirement
and it doesn't compile in 11.3
It would be nice to have an up to date version before we move on to Live 12.
Metadata
Metadata
Assignees
Labels
No labels