All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANN] hdspmixer-1.1
  2003-07-27 12:27 [ANN] hdspmixer-1.0 Thomas Charbonnel
@ 2003-07-27 15:44 ` Thomas Charbonnel
  2003-07-28  9:24   ` [Alsa-devel] " Takashi Iwai
  2003-07-28 18:33   ` Orm Finnendahl
  0 siblings, 2 replies; 14+ messages in thread
From: Thomas Charbonnel @ 2003-07-27 15:44 UTC (permalink / raw)
  To: thomas=pgofvZdtUFgdnm+yROfE0A
  Cc: alsa-devel=5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	alsa-user=5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-audio-dev=oG0YroN0ZiqENrSoib9kfje48wsgrGvP,
	linux-audio-user=oG0YroN0ZiqENrSoib9kfje48wsgrGvP

Hi,

This is already a bugfix release :

    * Fixes a typo for Digiface and H9652 cards in HDSPMixerSelector.cxx
      (caused a crash on startup)
    * Fixes a menu messing bug in Submix handling
    * Fixes FLTK detection in configure
    * Fixes a bug preventing full reset to factory settings

It's available from:
http://www.undata.org/~thomas/

Thomas

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

* Re: [ANN] hdspmixer-1.1
  2003-07-28 12:45       ` Thomas Charbonnel
@ 2003-07-28 12:53         ` Thomas Charbonnel
  2003-07-28 12:59           ` Takashi Iwai
  0 siblings, 1 reply; 14+ messages in thread
From: Thomas Charbonnel @ 2003-07-28 12:53 UTC (permalink / raw)
  To: thomas; +Cc: tiwai, alsa-devel

It's done (hdspconf-1.1):

http://www.undata.org/~thomas/

It fixes a small bug + an issue in card detection preventing it to work
with hdsp9652 cards. It fixes too FLTK detection in configure.

Thanks,
Thomas





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-28 12:53         ` Thomas Charbonnel
@ 2003-07-28 12:59           ` Takashi Iwai
  0 siblings, 0 replies; 14+ messages in thread
From: Takashi Iwai @ 2003-07-28 12:59 UTC (permalink / raw)
  To: Thomas Charbonnel; +Cc: alsa-devel

At Mon, 28 Jul 2003 14:53:52 +0200 (CEST),
Thomas Charbonnel wrote:
> 
> It's done (hdspconf-1.1):
> 
> http://www.undata.org/~thomas/
> 
> It fixes a small bug + an issue in card detection preventing it to work
> with hdsp9652 cards. It fixes too FLTK detection in configure.

thanks, it's now on cvs.
i hope it can slip into 0.9.6 release.


Takashi


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-27 15:44 ` [ANN] hdspmixer-1.1 Thomas Charbonnel
  2003-07-28  9:24   ` [Alsa-devel] " Takashi Iwai
@ 2003-07-28 18:33   ` Orm Finnendahl
  2003-07-29  8:17     ` Thomas Charbonnel
  2003-07-30  2:24     ` Jesse Chappell
  1 sibling, 2 replies; 14+ messages in thread
From: Orm Finnendahl @ 2003-07-28 18:33 UTC (permalink / raw)
  To: Thomas Charbonnel; +Cc: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1198 bytes --]

Hi Thomas,

 congrats! Great to have this with linux as well (and it's good to have
it look the same, too). It compiled right away after a minor fix for
FLTK header file name (patch attached).

--
Orm


Am Sonntag, den 27. Juli 2003 um 17:44:57 Uhr (+0200) schrieb Thomas
Charbonnel:
>
> Hi,
> 
> This is already a bugfix release :
> 
>     * Fixes a typo for Digiface and H9652 cards in HDSPMixerSelector.cxx
>       (caused a crash on startup)
>     * Fixes a menu messing bug in Submix handling
>     * Fixes FLTK detection in configure
>     * Fixes a bug preventing full reset to factory settings
> 
> It's available from:
> http://www.undata.org/~thomas/
> 
> Thomas
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel

[-- Attachment #2: hdspmixer.patch --]
[-- Type: text/plain, Size: 330 bytes --]

--- src/HDSPMixerMeter.h-orig	2003-03-04 10:06:46.000000000 +0100
+++ src/HDSPMixerMeter.h	2003-07-28 20:20:39.000000000 +0200
@@ -23,7 +23,7 @@
 #define HDSPMixerMeter_H
 
 #include <FL/Fl_Widget.H>
-#include <FL/fl_draw.h>
+#include <FL/fl_draw.H>
 #include "HDSPMixerWindow.h"
 #include "HDSPMixerPeak.h"
 #include "pixmaps.h"

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

* Re: [ANN] hdspmixer-1.1
  2003-07-28 18:33   ` Orm Finnendahl
@ 2003-07-29  8:17     ` Thomas Charbonnel
  2003-07-29  9:33       ` Takashi Iwai
  2003-07-30  2:24     ` Jesse Chappell
  1 sibling, 1 reply; 14+ messages in thread
From: Thomas Charbonnel @ 2003-07-29  8:17 UTC (permalink / raw)
  To: finnendahl; +Cc: thomas, alsa-devel

> Hi Thomas,
>
>  congrats! Great to have this with linux as well (and it's good to have
> it look the same, too). It compiled right away after a minor fix for
> FLTK header file name (patch attached).
>
> --
> Orm
>

Thanks,
Can you commit this to cvs Takashi, please ?

Thomas





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-29  8:17     ` Thomas Charbonnel
@ 2003-07-29  9:33       ` Takashi Iwai
  0 siblings, 0 replies; 14+ messages in thread
From: Takashi Iwai @ 2003-07-29  9:33 UTC (permalink / raw)
  To: Thomas Charbonnel; +Cc: finnendahl, alsa-devel

At Tue, 29 Jul 2003 10:17:34 +0200 (CEST),
Thomas Charbonnel wrote:
> 
> > Hi Thomas,
> >
> >  congrats! Great to have this with linux as well (and it's good to have
> > it look the same, too). It compiled right away after a minor fix for
> > FLTK header file name (patch attached).
> >
> > --
> > Orm
> >
> 
> Thanks,
> Can you commit this to cvs Takashi, please ?

done.

thanks!


Takashi


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-28 18:33   ` Orm Finnendahl
  2003-07-29  8:17     ` Thomas Charbonnel
@ 2003-07-30  2:24     ` Jesse Chappell
  1 sibling, 0 replies; 14+ messages in thread
From: Jesse Chappell @ 2003-07-30  2:24 UTC (permalink / raw)
  To: alsa-devel; +Cc: Thomas Charbonnel

On Mon, 28 Jul 2003, Orm Finnendahl wrote:
 > congrats! Great to have this with linux as well (and it's
 > good to have it look the same, too). It compiled right away 
 > after a minor fix for FLTK header file name (patch attached).

I concur, the combination of hdspmixer and hdspconf really makes 
life easier with the HDSP.  Not to mention the new working 
hdsploader for the Multiface!  Many thanks, Thomas!

jlc



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
@ 2003-07-30  2:33 frankgaetano
  2003-07-30  9:42 ` Orm Finnendahl
  2003-07-30 11:08 ` Thomas Charbonnel
  0 siblings, 2 replies; 14+ messages in thread
From: frankgaetano @ 2003-07-30  2:33 UTC (permalink / raw)
  To: JesseChappell, alsa-devel; +Cc: ThomasCharbonnel

[-- Attachment #1: Type: text/plain, Size: 1616 bytes --]


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 crappy Windose. :)

Frank




Jesse Chappell <jesse@essej.net> wrote:

>On Mon, 28 Jul 2003, Orm Finnendahl wrote:
>
> > congrats! Great to have this with linux as well (and it's
>
> > good to have it look the same, too). It compiled right away 
> > after a minor fix for FLTK header file name (patch attached).
>
>
>I concur, the combination of hdspmixer and hdspconf really makes 
>life easier with the HDSP. Not to mention the new working 
>hdsploader for the Multiface! Many thanks, Thomas!
>
>
>jlc
>
>
>
>
>-------------------------------------------------------
>
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>
>Data Reports, E-commerce, Portals, and Forums are available now.
>
>Download today and enter to win an XBOX or Visual Studio .NET.
>
>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>
>_______________________________________________
>
>Alsa-devel mailing list
>
>Alsa-devel@lists.sourceforge.net
>
>https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
>
>



-------------------------------------------------------------------------- 
Live better. Use CollegeClub.com to get a new roommate (and read some "Roommate Rants!")<http://navisite.collegeclub.com/servlet/channels.ChannelsServlet?areaid=61>

CollegeClub.com makes college life even better.

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

* Re: [ANN] hdspmixer-1.1
  2003-07-30  2:33 [ANN] hdspmixer-1.1 frankgaetano
@ 2003-07-30  9:42 ` Orm Finnendahl
  2003-07-30 11:08 ` Thomas Charbonnel
  1 sibling, 0 replies; 14+ messages in thread
From: Orm Finnendahl @ 2003-07-30  9:42 UTC (permalink / raw)
  To: alsa-devel

frankgaetano@collegeclub.com 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-pre8 (plain, no low-latency),
gcc3.2.3 with a RME PCMCIA and Multiface (both, revision 0x0a and
0x0b).

I didn't check with the PCI cards on my other machines yet. Upon
loading of the firmware occasionally the system freezes. This might be
my mistake (issuing hdsploader a second time for example freezes it,
or changing the Multiface and trying to reload the firmware with
installed module) or due to the unstable kernel. Apart from that
everything works very smoothly :-)

--
Orm


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-30  2:33 [ANN] hdspmixer-1.1 frankgaetano
  2003-07-30  9:42 ` Orm Finnendahl
@ 2003-07-30 11:08 ` Thomas Charbonnel
  2003-07-30 11:43   ` Paul Davis
  1 sibling, 1 reply; 14+ messages in thread
From: Thomas Charbonnel @ 2003-07-30 11:08 UTC (permalink / raw)
  To: frankgaetano; +Cc: jesse, alsa-devel, thomas

>
> 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 crappy
> Windose. :)
>
> Frank
>
>

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 50). I
posted a small patch a few days ago to support these new cards, it should
work fine, but you'll have build the driver from cvs.

Thomas





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-30 11:08 ` Thomas Charbonnel
@ 2003-07-30 11:43   ` Paul Davis
  2003-07-31 13:52     ` Patrick Shirkey
  0 siblings, 1 reply; 14+ messages in thread
From: Paul Davis @ 2003-07-30 11:43 UTC (permalink / raw)
  To: Thomas Charbonnel; +Cc: frankgaetano, jesse, alsa-devel

>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 50). I
>posted a small patch a few days ago to support these new cards, it should
>work fine, but you'll have build the driver from cvs.

although thomas and i both agree that there are still some issues
following cold boots for any h/w supported by the hdsp driver. the
solution in most cases is to reboot, but wait to either load the
driver (for pcmcia interfaces) or wait to run hdsploader (for pci
interfaces) till after the system is up. we have no idea what causes
this at this point in time.

warm boots seem to work 100%.

--p



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-31 13:52     ` Patrick Shirkey
@ 2003-07-31  4:06       ` Paul Davis
  2003-08-01 14:08       ` Thomas Charbonnel
  1 sibling, 0 replies; 14+ messages in thread
From: Paul Davis @ 2003-07-31  4:06 UTC (permalink / raw)
  To: Patrick Shirkey; +Cc: Thomas Charbonnel, alsa-devel

>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 and when they are on they should be red.

thomas is copying RME to avoid confusion. it might be better to ask
them :)

>I also missed a control for the headphone output.

AN1 and AN2 ("analog")



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-30 11:43   ` Paul Davis
@ 2003-07-31 13:52     ` Patrick Shirkey
  2003-07-31  4:06       ` Paul Davis
  2003-08-01 14:08       ` Thomas Charbonnel
  0 siblings, 2 replies; 14+ messages in thread
From: Patrick Shirkey @ 2003-07-31 13:52 UTC (permalink / raw)
  Cc: Thomas Charbonnel, alsa-devel

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 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 and when they are on they should be red.

I also missed a control for the headphone output.

I also found that aplay could only work at 16 bit. I will update to 
current cvs soon to check that though.



-- 

Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================

Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.

Goldie, 8 Nov, 2002
The Scotsman








-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: [ANN] hdspmixer-1.1
  2003-07-31 13:52     ` Patrick Shirkey
  2003-07-31  4:06       ` Paul Davis
@ 2003-08-01 14:08       ` Thomas Charbonnel
  1 sibling, 0 replies; 14+ messages in thread
From: Thomas Charbonnel @ 2003-08-01 14:08 UTC (permalink / raw)
  To: pshirkey; +Cc: thomas, alsa-devel

> 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.
>

What do you mean ?

> Testing today with ardour reveals that the mute buttons have no effect
> on the recorded signal.
>

That's the way it's supposed to work. The app only controls routing. As
you may know there is no way to control the input level on the hdsp, no
way to lower thus to mute the input signal. So even if the input is muted,
there still is audio in the buffer which gets recorded, it's just not
routed to the outputs.

> 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?
>

There are per tracks mute and solo, and global mute and solo buttons. To
mute a track, you need to enable muting (global button) and then mute the
particular track you want to mute. When a track gets muted (when muting is
effective somewhere) all the active mute buttons (per track and global)
light up.
The same applies to solo.

> IMO the default should be no color and when they are on they should be
> red.
>

I copied the original app behaviour for this. If you never used Totalmix
in the past I encourage you to read the Totalmix section in the Multiface
documentation available in pdf format from RME's website.
My plans for the future are to keep conforming to the original, and maybe
add non interfering linux specific extentions (e.g. ladcca support, remote
control via alsa-seq).

> I also missed a control for the headphone output.
>

In the last row (outputs), rightmost, you have the AN.L and AN.R tracks.
These are the line outs. To route signal to the line outs you have to
raise the level of the line outs (AN.L and AN.R, right mouse button on one
of them automatically ajusts the level of the other accordingly), and then
raise the volume of the track you want, checking that the track's
destination is 'Analog'.

> I also found that aplay could only work at 16 bit. I will update to
> current cvs soon to check that though.
>

This is strange. Let me know, or give me more details, please. Using the
hw alsa interface the hdsp can only be opened using all available
channels, in non interleaved mode, and with a depth of 24 bits (packed in
4 bytes). To play a 16 bits soundfile with aplay you should use the plughw
interface that will convert the signal on the fly to meet the card's
requirements.

Thomas






-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

end of thread, other threads:[~2003-08-01 14:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-30  2:33 [ANN] hdspmixer-1.1 frankgaetano
2003-07-30  9:42 ` Orm Finnendahl
2003-07-30 11:08 ` Thomas Charbonnel
2003-07-30 11:43   ` Paul Davis
2003-07-31 13:52     ` Patrick Shirkey
2003-07-31  4:06       ` Paul Davis
2003-08-01 14:08       ` Thomas Charbonnel
  -- strict thread matches above, loose matches on Subject: below --
2003-07-27 12:27 [ANN] hdspmixer-1.0 Thomas Charbonnel
2003-07-27 15:44 ` [ANN] hdspmixer-1.1 Thomas Charbonnel
2003-07-28  9:24   ` [Alsa-devel] " Takashi Iwai
2003-07-28 11:35     ` Takashi Iwai
2003-07-28 12:45       ` Thomas Charbonnel
2003-07-28 12:53         ` Thomas Charbonnel
2003-07-28 12:59           ` Takashi Iwai
2003-07-28 18:33   ` Orm Finnendahl
2003-07-29  8:17     ` Thomas Charbonnel
2003-07-29  9:33       ` Takashi Iwai
2003-07-30  2:24     ` Jesse Chappell

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.