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

Working with libjackserver on Windows #856

Closed
vrslev opened this issue Mar 17, 2022 · 4 comments
Closed

Working with libjackserver on Windows #856

vrslev opened this issue Mar 17, 2022 · 4 comments

Comments

@vrslev
Copy link

vrslev commented Mar 17, 2022

jackserver library is shipped with official JACK package on Windows. But it is not installed in C:\Windows, so users can't use it in directory different from C:\Program Files [x86]\JACK2. What is official way to use this lib?

@falkTX
Copy link
Member

falkTX commented Mar 17, 2022

There are very little uses for linking to jackserver. But the library is not put in %windir% simply because it was not necessary, so I assume you have a usecase here?
Are you developing a new opensource jack control type of gui?

@vrslev
Copy link
Author

vrslev commented Mar 17, 2022

I’m making a wrapper around JACK and JackTrip for audio networking using Python. For purpose of controlling JACK server I created Python package jack_server — it uses jackserver lib.

@falkTX
Copy link
Member

falkTX commented Mar 17, 2022

ah then on python you can just use registry entires to find the location of jack2.
see https://github.com/jackaudio/jack2/blob/develop/windows/inno/win64.iss#L70

@vrslev
Copy link
Author

vrslev commented Mar 23, 2022

Thanks! I ended up using Linux anyway 😃

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