Page 1 of 1

Why don't these meters work.

Posted: Wed Jul 22, 2015 2:45 pm
by blatantleesly
Hi guys,

Scratching my head over why these meters only work with the float values? and not the mono streams, created a little test VST in a DAW and nothing? Any ideas?

Kind Regards

meter test.fsm
(16.79 KiB) Downloaded 837 times

Re: Why don't these meters work.

Posted: Wed Jul 22, 2015 4:22 pm
by MyCo
Because they expect the input to be in dB, audio is by in normalized float range (-1..1)
viewtopic.php?f=2&t=3448&p=19241#p19447

Re: Why don't these meters work.

Posted: Thu Aug 06, 2015 3:30 pm
by Graves123
MyCo wrote:Because they expect the input to be in dB, audio is by in normalized float range (-1..1)
viewtopic.php?f=2&t=3448&p=19241#p19447

I agree with your answer MyCo