Skip to content
New issue

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

Scripts need to be updated #13

Open
KBLiveSolutions opened this issue Dec 16, 2023 · 0 comments
Open

Scripts need to be updated #13

KBLiveSolutions opened this issue Dec 16, 2023 · 0 comments

Comments

@KBLiveSolutions
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant