Re: [Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Marc Joliet
Great, thanks!

Am Fri, 11 Oct 2013 16:06:42 +0200
schrieb Stéphane Letz :

> Problem should be solved on both master and faust2 branch (thanks Sarah !)
> 
> Stéphane 
> 
> Le 11 oct. 2013 à 09:27, Marc Joliet  a écrit :
> 
> > Hi all,
> > 
> > I recently wanted to add a (linear) hbargraph to a UI, and it looks like the
> > result is incorrect when using a Qt based architecture: the resulting 
> > widget is
> > laid out horizontally, but it looks like the bargraph itself is vertically
> > aligned on the left end of the widget (so it looks like a tiny vertical 
> > bargraph
> > within an empty horizontal strip). I believe the dB-scaled bargraphs look
> > correct. I can send a screenshot if you like.
> > 
> > Using a GTK based architecture yields the desired result, albeit on my 
> > system
> > they use more CPU.
> > 
> > If I had more experience with Qt I would try fixing it myself, but alas, I
> > don't.
> > 
> > -- 
> > Marc Joliet
> > --
> > "People who think they know everything really annoy those of us who know we
> > don't" - Bjarne Stroustrup
> > --
> > October Webinars: Code for Performance
> > Free Intel webinars can help you accelerate application performance.
> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
> > from 
> > the latest Intel processors and coprocessors. See abstracts and register >
> > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk___
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> 


-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup


signature.asc
Description: PGP signature
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Stéphane Letz
Problem should be solved on both master and faust2 branch (thanks Sarah !)

Stéphane 

Le 11 oct. 2013 à 09:27, Marc Joliet  a écrit :

> Hi all,
> 
> I recently wanted to add a (linear) hbargraph to a UI, and it looks like the
> result is incorrect when using a Qt based architecture: the resulting widget 
> is
> laid out horizontally, but it looks like the bargraph itself is vertically
> aligned on the left end of the widget (so it looks like a tiny vertical 
> bargraph
> within an empty horizontal strip). I believe the dB-scaled bargraphs look
> correct. I can send a screenshot if you like.
> 
> Using a GTK based architecture yields the desired result, albeit on my system
> they use more CPU.
> 
> If I had more experience with Qt I would try fixing it myself, but alas, I
> don't.
> 
> -- 
> Marc Joliet
> --
> "People who think they know everything really annoy those of us who know we
> don't" - Bjarne Stroustrup
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Stéphane Letz
Can you send us a screenshot of the problem?

Thanks.

Stéphane 

Le 11 oct. 2013 à 09:27, Marc Joliet  a écrit :

> Hi all,
> 
> I recently wanted to add a (linear) hbargraph to a UI, and it looks like the
> result is incorrect when using a Qt based architecture: the resulting widget 
> is
> laid out horizontally, but it looks like the bargraph itself is vertically
> aligned on the left end of the widget (so it looks like a tiny vertical 
> bargraph
> within an empty horizontal strip). I believe the dB-scaled bargraphs look
> correct. I can send a screenshot if you like.
> 
> Using a GTK based architecture yields the desired result, albeit on my system
> they use more CPU.
> 
> If I had more experience with Qt I would try fixing it myself, but alas, I
> don't.
> 
> -- 
> Marc Joliet
> --
> "People who think they know everything really annoy those of us who know we
> don't" - Bjarne Stroustrup
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Marc Joliet
Oh, I forgot to mention that I'm using FAUST 2 (just in case there might be a
difference between FAUST 1 and 2).

-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup


signature.asc
Description: PGP signature
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Marc Joliet
Hi all,

I recently wanted to add a (linear) hbargraph to a UI, and it looks like the
result is incorrect when using a Qt based architecture: the resulting widget is
laid out horizontally, but it looks like the bargraph itself is vertically
aligned on the left end of the widget (so it looks like a tiny vertical bargraph
within an empty horizontal strip). I believe the dB-scaled bargraphs look
correct. I can send a screenshot if you like.

Using a GTK based architecture yields the desired result, albeit on my system
they use more CPU.

If I had more experience with Qt I would try fixing it myself, but alas, I
don't.

-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup


signature.asc
Description: PGP signature
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users