Brian Victor wrote:
> Monitoring /proc/asound/seq/queues shows the events being queued, but as
> soon as the queue starts, all 400 notes leave the queue instantly; none
> are played.
>
>   snd_seq_ev_schedule_tick(&ev, m_queue, 0, tick);

What is the queue's tempo? 400 ticks may not be much.

>   snd_seq_ev_set_subs(&ev);

This will send the note events to the subscribers of your program's port.
Are there any?


HTH
Clemens



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to