rknLA / pyjack

Jack Audio Server client written in Python
GNU General Public License v2.0
17 stars 5 forks source link

dumb question #2

Open anentropic opened 11 years ago

anentropic commented 11 years ago

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?

rknLA commented 11 years ago

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.

anentropic commented 11 years ago

ah ok, yeah sourceforge sucks

never mind, it was an idle, speculative question anyway