You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I want to build a Jack patchbay GUI in Python
I don't want to process audio in Python, just use it to define the connections between existing Jack-aware applications
Does PyJack help with this?
I know basically nothing about Jack right now... I'm guessing... if I have the Jack server running, then I start a 'Jack-aware' app that is configured correctly, it will register its port with Jack... then in pyjack I can jack.get_ports() and start to connect things up?
The text was updated successfully, but these errors were encountered:
Not a dumb question, but I don't particularly know how to solve this issue. Most of the reason I forked this and moved it over to github is because I'm not a fan of sourceforge's distribution process (tarballs, yay). Maybe I should make it explicitly clear in the readme that I'm not the original author.
I wound up not doing much with this repo after I moved it over here, though, so there's probably a better place to ask this question.
I think I want to build a Jack patchbay GUI in Python
I don't want to process audio in Python, just use it to define the connections between existing Jack-aware applications
Does PyJack help with this?
I know basically nothing about Jack right now... I'm guessing... if I have the Jack server running, then I start a 'Jack-aware' app that is configured correctly, it will register its port with Jack... then in pyjack I can
jack.get_ports()
and start to connect things up?The text was updated successfully, but these errors were encountered: