RE: [Alsa-devel] Sequencer events not arriving guaranteed

2002-02-19 Thread Guenther Sohler
Thank you very much for your help, Jaroslav, I always appreciate your help regards guenther On 19-Feb-02 Jaroslav Kysela wrote: > On Tue, 19 Feb 2002, Guenther Sohler wrote: > >> Does that mean, i have to do following: >> >> 1.) open sequencer >> 2.) create my own port on client >> 3.) subscr

RE: [Alsa-devel] Sequencer events not arriving guaranteed

2002-02-19 Thread Jaroslav Kysela
On Tue, 19 Feb 2002, Guenther Sohler wrote: > Does that mean, i have to do following: > > 1.) open sequencer > 2.) create my own port on client > 3.) subscribe sender=my port receiver=midi device > 4.) create events set source to my client/port destination=midi device > 5.) send events > > is thi

RE: [Alsa-devel] Sequencer events not arriving guaranteed

2002-02-19 Thread Guenther Sohler
Does that mean, i have to do following: 1.) open sequencer 2.) create my own port on client 3.) subscribe sender=my port receiver=midi device 4.) create events set source to my client/port destination=midi device 5.) send events is this the correct way of doing it ? are there some extra things,

RE: [Alsa-devel] Sequencer events not arriving guaranteed

2002-02-18 Thread Jaroslav Kysela
On Tue, 19 Feb 2002, Guenther Sohler wrote: > > On 18-Feb-02 Guenther Sohler wrote: > > Hello ALSA Gang, > > > > In my system i have primarily two important alsa ports for me > > > > 64:0 is the external midi keyboard > > 65:0 is the wavetable synth of my creative audixy > > > > I have written fo

RE: [Alsa-devel] Sequencer events not arriving guaranteed

2002-02-18 Thread Guenther Sohler
On 18-Feb-02 Guenther Sohler wrote: > Hello ALSA Gang, > > In my system i have primarily two important alsa ports for me > > 64:0 is the external midi keyboard > 65:0 is the wavetable synth of my creative audixy > > I have written following code: > > >#include >#include >#include >#include

[Alsa-devel] Sequencer events not arriving guaranteed

2002-02-18 Thread Guenther Sohler
Hello ALSA Gang, In my system i have primarily two important alsa ports for me 64:0 is the external midi keyboard 65:0 is the wavetable synth of my creative audixy I have written following code: #include #include #include #include #include #include #include int main(int argc, char