Return-Path: Received: from mail-wi0-f175.google.com ([209.85.212.175] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5061020 for AE-List@media-motion.tv; Sun, 05 May 2013 05:33:15 +0200 Received: by mail-wi0-f175.google.com with SMTP id h11so1648922wiv.8 for ; Sat, 04 May 2013 20:41:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=BzJG3/n1sdFqU5dQd6gaAW8jDZvGmaXKoO+II1fwCDA=; b=NYlYSE5ch89Tz+SE/S5sEw1gNwv0LUyYghseQ9Gc4NxWJeYbNq1sOeXvrIv+avn/AX m0HyjYCYZtlaewE6f1F0l65Z+FDerL3PL724iLukZbshdjQBZCVGZU5XO19e0FUMAiN7 urV7bRxn6zADPPmWKTQaYJ1hqi+9nv/PT2kMvl9eBIyYVkpoas3YM5S0KHl0CVgo3P7h Ww3uLcR/AnNWosWpuvVr+mf/9VIXjaWaYycCamfAl+NhwGyieS/KEScXXuCmW5bhGJ0u ox3NFXuBTWBgqZR42vHDj8gjmUUn6rEz0qDcN8s67EE37irPNfNLqHuFfNfN8vrWLPib CYGQ== MIME-Version: 1.0 X-Received: by 10.194.58.78 with SMTP id o14mr19984688wjq.39.1367725316417; Sat, 04 May 2013 20:41:56 -0700 (PDT) Received: by 10.194.236.165 with HTTP; Sat, 4 May 2013 20:41:56 -0700 (PDT) In-Reply-To: References: Date: Sat, 4 May 2013 23:41:56 -0400 Message-ID: Subject: Re: [AE] Posterize a ramp From: rendernyc To: After Effects Mail List Content-Type: multipart/alternative; boundary=047d7ba977bea2b06e04dbf05dcb --047d7ba977bea2b06e04dbf05dcb Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable home now... more specifically, create a small rectangular shape layer. add a repeater with its transform set to 0,-100 so that it goes up. set the copies to 6 (though the expression will take care of this for you it helps to see how it looks. then if you want it driven by audio, convert that tracks audio to keyframes using teh keyframe assistant and then add this expression to the repeater a=3DthisComp.layer("Audio Amplitude").effect("Both Channels")("Slider") Math.floor(linear(a,1,20,1,6)) If you look at the audio paremeter in the graph editor you can get a good idea for the input which i used 1,20 then the linear remaps those values from 1,6 if you want the VU meter to go completely off then set it to 0,6 aharon rabinowitz showed how to use a shape layer as a VU meter a long time ago, as an example of ways to use shape layers :) On Sat, May 4, 2013 at 10:56 PM, Rendernyc wrote: > Shape layer. Use a repeater driven by the audio amplitude. Linear > expression to set how many units. And for no partial blocks pipe the audi= o > amplitude through a Math.floor for whole units > > On May 4, 2013, at 10:26 PM, "Robert W. Walker" > wrote: > > > The matte grid won't do what he wants - I think - because he wants to > > quantize the values so that each segment is either on or off, not > > partially illuminated. Sounds like something Dan Ebberts could cook up= , > > but way beyond my ability to execute with expressions. > > > > Hopefully one of the master expressionists on the list can chime in. > > > > Robert W. Walker > > Los Angeles > > > > > >> -------- Original Message -------- > >> Subject: Re: [AE] Posterize a ramp > >> From: Teddy Gage > >> Date: Sat, May 04, 2013 8:36 pm > >> To: "After Effects Mail List" > >> > >> > >> If i understand you correctly, i think youre overthinking it. Just put= a > >> grid as a matte above each bar graph blocking out the discrete units. = I > >> dont see why you couldnt do this with audio to keyframe data. Or > trapcode > >> soundkeys > >> > >> On Saturday, May 4, 2013, adam mercado wrote: > >> > >>> I need to create a VU style meter with 6 discrete levels. > >>> I looked at the Audio Spectrum and Audio Waveform effects, but neithe= r > of > >>> those come close. > >>> I searched Goole and found a few examples that use the Audio Amplitud= e > >>> assistant, but that just wiggles the matte which creates thin slivers > of > >>> meter instead of discrete chunks. > >>> Is there a way to posterise to absolute values the scale/volume or > >>> whatever property would be needed to control the visibility of the > matted > >>> layer? > >>> > >>> *Adam Mercado* > >>> Influxx Media Production > >>> Fullerton, CA > >>> > >>> Moving Images. For Business > >>> *714=B0928=B09896* > >>> http://www.influxx.com > >>> http://www.twitter.com/influxx > >>> http://www.linkedin.com/in/influxx > >>> http://influxx.tumblr.com/archive > >>> http://www.flickr.com/photos/influxx > >> > >> -- > >> Animator & Editor > >> www.teddygage.com > >> Brooklyn > > > > +---End of message---+ > > To unsubscribe send any message to > > +---End of message---+ > To unsubscribe send any message to > --=20 danny princz exposedideas.com --047d7ba977bea2b06e04dbf05dcb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
home now...

more s= pecifically, create a small rectangular shape layer.
add a = repeater with its transform set to 0,-100 so that it goes up.
set the copies to 6 (though the expression will take care of this for you i= t helps to see how it looks.

then if y= ou want it driven by audio, convert that tracks audio to keyframes using te= h keyframe assistant and then add this expression to the repeater

a=3DthisComp.layer("Audio Amplitude").effect("= Both Channels")("Slider")

Math.floor(linear(a,1,20,1,6))


If you look at the audio p= aremeter in the graph editor you can get a good idea for the input which i = used 1,20

then the linear remaps those values from 1,6
if you want the VU meter to go completely off then set it to 0,6

aharon rabinowitz showed how to use a shape layer as a VU meter a long tim= e ago, as an example of ways to use shape layers :)



On = Sat, May 4, 2013 at 10:56 PM, Rendernyc <rendernyc@gmail.com> wrote:
Shap= e layer. Use a repeater driven by the audio amplitude. Linear expression to= set how many units. And for no partial blocks pipe the audio amplitude thr= ough a Math.floor for whole units

On May 4, 2013, at 10:26 PM, "Robert W. Walker" <robertw@walkersound.com> wrote:

> The matte grid won't do what he wants - I think - because he wants= to
> quantize the values so that each segment is either on or off, not
> partially illuminated. =A0Sounds like something Dan Ebberts could cook= up,
> but way beyond my ability to execute with expressions.
>
> Hopefully one of the master expressionists on the list can chime in. >
> Robert W. Walker
> Los Angeles
>
>
>> -------- Original Message --------
>> Subject: Re: [AE] Posterize a ramp
>> From: Teddy Gage <teddyg= age@gmail.com>
>> Date: Sat, May 04, 2013 8:36 pm
>> To: "After Effects Mail List" <AE-List@media-motion.tv>
>>
>>
>> If i understand you correctly, i think youre overthinking it. Just= put a
>> grid as a matte above each bar graph blocking out the discrete uni= ts. =A0I
>> dont see why you couldnt do this with audio to keyframe data. Or t= rapcode
>> soundkeys
>>
>> On Saturday, May 4, 2013, adam mercado wrote:
>>
>>> I need to create a VU style meter with 6 discrete levels.
>>> I looked at the Audio Spectrum and Audio Waveform effects, but= neither of
>>> those come close.
>>> I searched Goole and found a few examples that use the Audio A= mplitude
>>> assistant, but that just wiggles the matte which creates thin = slivers of
>>> meter instead of discrete chunks.
>>> Is there a way to posterise to absolute values the scale/volum= e or
>>> whatever property would be needed to control the visibility of= the matted
>>> layer?
>>>
>>> *Adam Mercado*
>>> Influxx Media Production
>>> Fullerton, CA
>>>
>>> Moving Images. For Business
>>> *714=B0928=B09896*
>>> http://ww= w.influxx.com
>>> h= ttp://www.twitter.com/influxx
>>> http://www.linkedin.com/in/influxx
>>> http://influxx.tumblr.com/archive
>>> http://www.flickr.com/photos/influxx
>>
>> --
>> Animator & Editor
>> www.teddyga= ge.com
>> Brooklyn
>
> +---End of message---+
> To unsubscribe send any message to <ae-list-off@media-motion.tv>

+---End of message---+
To unsubscribe send any message to <ae-list-off@media-motion.tv>



--
= danny princz

exposedideas.com
--047d7ba977bea2b06e04dbf05dcb--