This doesn't quite work, but do you see what I'm trying to do with it? On sensing a drop in volume, which can be made more or less sensitive by adding/removing zeros after the decimal, it will pause the meter to allow it to stay when dropped, but react straight away when increased in volume. See IfCondition2:Btw, your idea worked, of course, but still isn't right. ![Sad :-(]()
Code:
[mPeakLeft]Measure=PluginPlugin=AudioLevelParent=mAudioType=PeakChannel=LIfCondition=[mPeakLeft]=1IfTrueAction=[!ShowMeter ClipL][!UpdateMeter ClipR][!Redraw]IfFalseAction=[!Delay 1000][!HideMeter ClipL][!UpdateMeter ClipL][!Redraw]DynamicVariables=1;UpdateDivider=2IfCondition2=([#CURRENTSECTION#]=[#CURRENTSECTION#]-0.001)IfTrueAction2=[!DisableMeter PeakBarL][!Delay 1000][!EnableMeter PeakBarL][!Redraw]

Statistics: Posted by sl23 — Today, 1:05 pm