Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Wolfgang Woehl
Pete Bessman [EMAIL PROTECTED]: Ok, that function is new to gtk+-2.4. I modified the relevant code to omit that function call when on gtk+-2 systems 2.4, and it compiles fine on Fedora Core 1 with PlanetCCRMA now. www.gazuga.net/phat-0.2.1.tar.gz Let me know if this works for you. Works,

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Frank NEUMANN
Hi list, John Check [EMAIL PROTECTED] wrote: [..] Theoretically your box, specifically your GTK+ version. That function is defined in GTK+-2.0, but it might not have been introduced until the recent 2.4 release, and you might be running the more popular 2.2. This isn't noted in the

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Thorsten Wilms
On Tue, Aug 17, 2004 at 10:50:19AM +0200, Frank NEUMANN wrote: But there is one thing about the fanslider I can't understand: If (one of) the ideas of this widget is to let the user easily select a fine-grained value from a small widget that consumes little screen estate, why does the fan

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread John Check
On Tuesday 17 August 2004 05:19 am, Thorsten Wilms wrote: On Tue, Aug 17, 2004 at 10:50:19AM +0200, Frank NEUMANN wrote: But there is one thing about the fanslider I can't understand: If (one of) the ideas of this widget is to let the user easily select a fine-grained value from a small

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Pete Bessman
At Tue, 17 Aug 2004 10:25:41 +0200, Wolfgang Woehl wrote: Pete Bessman [EMAIL PROTECTED]: Ok, that function is new to gtk+-2.4. I modified the relevant code to omit that function call when on gtk+-2 systems 2.4, and it compiles fine on Fedora Core 1 with PlanetCCRMA now.

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Pete Bessman
At Tue, 17 Aug 2004 14:15:30 -0400, Jesse Chappell wrote: In fact the sliderbutton really just seems to lack the visual indication of sliderness, and i think adding it as Dave suggested would be a good addition (or make a new widget). I have no idea what you mean by lacking a visual

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Dave Robillard
On Tue, 2004-08-17 at 15:56, Pete Bessman wrote: At Tue, 17 Aug 2004 14:15:30 -0400, Jesse Chappell wrote: In fact the sliderbutton really just seems to lack the visual indication of sliderness, and i think adding it as Dave suggested would be a good addition (or make a new widget).

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Pete Bessman
At Tue, 17 Aug 2004 16:11:07 -0400, Dave Robillard wrote: Sorry about the flicker, it doesn't happen when dragging to the right or down; It doesn't flicker, but the rightmost edge is really jumpy and glitchy looking. Maybe add a bit of a horizontal threshold for resizing so it doesn't

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-17 Thread Jesse Chappell
Pete Bessman wrote on Tue, 17-Aug-2004: None of this is the point of the sliderbutton. I tend to think that representing discrete numerical quantities (i.e. Channels 1 to 16) is best done with the roman alphabet. OK, but I also see that the widget itself is capable of variable

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-16 Thread Pete Bessman
At Mon, 16 Aug 2004 10:47:53 +0200, Wolfgang Woehl wrote: Hi Pete, make stumbles over phatsliderbutton.c: In function `phat_slider_button_init': phatsliderbutton.c:638: warning: implicit declaration of function `gtk_entry_set_alignment' make[2]: *** [libphat_la-phatsliderbutton.lo] Error

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-16 Thread Pete Bessman
Ok, that function is new to gtk+-2.4. I modified the relevant code to omit that function call when on gtk+-2 systems 2.4, and it compiles fine on Fedora Core 1 with PlanetCCRMA now. www.gazuga.net/phat-0.2.1.tar.gz Let me know if this works for you. -- Pete http://www.gazuga.net Nothing

Re: [linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-16 Thread John Check
On Monday 16 August 2004 07:16 am, Pete Bessman wrote: At Mon, 16 Aug 2004 10:47:53 +0200, Wolfgang Woehl wrote: Hi Pete, make stumbles over phatsliderbutton.c: In function `phat_slider_button_init': phatsliderbutton.c:638: warning: implicit declaration of function

[linux-audio-dev] [ANN] PHAT version 0.2.0

2004-08-15 Thread Pete Bessman
Once again, I'm cross posting this to the users list in case anybody is interested in fooling around with the demo apps. I'm pleased to announce the release of PHAT, the Phat Audio Toolkit, version 0.2.0. PHAT is a collection of GTK+ widgets that may prove useful to audio applications. New to