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

Some client shutdowns hang Catia (from Carla 1237) #1

Open
ovenwerks opened this issue Sep 8, 2020 · 3 comments
Open

Some client shutdowns hang Catia (from Carla 1237) #1

ovenwerks opened this issue Sep 8, 2020 · 3 comments

Comments

@ovenwerks
Copy link

Same issue as Carla 1237. ( falkTX/Carla#1237 )

Bisect shows that commit b54f8b3] Send position updates to metadata, matching carla. Was the fist commit to have this trouble.

@ovenwerks
Copy link
Author

From Carla 1237: Falktx: "Please try commenting out the 2 property related functions in Catia.
https://github.com/falkTX/Catia/blob/master/src/catia.py#L228
https://github.com/falkTX/Catia/blob/master/src/catia.py#L431

Yes that fixes the problem as well. I wonder is there is a different in the jackd1/jackd2 api in this case. Zita's author Fons, is well known for only ever using jackd1.

@falkTX
Copy link
Owner

falkTX commented Sep 8, 2020

that would be something to try too. seeing if the issue happens with jack2 only, or with jack1 as well.

also useful to see if commenting only 1st or 2nd part of catia code makes any difference.
my guess is that only the 2nd one is relevant.

@ovenwerks
Copy link
Author

My first guess was that it would be the callback (line 431) but it turns out it is the set_property call on line 228. If I comment out line 228 in src/catia.py the problem goes away.

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

2 participants