We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: