[Alsa-devel] seq question - snd_seq_ev_schedule_tick();

2002-06-03 Thread rob buse
I have an event that I want to schedule.. snd_seq_ev_schedule_tick( &ev, queue, 0, tick); What is that tick relative to? When I start running the queue ? or when I call snd_seq_drain_output( ) ? or when snd_seq_event_output() is called? sorry if this is a dumb question. thanks .buse --

[Alsa-devel] seq24 - midi sequencer released

2002-07-13 Thread rob buse
Hey Everyone ! I just GPL'd my seq24 midi sequencer. http://www.filter24.org/seq24/index.html Uses ALSA 0.9.0 and GTKmm. I hope someone else finds it useful :) .buse -- music + technology http://filter24.org

re: [Alsa-devel] seq24 - midi sequencer fixed

2002-07-14 Thread rob buse
Thanks everyone! v0.1.1 should fix these problems. :) cheers .buse On 2002.07.14 11:50 Pedro Lopez-Cabanillas wrote: > El Dom 14 Jul 2002 13:40, Frank Barknecht escribió: > > rob buse hat gesagt: // rob buse wrote: > > > I just GPL'd my seq24 midi sequencer. > &

[Alsa-devel] sequencer client subscription problem

2002-08-15 Thread rob buse
, but when I issue a snd_seq_connect_to() from the seq24 port to the vkey port, it fails. do I need to do more to my port in order to subscribe to an applications port ? Thanks! .rob buse -- music + technology http://fil

[Alsa-devel] re: sequencer client subscription problem (nevermind)

2002-08-15 Thread rob buse
work, but when I > issue a snd_seq_connect_to() from the seq24 > port to the vkey port, it fails. > do I need to do more to my port in order to subscribe to an applications > port ? > > > Thanks! > .rob buse > >

[Alsa-devel] [announce] seq24-0.4.0 release.

2002-10-08 Thread rob buse
Hello all, I have just released v0.4.0 of the seq24 midi sequencer. This release adds A performance editor http://www.filter24.org/seq24/ New screen shots are up too.. cheers, .rob -- music + technology http://filte

[Alsa-devel] rtc timer and linux 2.6(3.0 ?)

2002-10-21 Thread rob buse
I have a quick question. Im not exactly sure of the internals of ALSA and how it deals with timers, other than I am running with the rtc timer kernel patch for the sequencer. My question is, when the new kernel comes out with the high-res timer support (http://sourceforge.net/projects/high-re

[Alsa-devel] midi clock + timers

2003-02-08 Thread rob buse
to go out every 20ms for a 120bpm song.. this shouldn't be an issue. right ? Any suggestions? I'm out of ideas... thanks! rob buse --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Someth

Re: [Alsa-devel] midi clock + timers

2003-02-08 Thread rob buse
On Sat, 2003-02-08 at 15:58, Jaroslav Kysela wrote: > On 8 Feb 2003, rob buse wrote: > > > hello everyone. > > > > I'm curious if anyone else has run into this problem, and perhaps what > > your solutions are. I have my kernel, 2.4.20, timer set at 1000Hz, lo