All of lore.kernel.org
 help / color / mirror / Atom feed
* RME Digi 96 Control
@ 2003-04-04 11:10 Robert Vetter
  2003-04-08 16:36 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Vetter @ 2003-04-04 11:10 UTC (permalink / raw)
  To: Alsa-Devel

Hello everybody,

I have written a GUI control for RME Digi 96 cards. It is based on GTK+. The 
sources can be downloaded here:

http://www.robertvetter.com/rmedigi96control.html

Bug reports and suggestions are welcome.

Robert Vetter


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RME Digi 96 Control
  2003-04-04 11:10 RME Digi 96 Control Robert Vetter
@ 2003-04-08 16:36 ` Takashi Iwai
  2003-04-08 16:59   ` Robert Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2003-04-08 16:36 UTC (permalink / raw)
  To: Robert Vetter; +Cc: Alsa-Devel

Hi,

At Fri, 4 Apr 2003 13:10:21 +0200,
Robert Vetter wrote:
> 
> Hello everybody,
> 
> I have written a GUI control for RME Digi 96 cards. It is based on GTK+. The 
> sources can be downloaded here:
> 
> http://www.robertvetter.com/rmedigi96control.html
> 
> Bug reports and suggestions are welcome.

i'd love to put this stuff into alsa-tools tree once if the code
becomes stable.

a few notes:

- so far, i got an error when i start this problem without rme96
  card. it seems that the check of the existence of the rme96 driver is
  broken.  also, it would be better to check the return value of 
  snd_ctl_elem_read(), etc.

- usual doc files like README, COPYRIGHT?

- auto-toolize?  (i can do it if necessary.)


thanks,

Takashi


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RME Digi 96 Control
  2003-04-08 16:36 ` Takashi Iwai
@ 2003-04-08 16:59   ` Robert Vetter
  2003-04-08 21:34     ` Martin Langer
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Vetter @ 2003-04-08 16:59 UTC (permalink / raw)
  To: Alsa-Devel

Hello Takashi

On Tuesday 08 April 2003 18:36, you wrote:
> i'd love to put this stuff into alsa-tools tree once if the code
> becomes stable.

That would be great.

> a few notes:
>
> - so far, i got an error when i start this problem without rme96
>   card. it seems that the check of the existence of the rme96 driver is
>   broken.  also, it would be better to check the return value of
>   snd_ctl_elem_read(), etc.

This is a bug. I have to fix it.

> - usual doc files like README, COPYRIGHT?

... would be nice, I know. When I find a free minute I'll do it.

> - auto-toolize?  (i can do it if necessary.)

What's the easiest way to make it? I have never done it before.

Robert



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RME Digi 96 Control
  2003-04-08 16:59   ` Robert Vetter
@ 2003-04-08 21:34     ` Martin Langer
  2003-04-09 13:26       ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Langer @ 2003-04-08 21:34 UTC (permalink / raw)
  To: Robert Vetter, tiwai; +Cc: alsa-devel

On Tue, Apr 08, 2003 at 06:59:56PM +0200, Robert Vetter wrote:
> On Tuesday 08 April 2003 18:36, you wrote:
> > i'd love to put this stuff into alsa-tools tree once if the code
> > becomes stable.
> 
> That would be great.
> 
> > a few notes:
> >
> > - so far, i got an error when i start this problem without rme96
> >   card. it seems that the check of the existence of the rme96 driver is
> >   broken.  also, it would be better to check the return value of
> >   snd_ctl_elem_read(), etc.
> 
> This is a bug. I have to fix it.
> 
> > - usual doc files like README, COPYRIGHT?
> 
> ... would be nice, I know. When I find a free minute I'll do it.
> 
> > - auto-toolize?  (i can do it if necessary.)
> 
> What's the easiest way to make it? I have never done it before.
> 

Hi,

if someone needs a dirty hack of this code for his rme32 he can go to 
http://langerland.de/rme32/control.html and download rmedigiXXcontrol. It
should run with both cards rme96+rme32.

I just thought about an option which can handle more identical cards, but is
there really some need for such an option?

BTW: Thanks Takashi for that helpful fullduplex@rme32 discussion at Karlsruhe,
but I still need some time for trying out more complicated ways;-)


martin


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RME Digi 96 Control
  2003-04-08 21:34     ` Martin Langer
@ 2003-04-09 13:26       ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2003-04-09 13:26 UTC (permalink / raw)
  To: Martin Langer; +Cc: Robert Vetter, alsa-devel

At Tue, 8 Apr 2003 23:34:39 +0200,
Martin Langer wrote:
> 
> On Tue, Apr 08, 2003 at 06:59:56PM +0200, Robert Vetter wrote:
> > On Tuesday 08 April 2003 18:36, you wrote:
> > > i'd love to put this stuff into alsa-tools tree once if the code
> > > becomes stable.
> > 
> > That would be great.
> > 
> > > a few notes:
> > >
> > > - so far, i got an error when i start this problem without rme96
> > >   card. it seems that the check of the existence of the rme96 driver is
> > >   broken.  also, it would be better to check the return value of
> > >   snd_ctl_elem_read(), etc.
> > 
> > This is a bug. I have to fix it.
> > 
> > > - usual doc files like README, COPYRIGHT?
> > 
> > ... would be nice, I know. When I find a free minute I'll do it.
> > 
> > > - auto-toolize?  (i can do it if necessary.)
> > 
> > What's the easiest way to make it? I have never done it before.
> > 
> 
> Hi,
> 
> if someone needs a dirty hack of this code for his rme32 he can go to 
> http://langerland.de/rme32/control.html and download rmedigiXXcontrol. It
> should run with both cards rme96+rme32.

nice.  Robert, can you merge it?

> I just thought about an option which can handle more identical cards, but is
> there really some need for such an option?

well, i'm not sure whether RME will produce more cards similar with
RME32/96 :)

> BTW: Thanks Takashi for that helpful fullduplex@rme32 discussion at Karlsruhe,
> but I still need some time for trying out more complicated ways;-)

please let me know if you have any good/bad results.


ciao,

Takashi


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-09 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-04 11:10 RME Digi 96 Control Robert Vetter
2003-04-08 16:36 ` Takashi Iwai
2003-04-08 16:59   ` Robert Vetter
2003-04-08 21:34     ` Martin Langer
2003-04-09 13:26       ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.