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

Issue converting ableton project to midi #13

Open
perivar opened this issue Nov 29, 2023 · 0 comments
Open

Issue converting ableton project to midi #13

perivar opened this issue Nov 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@perivar
Copy link

perivar commented Nov 29, 2023

Hi,
Thanks for a very interesting tool.

I tried to convert an ableton project (als) file to midi and it failed in "functions_compat\trackfx_to_numdata.py" in the groups_inside loop.

The only fix I could think of was to enclose the code in a try except, which fixed my problem.
The issue is that the groups_inside object does include a id that the idnum_group does not.

try:
    for groupidnum in groups_inside:
        output_ids[groupidnum][3] = [idnum_group[groups_inside[groupidnum]], 1, None]
except Exception as error:
    # handle the exception
    print('[error] An exception occurred:', error) 

Cheers

@SatyrDiamond SatyrDiamond added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants