[Alsa-devel] MTP/AV / Sequencer MIDI problem... design issue?

2003-01-10 Thread Ryan Pavlik
a particular interest in seeing this work and am more than willing to submit patches. -- Ryan Pavlik [EMAIL PROTECTED] Hey! Captain talks-too-much, quiet time is now. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM

Re: [Alsa-devel] MTP/AV / Sequencer MIDI problem... design issue?

2003-01-11 Thread Ryan Pavlik
driver to API. The low-level driver is all that needs to know about this. The higher-level interface probably does not. I'm sure all this has been discussed before---I see evidence of it in the very design and generalization of ALSA itself. I can't imagine this design is by accident. -- Ryan

Re: [Alsa-devel] MTP/AV / Sequencer MIDI problem... design issue?

2003-01-11 Thread Ryan Pavlik
and messages, much as before. I will look at the (new?) write locking and see if I can figure something out. Thanks, -- Ryan Pavlik [EMAIL PROTECTED] Nautical, schmautical. Give me one hour and I'll know enough to sail us into orbit

Further info: [Alsa-devel] Bug: ALSA Sequencer or MTPAV - easy toreproduce

2003-02-12 Thread Ryan Pavlik
On Wed, 12 Feb 2003 11:28:35 -0800 Ryan Pavlik [EMAIL PROTECTED] wrote: snipped Further info: The bug is definitely above the hardware level. I added a printk to snd_mtpav_send_byte() for logging device/bytes sent, and came up with the attached log, which I commented on. This log

YES! :-) Was: [Alsa-devel] Bug: ALSA Sequencer or MTPAV - easy toreproduce

2003-02-12 Thread Ryan Pavlik
in snd_mtpav_output_port_write() (mtpav.c:298). I will work on this and submit a patch shortly, unless someone suggests a better solution. To test this behaviour, please, try this patch: snip Thanks :-) -- Ryan Pavlik [EMAIL PROTECTED] I distinctly remember dancing on your grave. - 8BT

[Alsa-devel] [PATCH]: Bug: ALSA Sequencer or MTPAV - easy toreproduce

2003-02-12 Thread Ryan Pavlik
duplicated status bytes to opmitize throughput. snip OK, I've attached a patch that emulated running status in the mtpav driver, so there shouldn't be any need to change stuff elsewhere. Thanks for your pointer, I've been wanting to fix this problem for a very long time. :-) -- Ryan Pavlik [EMAIL

[Alsa-devel] Bug: ALSA Sequencer or MTPAV - easy to reproduce

2003-02-12 Thread Ryan Pavlik
# plays Any fixes, pointers on where to look in the code, or general ideas would be greatly appreciated. -- Ryan Pavlik [EMAIL PROTECTED] I distinctly remember dancing on your grave. - 8BT track1.mid Description: MIDI audio track2.mid Description: MIDI audio

Re: [Alsa-devel] [PATCH]: Bug: ALSA Sequencer or MTPAV - easy toreproduce

2003-02-13 Thread Ryan Pavlik
not get through 2) More importantly: buffering would increase latency, which is always the reason I don't sit down and start coding. It's true that it would be nice to be able to send partial messages, though, but most things use the ALSA sequencer API anyway. -- Ryan Pavlik [EMAIL

Re: [Alsa-devel] Re: MTP-AV problems (Re: intel8x0 sequencer MTP-AV) - success

2003-02-16 Thread Ryan Pavlik
to put it to use. Kudos to the ALSA developers (and the sequencer authors ;) for all the time they've spent. -- Ryan Pavlik [EMAIL PROTECTED] Why are we even *mentioning* semi-regular polyhedrons and real space? - 8BT --- This sf.net email

Re: [Alsa-devel] Re: MTP-AV problems (Re: intel8x0 sequencer MTP-AV) - success

2003-02-16 Thread Ryan Pavlik
couldn't get multiple ports working I've been using the box in standalone mode with a single port from another card being the interface to the PC that is until now... snip Cool. Good luck, I'll keep checking on progress. -- Ryan Pavlik [EMAIL PROTECTED] Why are we even *mentioning* semi

Re: [Alsa-devel] latency with mtpav

2003-06-23 Thread Ryan Pavlik
box is kinda slow. -- Ryan Pavlik [EMAIL PROTECTED] Another *perfectly* calculated space-time splice-n-splice. Now to get back to... wait a second. I forgot to carry the TWO! - 8BT --- This SF.Net email is sponsored by: INetU Attention Web

[Alsa-devel] poll() and select()

2003-10-13 Thread Ryan Pavlik
indefinitely. The interface would be for writing a MIDI sequencer. Any thoughts on the issue? -- Ryan Pavlik [EMAIL PROTECTED] They don't *appear* to be in league with some nameless *horror* from the nether-dimensions I inadvertendtly pissed off by trying to enslave. - 8BT

Re: [Alsa-devel] poll() and select()

2003-10-14 Thread Ryan Pavlik
On Tue, 14 Oct 2003 11:49:37 +0200 Takashi Iwai [EMAIL PROTECTED] wrote: At Mon, 13 Oct 2003 10:53:24 -0700, Ryan Pavlik wrote: Hey, I'm currently pondering an ALSA interface for Ruby (http://ruby-lang.org). Unfortunately, to do what I want, I need to be able to have a file descriptor

Re: [Alsa-devel] poll() and select()

2003-10-14 Thread Ryan Pavlik
() version works fine, with the bridge from the poll() file structure. This should integrate with ruby just fine then. thanks, -- Ryan Pavlik [EMAIL PROTECTED] I'll *prove* to you that sword-chucks are the single greatest advancement in all weaponology. - 8BT

Re: [Alsa-devel] poll() and select()

2003-10-16 Thread Ryan Pavlik
to put the descriptors in the right group for select, no? thanks, -- Ryan Pavlik [EMAIL PROTECTED] Prepare to face the unparalleled force of a master of all twelve zodiac kenshido styles! - 8BT --- This SF.net email is sponsored by: SF.net

[Alsa-devel] OSS emulation delays (?)

2003-10-23 Thread Ryan Pavlik
... maudio delta-44), but with audio disabled seek times are fine. I would be suprised if this hasn't been noticed, but I haven't seen it mentioned here. -- Ryan Pavlik [EMAIL PROTECTED] Just *once* I'd like to go a day without being doomed. - 8BT

Re: [Alsa-devel] OSS emulation delays (?)

2003-10-25 Thread Ryan Pavlik
can find a difference. -- Ryan Pavlik [EMAIL PROTECTED] I was promised claws and an impossible biology! - 8BT --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source

Re: [Alsa-devel] Simple alsa sequencer question

2003-10-27 Thread Ryan Pavlik
On Mon, 27 Oct 2003 11:54:21 +0100 Takashi Iwai [EMAIL PROTECTED] wrote: At Sat, 25 Oct 2003 02:41:06 -0700, Ryan Pavlik wrote: snip Shouldn't I get numbers in ev-time.time.tv_*? I'm just getting zeros... what did I miss? ;) no, it should be, as long as the event is delivered

Re: [Alsa-devel] Simple alsa sequencer question

2003-10-28 Thread Ryan Pavlik
On Tue, 28 Oct 2003 10:23:40 +0100 (MET) Clemens Ladisch [EMAIL PROTECTED] wrote: Ryan Pavlik wrote: Takashi Iwai [EMAIL PROTECTED] wrote: Ryan Pavlik wrote: Shouldn't I get numbers in ev-time.time.tv_*? I'm just getting zeros... what did I miss? ;) (snip) OK, I've

Re: [Alsa-devel] Simple alsa sequencer question

2003-10-28 Thread Ryan Pavlik
On Tue, 28 Oct 2003 20:20:40 +0100 Pedro Lopez-Cabanillas [EMAIL PROTECTED] wrote: El Martes, 28 de Octubre de 2003 17:30, Ryan Pavlik escribió: Clemens Ladisch [EMAIL PROTECTED] wrote: The event timestamps are set yo the current time of the queue. Your queue isn't running, so its

[Alsa-devel] ALSA sequencer changes?

2003-12-13 Thread Ryan Pavlik
else I missed. thanks, -- Ryan Pavlik [EMAIL PROTECTED] If it were possible to combine my evil with spider-man's powers... - 8BT --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive

Re: [Alsa-devel] ALSA sequencer changes?

2003-12-14 Thread Ryan Pavlik
thought it was a bit more forgiving, but I may have just had the mtpav on all the time. thanks, -- Ryan Pavlik [EMAIL PROTECTED] Mr Pibb, Dr Pepper, I'm on to you... - 8BT --- This SF.net email is sponsored by: SF.net Giveback Program. Does

Re: [Alsa-devel] ALSA doesn't work with XMMS - or alsaplayer either

2004-01-19 Thread Ryan Pavlik
-d cdaudio with alsaplayer; with mplayer I use '-ao alsa9:cdaudio', etc. hth, -- Ryan Pavlik [EMAIL PROTECTED] I take offense at your *slanderous* allegations, accurate though they may be. - 8BT --- The SF.Net email is sponsored

[Alsa-devel] b_lanfear@comcast.net

2004-02-03 Thread Ryan Pavlik
THIS IS A TEST -- Ryan Pavlik [EMAIL PROTECTED] I sure as hell didn't learn anything, if thats what you mean. - 8BT --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See

[Alsa-devel] stupidity

2004-02-03 Thread Ryan Pavlik
Oh geez, how embarrassing. Sorry guys. -- Ryan Pavlik [EMAIL PROTECTED] Ye don't like me? But we don't even know each other. I bets we have a lot in common. Treachery and such. Yar. - 8BT --- The SF.Net email is sponsored by EclipseCon