* ALSA kernel sequencer client
@ 2006-07-21 23:39 Lee Revell
2006-07-24 11:18 ` Clemens Ladisch
0 siblings, 1 reply; 3+ messages in thread
From: Lee Revell @ 2006-07-21 23:39 UTC (permalink / raw)
To: alsa-devel
I'm developing a driver for a device that's like an MPU output port, but
some extra hardware registers need to be written to when note on/off
messages arrive. Since the MIDI stream must be interpreted and hardware
needs to be accessed directly I think I need to develop an ALSA
sequencer kernel client.
I remember seeing some docs for developing this kind of thing, but can't
find them - can someone point me in the right direction?
Lee
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ALSA kernel sequencer client
2006-07-21 23:39 ALSA kernel sequencer client Lee Revell
@ 2006-07-24 11:18 ` Clemens Ladisch
2006-07-24 16:48 ` Lee Revell
0 siblings, 1 reply; 3+ messages in thread
From: Clemens Ladisch @ 2006-07-24 11:18 UTC (permalink / raw)
To: Lee Revell; +Cc: alsa-devel
Lee Revell wrote:
> I'm developing a driver for a device that's like an MPU output port, but
> some extra hardware registers need to be written to when note on/off
> messages arrive. Since the MIDI stream must be interpreted and hardware
> needs to be accessed directly I think I need to develop an ALSA
> sequencer kernel client.
Currently, a sequencer client is only used for devices where all MIDI
messages must be interpreted by the driver and where the device doesn't
ever see them. The USB MIDI and serial MIDI drivers do their own
parsing.
This doesn't mean that you shouldn't use a sequencer client.
> I remember seeing some docs for developing this kind of thing,
I'm sure there never were such docs.
> but can't find them - can someone point me in the right direction?
Use the Source, Luke^H^H^Hee: the USB MIDI driver was a sequencer client
before October 2002.
HTH
Clemens
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ALSA kernel sequencer client
2006-07-24 11:18 ` Clemens Ladisch
@ 2006-07-24 16:48 ` Lee Revell
0 siblings, 0 replies; 3+ messages in thread
From: Lee Revell @ 2006-07-24 16:48 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: alsa-devel
On Mon, 2006-07-24 at 13:18 +0200, Clemens Ladisch wrote:
> Lee Revell wrote:
> > I'm developing a driver for a device that's like an MPU output port, but
> > some extra hardware registers need to be written to when note on/off
> > messages arrive. Since the MIDI stream must be interpreted and hardware
> > needs to be accessed directly I think I need to develop an ALSA
> > sequencer kernel client.
>
> Currently, a sequencer client is only used for devices where all MIDI
> messages must be interpreted by the driver and where the device doesn't
> ever see them. The USB MIDI and serial MIDI drivers do their own
> parsing.
>
> This doesn't mean that you shouldn't use a sequencer client.
>
I think I'm going to use a rawmidi device and snoop the MIDI stream for
note on/note off. It does not look too hard, and unlike the sequencer
is documented.
> > I remember seeing some docs for developing this kind of thing,
>
> I'm sure there never were such docs.
>
> > but can't find them - can someone point me in the right direction?
>
> Use the Source, Luke^H^H^Hee: the USB MIDI driver was a sequencer client
> before October 2002.
Thanks for the info.
Lee
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-24 16:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-21 23:39 ALSA kernel sequencer client Lee Revell
2006-07-24 11:18 ` Clemens Ladisch
2006-07-24 16:48 ` Lee Revell
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.