What value type does the Peak node output in Scriptnode?
-
Hi guys,
Does anybody know what value measurement the Peak node in Scriptnode outputs?
I'm ultimately trying to get the value of it converted to db but wanted to be clear on what I'm starting with.
-
From what I can see, by default the scriptnode Peak node outputs a value between 0-1 the same as what we get when we use
Effect.getCurrentLevel()
from the main modules.If this is true then I guess I can proceed with something like
Engine.getDecibelsForGainFactor(PeakOut)
to convert the SN peak output to db.Please shout if you see otherwise :beaming_face_with_smiling_eyes: