All of lore.kernel.org
 help / color / mirror / Atom feed
* kaconnect question and enhancement request
@ 2003-02-25  3:12 Mark Knecht
  2003-02-25 10:09 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Knecht @ 2003-02-25  3:12 UTC (permalink / raw)
  To: Alsa-Devel

Hi,
   I'm sorry, but I'm not at all sure who developed kaconnect. I like
this little app quite a bit, however, it won't allow one thing I'd
certainly like - to be able to hook a MIDI input to its corresponding
MIDI output. Why doesn't this work?

   I can hook MidiSport 2x2 In A to Out B, but not to Out A, which I
would really like to be able to do sometimes. Is there a technical
reason that this cannot be done?

   As an enhancement request, I sure would like kaconnect to have the
ability to filter certain MIDI events, like controllers, or key
pressure, etc. I understand that I might be difficult to do this on a
path by path basis, although it would be useful at times. Saving a set
of connections would be cool also.

   Anyway, thanks for this little app that I use every day.

Cheers,
Mark





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kaconnect question and enhancement request
  2003-02-25  3:12 kaconnect question and enhancement request Mark Knecht
@ 2003-02-25 10:09 ` Takashi Iwai
  2003-02-25 15:43   ` Mark Knecht
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2003-02-25 10:09 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Alsa-Devel

At 24 Feb 2003 19:12:52 -0800,
Mark Knecht wrote:
> 
> Hi,
>    I'm sorry, but I'm not at all sure who developed kaconnect.

Matthias Nagorni <mana@suse.de>

> I like
> this little app quite a bit, however, it won't allow one thing I'd
> certainly like - to be able to hook a MIDI input to its corresponding
> MIDI output. Why doesn't this work?
 
no idea..  doesn't aconnect in alsa-utils work?


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: kaconnect question and enhancement request
  2003-02-25 10:09 ` Takashi Iwai
@ 2003-02-25 15:43   ` Mark Knecht
  2003-02-25 15:52     ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Knecht @ 2003-02-25 15:43 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Alsa-Devel



> -----Original Message-----
> From: alsa-devel-admin@lists.sourceforge.net
> [mailto:alsa-devel-admin@lists.sourceforge.net]On Behalf Of Takashi Iwai
> Sent: Tuesday, February 25, 2003 2:10 AM
> To: Mark Knecht
> Cc: Alsa-Devel
> Subject: Re: [Alsa-devel] kaconnect question and enhancement request
>
> no idea..  doesn't aconnect in alsa-utils work?
>

Takashi-san,
   Thanks. I tried aconnect, and read through the --help stuff, but couldn't
figure out the command to hook together two ports. Could you give an
example? Everything I tried resulted in error messages.

   I also wondered about hooking a single input to multiple outputs, so if
you could show an example of that, I would appreciate it.

Thanks,
Mark




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kaconnect question and enhancement request
  2003-02-25 15:43   ` Mark Knecht
@ 2003-02-25 15:52     ` Takashi Iwai
  2003-02-26 20:34       ` Mark Knecht
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2003-02-25 15:52 UTC (permalink / raw)
  To: Mark Knecht; +Cc: Alsa-Devel

At Tue, 25 Feb 2003 07:43:59 -0800,
Mark Knecht wrote:
> 
> 
> 
> > -----Original Message-----
> > From: alsa-devel-admin@lists.sourceforge.net
> > [mailto:alsa-devel-admin@lists.sourceforge.net]On Behalf Of Takashi Iwai
> > Sent: Tuesday, February 25, 2003 2:10 AM
> > To: Mark Knecht
> > Cc: Alsa-Devel
> > Subject: Re: [Alsa-devel] kaconnect question and enhancement request
> >
> > no idea..  doesn't aconnect in alsa-utils work?
> >
> 
> Takashi-san,
>    Thanks. I tried aconnect, and read through the --help stuff, but couldn't
> figure out the command to hook together two ports. Could you give an
> example? Everything I tried resulted in error messages.

try "man aconnect" :)
i think there are some online documents about this, too.

suppose you having the sequencer ports 64:0 and 64:32.

for connecting between the same input and output, just run like

	% aconnect 64:0 64:0

> 
>    I also wondered about hooking a single input to multiple outputs, so if
> you could show an example of that, I would appreciate it.

call aconnect several times,

	% aconnect 64:0 64:0
	% aconnect 64:0 72:0

for removing the connection, use -d option,

	% aconnect -d 64:0 64:0


basically, kaconnect does these things in GUI.
hence, if aconnect doesn't work, likley kaconnect won't work, too.


ciao,

Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kaconnect question and enhancement request
  2003-02-25 15:52     ` Takashi Iwai
@ 2003-02-26 20:34       ` Mark Knecht
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Knecht @ 2003-02-26 20:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Alsa-Devel, Matthias Nagorni

On Tue, 2003-02-25 at 07:52, Takashi Iwai wrote:

> for connecting between the same input and output, just run like
> 
> 	% aconnect 64:0 64:0
> 
> > 
Takashi-san,
   Thanks. This works fine. If 64:0 is connected to 64:0 in aconnect,
then kaconnect shows it and will allow it to be disconnected. However
kaconnect will not make the connection itself, so I suppose this is an
oversight in kaconnect.

   Thanks for your help.

Cheers,
Mark

   



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-26 20:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-25  3:12 kaconnect question and enhancement request Mark Knecht
2003-02-25 10:09 ` Takashi Iwai
2003-02-25 15:43   ` Mark Knecht
2003-02-25 15:52     ` Takashi Iwai
2003-02-26 20:34       ` Mark Knecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.