Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-06-09 Thread Robin Gareus
On 06/09/2010 04:07 AM, Aaron Krister Johnson wrote: Hi all, Let me know how this newer version works out for you. I've hopefully made the audio/MIDI distinction cleaner and bug-free, b/c now the script uses 'jack_lsp -t' to list the type. One can toggle between alsa-midi and jack-midi with

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-06-08 Thread Aaron Krister Johnson
, 29 May 2010 14:00:52 To: Julien Claassenjul...@c-lab.de Cc: Aaron Krister Johnsonaa...@akjmusic.com; linux-audio-u...@lists.linuxaudio.org; linux-audio-dev@lists.linuxaudio.org Subject: Re: [LAD] [LAU] like qjackctl, but trimmed of all fat Hi Julien, Hey Aaron, read 'jack_lsp

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-29 Thread Julien Claassen
Hello Aaron and Jack-Team! There seems to be a bug in my jack_lsp. I just started a2jmidid and j2amidi_bridge. when I do a jack_lsp I get all the ports. When I do: jack_lsp -t midi I only get one port from jack_midi_clock, but none of the other ones. When I type: jack_lsp -t, I can't see

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-29 Thread Robin Gareus
Hi Julien, Hey Aaron, read 'jack_lsp --help'. '-t' does not take any arguments; it just makes jack_lsp print the type. the filter-string only acts on the port-name (BTW, not only the beginning of the port-name; but it's case-sensitive: strstr() ) Anyway I can reproduce the problem, some

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-29 Thread Aaron Krister Johnson
...@gareus.org Date: Sat, 29 May 2010 14:00:52 To: Julien Claassenjul...@c-lab.de Cc: Aaron Krister Johnsonaa...@akjmusic.com; linux-audio-u...@lists.linuxaudio.org; linux-audio-dev@lists.linuxaudio.org Subject: Re: [LAD] [LAU] like qjackctl, but trimmed of all fat Hi Julien, Hey Aaron, read

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-28 Thread Paul Davis
On Fri, May 28, 2010 at 12:16 PM, Aaron Krister Johnson aa...@akjmusic.comwrote: I have not figured out how jack MIDI works---and I never use it (I don't really see the point when there's ALSA MIDI, frankly, but maybe someone knows better). I'm willing to add Jack-MIDI access as a feature,

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-28 Thread Aaron Krister Johnson
HI Julien, all-- I'm uploading a new version. I've implemented jack-midi and alsa-midi port modes. One simply toggles with the 'm' input to switch between them. http://www.akjmusic.com/software/jackctl20100528b.py I still haven't implemented index numbers in alsa mode. Maybe in the future. :)

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-28 Thread Aaron Krister Johnson
Paul- Thanks for the tip. I must have done some stupid mistake before, b/c I didn't see the ports with 'jack_lsp', but now I do. Now that I have this software, I'm actually going to use jack for MIDI from now on...not only is the interface more elegant, you've convinced me of the technical

Re: [LAD] [LAU] like qjackctl, but trimmed of all fat

2010-05-28 Thread Julien Claassen
Hi Aaron! Thanks for this tool. I'm sure, as you continue to develop this, it will become one of my favourites. There are a few feature pleas I would have, but let them rest for the moment. This is a really helpful tool, especially since I CAN't use qjackctl. Warmly yours