Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Paul Davis
>Testing today with ardour reveals that the mute buttons have no effect >on the recorded signal. > >How do the mute buttons work? I fond it difficult to distinguish between >on and off. Why is the default color red? Does that mean they are on by >default? > >IMO the default should be no color an

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Patrick Shirkey
Using a multiface with original firmware rev. I was using the app last night and it seemed to work well except that today we have only a very long blank track. Testing today with ardour reveals that the mute buttons have no effect on the recorded signal. How do the mute buttons work? I fond it

[Alsa-devel] novation remote 25 usb midi controller

2003-07-30 Thread Eric Dantan Rzewnicki
I have not been successful in getting this keyboard recognized on the usb bus, let alone by the usb-audio driver. I'm going to see if I can get it working via straight midi into my ymfpci-based guillemot maxisound fortissimo. But, can anyone see anything else I can try? I've tried to gather as much

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
> > If it is possible, can you guys settle details about linker communication > > (and probably finish it)? We can integrate both projects then. > > I didn't know about Peter's ld10k1 existence, but it seems to be what I thought > initially of emufxtool, before starting to improve the assembly/di

[Alsa-devel] Could someone have a look at a my driver code please.

2003-07-30 Thread Dan Mills
Hi all, I have written a *very* crude driver for the waveterminal 192L (mostly my guesswork as to how the thing is hooked up). It is based on the ice1724 code but is really an engineering prototype (worked for the first time 20 minutes ago) and not ready for prime time. In particular it igno

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-30 Thread Mark Knecht
> > however, when i try to play something with alsaplayer or aplay, my system > freezes after 2 sec to 2 min of playback... sometimes i can get through a > whole file, sometimes only partial, but an eventual lock-up is > inevitable. i > have not tried sending anything other than stereo, 44100kHz, 1

Re: [Alsa-devel] mmaped play in multichannel mode (fwd)

2003-07-30 Thread Paul Davis
>i have written some code for mmaped-play. it works so far for up to 2 >channels, but in multichannel-mode i get some mismatch about available >buffersize or exactly a snd_pcm_mmap_commit error. >the essential part is the following: > > snd_pcm_mmap_begin(alsa_handler, &area, &offset, &frames_tr

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
> If it is possible, can you guys settle details about linker communication > (and probably finish it)? We can integrate both projects then. I didn't know about Peter's ld10k1 existence, but it seems to be what I thought initially of emufxtool, before starting to improve the assembly/disassembly

[Alsa-devel] mmaped play in multichannel mode (fwd)

2003-07-30 Thread barat
hi, i have written some code for mmaped-play. it works so far for up to 2 channels, but in multichannel-mode i get some mismatch about available buffersize or exactly a snd_pcm_mmap_commit error. the essential part is the following: snd_pcm_mmap_begin(alsa_handler, &area, &offset, &frames_tran

[Alsa-devel] plughw versus hw (fwd)

2003-07-30 Thread barat
hi, i read that plughw does some magic conversion for samplerate and stuff. how does this magic work. whats the main differenc in the concept of hw and plughw. thanx and regards joy do interactive tv on www.remote-tv.de --

Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-30 Thread Martin Langer
On Wed, Jul 30, 2003 at 09:58:18AM +0200, Clemens Ladisch wrote: > Martin Langer wrote: > > looking into usbquirks.h I saw that audio endpoints follow the rule: > > 0x0... for output > > 0x8... for input > > I think that's absolutely ok! > > This is for the endpoint field of the audiofor

[Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-07-30 Thread Karsten Wiese
Am Montag 05 Mai 2003 15:14 schrieb Takashi Iwai: > Hi, > > At Wed, 30 Apr 2003 13:56:34 +0200, > > karsten wrote: > > ... if I understand this > > http://www.tascam.com/forums/showthread.php?s=&threadid=28584 > > correctly. > > please have a look at administrator Jims post near the bottom and tell

[Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-07-30 Thread Karsten Wiese
this is part 2 of the patch: the firware files. alsa-driver-0.9.6+usbus428.2.diff.tar.bz2 Description: application/tbz

Re: [Alsa-devel] exit() -> _exit() in pcm_direct.c

2003-07-30 Thread Konstantin Stepaniuk
Jaroslav Kysela wrote: On Wed, 30 Jul 2003, Konstantin Stepaniuk wrote: Hello. My program call snd_pcm_open() with "plug:dmix" in thread. Function snd_pcm_direct_server_create() hangs on waitpid() if exit() is used, and server_job process keeps alive after program exit. This trivial patch ch

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Jaroslav Kysela wrote: > On Wed, 30 Jul 2003, Takashi Iwai wrote: > > > At Wed, 30 Jul 2003 20:04:08 +0200, > > Nicola Orru' wrote: > > > > > > > > May I have a pointer to a page (I'll RTFM!) that contains the > > > > > "protocol" to apply when working on alsa cvs, to create

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-30 Thread Dan Nyborg
this message is originally from monday... i didn't realize when i replied to the thread that i wasn't replying to alsa-devel, no wonder it didn't show up on the list :P sorry for the duplicate, paul. hello, i modified hdsp.c to support my rev. 50 c

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Takashi Iwai wrote: > At Wed, 30 Jul 2003 20:04:08 +0200, > Nicola Orru' wrote: > > > > > > May I have a pointer to a page (I'll RTFM!) that contains the > > > > "protocol" to apply when working on alsa cvs, to create, pack and > > > > send patches to maintainers? > > > >

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
At Wed, 30 Jul 2003 20:04:08 +0200, Nicola Orru' wrote: > > > > May I have a pointer to a page (I'll RTFM!) that contains the > > > "protocol" to apply when working on alsa cvs, to create, pack and > > > send patches to maintainers? > > > > yes, documentation is always nice :) > > Humm. I'm So

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
> > May I have a pointer to a page (I'll RTFM!) that contains the > > "protocol" to apply when working on alsa cvs, to create, pack and > > send patches to maintainers? > > yes, documentation is always nice :) Humm. I'm Sorry :( I suppose I did not express myself clearly :P. I don't know ho

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
At Wed, 30 Jul 2003 19:20:29 +0200, Nicola Orru' wrote: > > > autoreconf --force --install > > > > % ./configure --prefix=/usr/local > > % make > > % make install > > the following sequence worked: > >autoreconf --install >./configure --prefix=/usr/loca

Re: [Alsa-devel] exit() -> _exit() in pcm_direct.c

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Konstantin Stepaniuk wrote: > Hello. > > My program call snd_pcm_open() with "plug:dmix" in thread. > Function snd_pcm_direct_server_create() hangs on waitpid() if exit() is used, > and server_job process keeps alive after program exit. > This trivial patch chages exit() to

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
At Wed, 30 Jul 2003 17:41:34 +0200, Nicola Orru' wrote: > > Hello, > > I have a message for alsa-tools maintainers. > > Several months ago I posted on > > http://opensrc.org/alsa/index.php?page=emu10k1 > > an announce reporting I was developing an alsa-based tool

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
Hi, it's me again. just a small notes: - it'd be better to have GPL copyright notice in each file. - definition of SNDRV_* and sndrv_ctl_elem_id should be removed. it's a bug of sound/emu10k1.h that it requires these definitions. well, this is not a critical issue, so i'll fix this later...

[Alsa-devel] exit() -> _exit() in pcm_direct.c

2003-07-30 Thread Konstantin Stepaniuk
Hello. My program call snd_pcm_open() with "plug:dmix" in thread. Function snd_pcm_direct_server_create() hangs on waitpid() if exit() is used, and server_job process keeps alive after program exit. This trivial patch chages exit() to _exit() in file pcm_direct.c. In this case all works ok for m

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
... ok, i now created a configure script and Makefile.am. attached below. please take a look. Takashi configure.in Description: Binary data Makefile.am Description: Binary data

[Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
Hello, I have a message for alsa-tools maintainers. Several months ago I posted on http://opensrc.org/alsa/index.php?page=emu10k1 an announce reporting I was developing an alsa-based tool to enable effect loading onto emu10k1 (Sound Blaster Live!), call

Re: [Alsa-devel] midi on ESS Solo with 2.6.0-test2

2003-07-30 Thread Jos van den Oever
> Use sbiload from the alsa-tools package to load FM instruments to > the driver. Oops, I forgot the arguments and sbiload didn't miss them. I ran: ./sbiload -p 65:0 /etc/playmidi/std.sb /etc/playmidi/drums.sb And voila midi sound, finally. Tears come to my eyes. (-; Thanks! Jos --

Re: [Alsa-devel] midi on ESS Solo with 2.6.0-test2

2003-07-30 Thread Jos van den Oever
> Use sbiload from the alsa-tools package to load FM instruments to > the driver. I downloaded this package and ran: bzcat alsa-tools-0.9.6.tar.bz2 |tar xf - cd alsa-tools-0.9.6/seq/sbiload ./configure --with-kernel=2.6.0-test2 make ./sbiload -p 65:0 pmidi -p 65:0 somefile.mid still no sound

Re: [Alsa-devel] midi on ESS Solo with 2.6.0-test2

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Jos van den Oever wrote: > Hello, > > With 2.6.0-test1 I got linux to play midi files (without software sythesiser) > for the first time on my laptop with ESS Technology ES1969 Solo-1 Audiodrive. > However, it only works when I use playmidi and the OSS interface is enabled.

[Alsa-devel] midi on ESS Solo with 2.6.0-test2

2003-07-30 Thread Jos van den Oever
Hello, With 2.6.0-test1 I got linux to play midi files (without software sythesiser) for the first time on my laptop with ESS Technology ES1969 Solo-1 Audiodrive. However, it only works when I use playmidi and the OSS interface is enabled. The program 'pmidi -l' lists two midi devices: Port

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Paul Davis
>It depends on what you call newest :) >If, as your mail seems to imply, you bought your card before May, I guess >you have 0xb (rev 11) and everything is working fine now if you use the >latest alsa-driver and alsa-tools packages. >If you bought your card this month, then you may have 0x32 (rev 5

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Thomas Charbonnel
> > Hello everyone, > Does this mean that all of the software is now working with the newest > version of the firmware for the HDSP? I have been out of the loop since > May. I am sorry if I am eating up bandwidth. I just want to know if I > should try working with the HDSP in Linux now rather than

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Orm Finnendahl
[EMAIL PROTECTED] am 29. Juli 2003 um 22:33:12 Uhr (-0400): > Hello everyone, Does this mean that all of the software is now > working with the newest version of the firmware for the HDSP? Alsa drivers (including MIDI) and all the tools work on my machine: Acer TravelMate 528TXV, kernel 2.4.22-p

Re: [Alsa-devel] Heirarchy question

2003-07-30 Thread Takashi Iwai
At Tue, 29 Jul 2003 23:30:04 +0100, Adrian McMenamin wrote: > > I am about to start work on porting the OSS driver I wrote for 2.4 series > kernels to ALSA for 2.6. > > The dirver is for the Sega Dreamcast AICA sound 'card'. This sits on a product > specific bus inside the Dreamcast, which is a

Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-30 Thread Clemens Ladisch
Martin Langer wrote: > looking into usbquirks.h I saw that audio endpoints follow the rule: > 0x0... for output > 0x8... for input > I think that's absolutely ok! This is for the endpoint field of the audioformat structure. > And now: If I jump into the usb-midi world and try a simi