spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
132 stars 26 forks source link

How about optional parameters for JACK server name? #44

Closed jebofponderworthy closed 6 years ago

jebofponderworthy commented 6 years ago

Might we have JACK server name, as optional parameter for client object creation and references, instead of using environment variable $JACK_DEFAULT_SERVER ?

mgeier commented 6 years ago

Do you mean jack.Client(name='myclient', servername='myserver')?

http://jackclient-python.readthedocs.io/en/latest/#jack.Client

jebofponderworthy commented 6 years ago

That's it, thanks!!!