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

Patchbay? #30

Closed
GeoffreyPlitt opened this issue Jul 10, 2024 · 2 comments
Closed

Patchbay? #30

GeoffreyPlitt opened this issue Jul 10, 2024 · 2 comments

Comments

@GeoffreyPlitt
Copy link

Hi! Is it possible to make JACK connections with this tool, like programmatically connection input ports to output ports the way qjackctl does, but without a GUI, with code?

@xthexder
Copy link
Owner

xthexder commented Jul 10, 2024

Yes, all the necessary functions are available, like the port registration callback, port listing, and connect function.

I've previously written a program that will connect itself to other programs automatically by listening for a process or port name.
You can find that here if you want to reference it: https://github.com/xthexder/rawstreamer/blob/master/streamer/rawstreamer.go

@GeoffreyPlitt
Copy link
Author

Thanks Jacob. Awesome work!

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