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

PyJack and multiprocessing #3

Open
nmalo80 opened this issue Feb 11, 2014 · 0 comments
Open

PyJack and multiprocessing #3

nmalo80 opened this issue Feb 11, 2014 · 0 comments

Comments

@nmalo80
Copy link

nmalo80 commented Feb 11, 2014

Hello my name is Federico,

I'm creating a metronome using PySide, and I'm using PyJack to connect to the jack audio server. My metronome has some graphics and needs to play sounds. In order the GUI not to freeze I need to use multiprocessing. The problem is: I'm not able to share my instance of jack.Client between processes, so I need to create a new instance and connect it in each process. I have tried to find out several solution but I'm not able to consistently and efficiently play the sound beats of my metronome and update the UI at the same time.
Do you have any examples of use of PyJack in a multi-processing program?
Many thanks
Federico

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