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

Exception when using map_triggers with mfli #88

Open
THuckemann opened this issue Apr 24, 2024 · 0 comments
Open

Exception when using map_triggers with mfli #88

THuckemann opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@THuckemann
Copy link
Collaborator

map_triggers complains about the mfli (and probably the SR830) not having an _is_triggerable attribute.
This occured only on Selene but works fine on Sionludi. As map_buffers is called before _map_triggers the latter might be skipped as the MFLI (being a buffered instrument) is usually mapped already when _map_triggers is called.

Simple fix would be to make the is_triggerable method return False when the object doesn't have the _is_triggerable attribute.

I'll have to reproduce the problem on another setup in order to check the fix...

@THuckemann THuckemann added the bug Something isn't working label Apr 24, 2024
@THuckemann THuckemann self-assigned this Apr 24, 2024
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

1 participant