I have a concatenated meter png that I'd like to slow down the release time of the cycling of images. I've scoured all the documentation but maybe I'm missing something? I even tried pixel range but I'm assuming that's just for user mouse cursor adjustments. I also tried the private output hold parameter but that was the built-in one that seems way too slow for what I'd like. I'm guessing there must be a way to do it if it's been done in the hold output? I tried a release param but seems to do nothing.
<IMAGE_PARAM_METER image="jewelcolor.png" param_id="custom_out_param1" release="500" images_count="101" image_orientation="vertical" h_offset="0"/>
Release time of meter display?
-
- KVRer
- 15 posts since 8 Dec, 2022
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
If you want to customize the release time, you will probably want to actually run your own dsp code (there is an example with level meters in the built-in scripts. You cannot change the time in a meter widget: it will just display the value provided to it from the DSP without any specific timing.