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
There appears to be a decompilation error in the 11.1 channel strip component, which results in broken syntax.
A long stack trace appears in the file, beginning with:
def _arm_value--- This code section failed: --- L. 412 0 LOAD_FAST 'self' 2 LOAD_METHOD is_enabled 4 CALL_METHOD_0 0 '0 positional arguments' 6 POP_JUMP_IF_FALSE 202 'to 202' L. 413 8 LOAD_GLOBAL liveobj_valid 10 LOAD_FAST 'self' 12 LOAD_ATTR _track 14 CALL_FUNCTION_1 1 '1 positional argument' 16 POP_JUMP_IF_FALSE 202 'to 202' 18 LOAD_FAST 'self' 20 LOAD_ATTR _track 22 LOAD_ATTR can_be_armed 24 POP_JUMP_IF_FALSE 202 'to 202'
The full error is here:
AbletonLive11_MIDIRemoteScripts/ableton/v2/control_surface/components/channel_strip.py
Line 336 in b28d806
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There appears to be a decompilation error in the 11.1 channel strip component, which results in broken syntax.
A long stack trace appears in the file, beginning with:
The full error is here:
AbletonLive11_MIDIRemoteScripts/ableton/v2/control_surface/components/channel_strip.py
Line 336 in b28d806
Thanks!
The text was updated successfully, but these errors were encountered: