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 manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 displays.   
Execute the

following line in your *message box* (this is not a browser link):

  go url "http://www.tactilemedia.com/tmpanel.rev";

This will open our demo player, from which you can choose Audio  
Meter Demo.


PLEASE NOTE
You must provide the following:
- QuickTime (installed)
- an MP3 or other music file that QuickTime is capable of playing
- Enhanced QuickTime external from Blue Mango Multimedia
<http://mangomultimedia.com/developer/revolution/enhancedqt.html>

Place the external in your Rev folder, restart Rev, and you should  
be good

to go.


JUST WONDERFUL!

Not that i would be surprised ;-)


Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com


RR really should incorporate Trevor's great external to the Rev  
distribution!

OK, there is no QT for *nix, but what the egg! :-)


Best from germany

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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).  I gave up on tags for
now and use the filename instead.  You can see an example here in a two
channel player/mixer toy:

  go url "http://www.tactilemedia.com/download/happymixer.rev";

Reminder: QT and EnhancedQT external are needed to run this stack (also, any
recent version of Rev that supports deep masks).

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 I'll leave that exercise up those who are interested. :-)



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 Rossi" <[EMAIL PROTECTED]> wrote in 
message news:[EMAIL PROTECTED]
> 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 to 
> the
> article you cite).  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 I'll leave that exercise up those who are interested. :-)
>
> Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, Multimedia & Design
> -
> E: [EMAIL PROTECTED]
> W: http://www.tactilemedia.com
>
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 to the
article you cite).  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 I'll leave that exercise up those who are interested. :-)

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 changes


http://www.shure.com/support/technotes/app-meter.html

Cheers,

Mark

On 8 Dec 2005, at 01:12, liamlambert wrote:


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:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 yes?  I
> just updated the externals reference on the demo stack.  Quit the demo if
> you have it open and relaunch it.  This should correct the problem, but if
> it doesn't, let me know and we'll work it out.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 of the external.
> 
> Is there something I am missing, or perhaps it's not compatible with
> QuickTime 7?

Hi Bill:

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 yes?  I
just updated the externals reference on the demo stack.  Quit the demo if
you have it open and relaunch it.  This should correct the problem, but if
it doesn't, let me know and we'll work it out.

Thanks for catching this.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 there something I am missing, or perhaps it's not compatible with 
QuickTime 7?

Bill

Scott Rossi wrote:
>  go url "http://www.tactilemedia.com/tmpanel.rev";
>
> This will open our demo player, from which you can choose Audio Meter 
> Demo.
>
> PLEASE NOTE
> You must provide the following:
> - QuickTime (installed)
> - an MP3 or other music file that QuickTime is capable of playing
> - Enhanced QuickTime external from Blue Mango Multimedia
> 
>
> Place the external in your Rev folder, restart Rev, and you should be good
> to go.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 the
following line in your *message box* (this is not a browser link):

  go url "http://www.tactilemedia.com/tmpanel.rev";

This will open our demo player, from which you can choose Audio Meter Demo.

PLEASE NOTE
You must provide the following:
- QuickTime (installed)
- an MP3 or other music file that QuickTime is capable of playing
- Enhanced QuickTime external from Blue Mango Multimedia
<http://mangomultimedia.com/developer/revolution/enhancedqt.html>

Place the external in your Rev folder, restart Rev, and you should be good
to go.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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. A VU meter displays the average volume level of an audio
> signal. A PPM displays the peak volume level of an audio signal.
> Analogy: The average height of the Himalayan Mountains is 18,000 feet
> (VU), but Mt. Everest's peak is 29,000+ feet
>
> Has anyone got any idea how to go about this is this possible.

Hi Liam:

I know one way to do audio meters which requires the use of a player object
and Trevor DeVore's Enhanced QuickTime external.  If I remember correctly it
may only provide 100 units of granularity but measures left and right
channels separately.  If you think this would work for you, I can try to put
a sample together, but otherwise, you may need to look for someone to build
an external.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


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 Program Meters). Though both perform  
the same function, they accomplish the function in very different  
manners. A VU meter displays the average volume level of an audio  
signal. A PPM displays the peak volume level of an audio signal.  
Analogy: The average height of the Himalayan Mountains is 18,000 feet  
(VU), but Mt. Everest's peak is 29,000+ feet



Has anyone got any idea how to go about this is this possible.

Liam Lambert

[EMAIL PROTECTED]



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution