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

Link enabled state should be mutable #1060

Open
mindofmatthew opened this issue Dec 30, 2023 · 1 comment
Open

Link enabled state should be mutable #1060

mindofmatthew opened this issue Dec 30, 2023 · 1 comment
Labels
Stream Issues related to the Stream functionality of playing Tidal patterns

Comments

@mindofmatthew
Copy link
Contributor

The typical implementation for Ableton Link support is for it to be a feature that can be dynamically enabled and disabled. I think we should support this behavior via a function like setLinkEnabled True or something that can be called with an existing stream/clock.

In addition, I personally think that the default setting should be for Link to be disabled so that people aren't connecting to Link sessions without realizing it. I recall reading some bit of Link documentation that suggested this was a mandatory default, but I can't find it any more, so their guidance may have changed or I may not be remembering correctly.

@polymorphicengine
Copy link
Collaborator

added this ability in the current PR: 3fedf10

also set the default to disabled for now, as i also think it should be the default, but i guess we can still discuss it a bit

@polymorphicengine polymorphicengine added the Stream Issues related to the Stream functionality of playing Tidal patterns label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stream Issues related to the Stream functionality of playing Tidal patterns
Projects
None yet
Development

No branches or pull requests

2 participants