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

Sync loop to itself causes odd behaviour #39

Open
riban-bw opened this issue Aug 24, 2022 · 0 comments
Open

Sync loop to itself causes odd behaviour #39

riban-bw opened this issue Aug 24, 2022 · 0 comments

Comments

@riban-bw
Copy link

If a loop is synchronised to itself then the state seems to "sync" seems to oscillate on and off which is disturbing and may impact performance. It would be advantageous to break this feedback loop.

slgui does not seem to suffer this issue. Maybe it avoids the situation but it would be advantageous for other OSC clients to have this safeguard built into the SooperLooper engine, i.e. if a loop is requested to sync to itself then the continuous toggle of sync on/off OSC messages from engine is suppressed.

One might suggest the client avoid this but this can add extra logic in each client, e.g. remembering the previous states of settings, etc.

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