Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 817

Help: Rainmeter Skins • Re: Measure Audio Level

$
0
0
I don't understand why on the code many parts are being multiplied by 0. Anything multiplied by 0 will be 0.

Anyway, that's on the working code as well so that's not the issue.

You simply added the Scale variables, however for scalers to work they have to multiply everything.

So if you have

#A#+#B#

To add the scaler you have to add parentheses and multiply everything by the scaler

(#A#+#B#)*#Scale#

And probably enclose that in parentheses as well
((#A#+#B#)*#Scale#)

What I meant on the beginning , in your code you have:

((#BW#+#GW#)*0*#ScaleX#)

You are basically multiplying the Scale by 0, (and everything else) so that equals 0, with or without the scale.

Statistics: Posted by RicardoTM — Today, 1:15 am



Viewing all articles
Browse latest Browse all 817

Trending Articles