All of lore.kernel.org
 help / color / mirror / Atom feed
* porting 0.5 to 0.9 app
@ 2002-05-09  3:49 Luc Tanguay
  2002-05-09  4:04 ` Paul Davis
  2002-05-09  4:06 ` Paul Davis
  0 siblings, 2 replies; 4+ messages in thread
From: Luc Tanguay @ 2002-05-09  3:49 UTC (permalink / raw)
  To: alsa-devel

Hello,

I'm in the process of porting a 0.5.x app to 0.9.x.  The application is 
Soundtracker.  In this GTK app, I was able to retrieve the file 
descriptor using the 'snd_seq_file_descriptor' function.  The file 
descriptor was then used to establish a callback to process MIDI events. 
 To code looks like:

midi_file_tag = gdk_input_add( snd_seq_file_descriptor( midi_handle),
                 GDK_INPUT_READ,
                 (GdkInputFunction)midi_in_cb,
                 midi_handle);

How do I do the same thing with the new ALSA 0.9.x API ?

thanks


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net

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

end of thread, other threads:[~2002-05-11  3:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-09  3:49 porting 0.5 to 0.9 app Luc Tanguay
2002-05-09  4:04 ` Paul Davis
2002-05-09  4:06 ` Paul Davis
2002-05-11  3:11   ` Luc Tanguay

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.