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

[Jack] port latency miscalculation #48

Open
jean-emmanuel opened this issue Nov 16, 2023 · 0 comments
Open

[Jack] port latency miscalculation #48

jean-emmanuel opened this issue Nov 16, 2023 · 0 comments

Comments

@jean-emmanuel
Copy link

jean-emmanuel commented Nov 16, 2023

The following setup

[loop 1 "pre-fx"] --> [jack client with non-null latency] --> [loop 2 "post-fx"]

Results in sooperlooper declaring a forever-increasing port latency and makes it impossible to use along with a latency-aware software such as ardour. I suspect it's related to the use of the deprecated jack_port_get_total_latency function to compute the port latency. Using 2 separate instances of sooperlooper for pre and post-fx tracks would break SL's tight loop synchronization.

@jean-emmanuel jean-emmanuel changed the title [Jack] port latency miscaculation [Jack] port latency miscalculation Nov 16, 2023
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