All of lore.kernel.org
 help / color / mirror / Atom feed
* Reading alsa midi-data inside the jack client process thread
@ 2005-07-08 10:36 Kjetil Svalastog Matheussen <k.s.matheussen@notam02.no>
  2005-07-08 11:42 ` Alfons Adriaensen
  2005-07-08 13:57 ` Clemens Ladisch
  0 siblings, 2 replies; 7+ messages in thread
From: Kjetil Svalastog Matheussen <k.s.matheussen@notam02.no> @ 2005-07-08 10:36 UTC (permalink / raw)
  To: jackit-devel, alsa-devel


Is this legal (ie. non-blocking)?

int process (jack_nframes_t nframes, void *arg){
  snd_seq_event_t *event;
  if(snd_seq_event_input_pending(seq,1)){
    snd_seq_event_input(seq, &event);
  ....
}





-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

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

end of thread, other threads:[~2005-07-08 17:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08 10:36 Reading alsa midi-data inside the jack client process thread Kjetil Svalastog Matheussen <k.s.matheussen@notam02.no>
2005-07-08 11:42 ` Alfons Adriaensen
2005-07-08 12:30   ` [Jackit-devel] " Kjetil Svalastog Matheussen <k.s.matheussen@notam02.no>
2005-07-08 15:11     ` Alfons Adriaensen
2005-07-08 16:26       ` Kjetil Svalastog Matheussen <k.s.matheussen@notam02.no>
2005-07-08 17:34     ` [Jackit-devel] " fons adriaensen
2005-07-08 13:57 ` Clemens Ladisch

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.