Re: VU meter

2005-12-08 Thread Klaus Major
Hi Scott, Recently, liamlambert wrote: I would like to add a VU METER to the project. OK, I posted an audio meter demo that some of you may recognize from RevConWest. This stack shows a few ways to track the output from a player object and display it visually in 3 different meter

VU meter

2005-12-08 Thread liamlambert
That is great Thank you Scott. Any time I have posted on this list people have come up trumps. Liam. liamlambert [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

VU meter

2005-12-07 Thread liamlambert
Thanks Scott it would be great if you could I always take the opportunity to learn something new with rev. liam lambert [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: VU meter

2005-12-07 Thread Scott Rossi
Recently, liamlambert wrote: I would like to add a VU METER to the project. OK, I posted an audio meter demo that some of you may recognize from RevConWest. This stack shows a few ways to track the output from a player object and display it visually in 3 different meter displays. Execute

Re: VU meter

2005-12-07 Thread Bill Marriott
Scott, I downloaded both the released version and the beta version of the Enhanced QuickTime external, put the DLL into the Rev app folder, and tried to run your VU stack. It reports, can't find Handler: qtInitialize no matter whether I use the released of beta version of the external. Is

Re: VU meter

2005-12-07 Thread Scott Rossi
Recently, Bill Marriott wrote: I downloaded both the released version and the beta version of the Enhanced QuickTime external, put the DLL into the Rev app folder, and tried to run your VU stack. It reports, can't find Handler: qtInitialize no matter whether I use the released of beta version

VU meter

2005-12-07 Thread liamlambert
I am having the same problem as bill witch is a pity as it looks just what I need can you help scott Thanks scott Liam. liamlambert [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

VU meter

2005-12-07 Thread liamlambert
Scott I am on mac LIam liamlambert [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: VU meter

2005-12-07 Thread Bill Marriott
Yay! That worked. (Yes, I am on Windows.) Note: One must choose the beta version of the Enhanced QT external. Very nice effect. Bill Scott Rossi wrote: No I think the problem is simply an omission on my part -- I neglected to consider cross-platform reference to the DLL. You're on Windows

Re: VU meter

2005-12-07 Thread Mark Smith
I had the same problem (Mac OS 10.4), with v0.6 of the external, downloaded v1.0 beta and all was good. BTW, I installed it as a plug- in, as Trevor suggests in the docs... The VU style meters look great, though if you need them to behave like 'real' VUs, you may need to make some

Re: VU meter

2005-12-07 Thread Scott Rossi
Recently, Bill Marriott wrote: Yay! That worked. (Yes, I am on Windows.) Note: One must choose the beta version of the Enhanced QT external. Glad to hear it does work. And yes, I had forgotten about needing the beta version (I started working with meters much earlier this year). Regards,

Re: VU meter

2005-12-07 Thread Scott Rossi
Recently, Mark Smith wrote: The VU style meters look great, though if you need them to behave like 'real' VUs, you may need to make some changes Glad the stack worked worked for you Mark. If you mean changes in terms of averaging then yes, these meters are really more like PPM (according

Re: VU meter

2005-12-07 Thread Bill Marriott
Well I dunno about PPM or VU yet, but the first thing I did to the stack was setRetro tChannel,tValue instead of passing N, as N is a value 1 to 10 and set startAngle of grc (needle tChannel) to 100-(N*100/255)+39 in order to give the analog meters a cooler look :) nice stuff. Bill Scott

Re: VU meter

2005-12-07 Thread Bill Marriott
Ok Scott -- next, how do we read the ID3 tags from an MP3? :) Scott Rossi wrote... The script simply grabs the levels provided by QT every so many milliseconds and resizes a graphic to fit a designated scale. I don't think it would be hard to average the numbers over a period of time but

ID3 tags ( was: Re: VU meter)

2005-12-07 Thread Eric Chatonet
Hi Bill, http://lists.runrev.com/pipermail/metacard/2003-April/004515.html Le 8 déc. 05 à 07:56, Bill Marriott a écrit : ID3 Best Regards from Paris, Eric Chatonet. Web sitehttp://www.sosmartsoftware.com/ Email

Re: VU meter

2005-12-07 Thread Scott Rossi
Recently, Bill Marriott wrote: Ok Scott -- next, how do we read the ID3 tags from an MP3? :) Wish I could tell you. I've asked this on the list before and some folks have offered suggestions, but none of them has proven reliable (apparently the location of the tags can vary within the file).

VU meter

2005-12-06 Thread liamlambert
I have been working on a project for sound cuing and it is up and running with some help from from this list thanks again every body. Now I would like to add a VU METER to the project. Meters which monitor audio levels are typically one of two varieties: VU (Volume Unit) or PPM (Peak

Re: VU meter

2005-12-06 Thread Scott Rossi
Recently, liamlambert wrote: I would like to add a VU METER to the project. Meters which monitor audio levels are typically one of two varieties: VU (Volume Unit) or PPM (Peak Program Meters). Though both perform the same function, they accomplish the function in very different manners