Am 03.02.2017 um 16:37 schrieb Christopher Arndt:
This application contains a Python module to
communicate with jack-dbus
via (surprise!) DBUS called "jackcontrol.py".
BTW, if you don't want the dependency on the "dbus" module in your
Python program, you could also call the "jack_control" program via the
subprocess module and parse the output. But I personnally find that
cumbersome and error-prone.
Chris