Closed cvelele closed 1 year ago
@cvelele Hi, just noticed your message.
I think we don't need to script this. Did you try change the Counter Mask by Parameter Control with parameter FUNCTION*Advanced_Counter*inpmask
?
Ha ha, excellent. Very elegant solution. Thx again.
What this inpmask mean?
@cvelele inpmask
is "console name" of the "Format mask" parameter of the AdvancedCounter plugin.
So this mean, replace mask from Advanced Counter with plain text?
@cvelele hm... Actually the mask is a plain text string, like that: "##.##". You can define this mask by typing this "#" symbols and "." period as a normal one line text.
So, we don't replace it. We just expose the mask as a text parameter for the outside control from PIlot/Trio/etc...
Ok, thx.
I search all your scripts and didn't find similar to "advanced counter". I try to make some custom graphic bar and advanced counter plugin is not so flexible about displaying all sorts of information. Because of format mask (####.##) I can not sometimes write whole number like 70 and other time 70.2 or 70.25. You have to in advance format your display, with no decimals, with one, with two ... Is there a work around or any suggestion about it? Thx