Re: [Gambas-user] How to display a VU meter

2012-06-12 Thread RICHARD WALKER
On 12/06/2012, Grant Taylor wrote: > reinvent the wheel. I have put together a Media viewer program in Gambas > using the Mplayer plug-in. I need to display two channel VU meter > display within this viewer. If you want to use volume unit metering then the best place I can think of to find out ho

[Gambas-user] How to display a VU meter

2012-06-12 Thread Grant Taylor
Hi Richard, I have looked a the jack audio stuff, It looks like I will need to reinvent the wheel. I have put together a Media viewer program in Gambas using the Mplayer plug-in. I need to display two channel VU meter display within this viewer. Do know of any examples of code that will do t

Re: [Gambas-user] How to display a VU meter

2012-06-11 Thread RICHARD WALKER
If you were using Jack then I would suggest you simply use an existing meter such as meterbridge (http://plugin.org.uk/meterbridge/) and perhaps embed it in you Gambas program's window. That would give you the choice of DPM, analogue VU or Peak so you could pick whichever suites your layout. If yo

[Gambas-user] How to display a VU meter

2012-06-11 Thread Grant Taylor
Hi all, I'm currently work on my multimedia software I have got it working with both Mplayer and VLC. Is there a simple way to write code to work in with the desktop sound mixer to display a VU meter? I need to read both input and output settings to generate a visual display. My aim is monitor