You are not logged in.
I realised that QJackCtl, as great as it is, is really unnecessarily heavy for what it is that I use it for. I just want to see and modify my JACK connections easily. And I dislike using the mouse. After looking for a lightweight alternative and not finding any that I would've liked, I wrote one myself.
esjit I named it: http://aur.archlinux.org/packages.php?ID=40790
I haven't tested esjit extensively yet. The basic stuff (viewing and modifying connections) seems to work, at least.
(It doesn't print very detailed error messages. This is intentional. If you have esjit and jackd both running in separate terminals, you can see the connection related error messages in the jackd output.)
Offline
I realised that QJackCtl, as great as it is, is really unnecessarily heavy for what it is that I use it for. I just want to see and modify my JACK connections easily. And I dislike using the mouse. After looking for a lightweight alternative and not finding any that I would've liked, I wrote one myself.
esjit I named it: http://aur.archlinux.org/packages.php?ID=40790
I haven't tested esjit extensively yet. The basic stuff (viewing and modifying connections) seems to work, at least.
(It doesn't print very detailed error messages. This is intentional. If you have esjit and jackd both running in separate terminals, you can see the connection related error messages in the jackd output.)
nice work. i like it! only thing missing is midi support (or i didn't found it).
don't know if you know, but there is also jackctl (http://www.linuxaudio.org/mailarchive/l … /26/169249). it's a similar thing but without colors and with midi support. you can check it for midi stuff.
btw. is esjit acronim for something or..
Last edited by igor_b (2010-09-15 17:36:34)
Offline
only thing missing is midi support (or i didn't found it)
No midi support. I myself don't really use midi, at least not together with JACK, so adding midi support is not a priority.
don't know if you know, but there is also jackctl
I have tried jackctl. Have a vague recollection that I couldn't get it to work properly. Or just didn't like something about it, not sure.
esjit is one of those bad names that stick.
Offline
No midi support. I myself don't really use midi, at least not together with JACK, so adding midi support is not a priority.
i use it a lot
but nevermind that.. i have a bug to report (and "patch"). when i press ctrl+d it stucks in an endless loop saying "Unknown key '<last_entered_command>'! Enter 'h' for help.". then i have to kill it with ctrl+c. replace "cin>>entry" in line 368 with "if(!(cin>>entry)) break;" and it will be ok.
Offline