Hi Chris,

Are you implying that your app will restart JACK when it is the condition I describe?

On another note:

I cloned the git repository. Confirmed the depends.

My results following the README:

sudo make PREFIX=/usr install
pandoc -f markdown -t rst README.md > README.rst
/bin/sh: 1: pandoc: not found
Makefile:10: recipe for target 'README.rst' failed
make: *** [README.rst] Error 127

Or:

sudo make install-user
python setup.py install --user
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    import setuptools
ImportError: No module named setuptools
Makefile:24: recipe for target 'install-user' failed
make: *** [install-user] Error 1

Thanks!
Mac