eclectic-tech, thank you for your feedback.
eclectic-tech wrote: ↑January 20th, 2019, 1:53 am
Question: How to set colors for bars? I know I can set the bar color in the 'bar' meters, but could not determine if your 'Colors:', as described in your documentation, is applicable?
I see the examples for Waveform and Spectrum, but could not figure out for each bar or all bars...
Spectrum analyzer doesn't use my plugin's graphics, there are only Bar meters. And, well, bar colors are kinda hardcoded. Although it has different name, but it was just second test skin, so I didn't bother to make it comfy to change.
Colors, that are described in first post, are only applicable to images that my plugin draws, and for now it draws only waveform and spectrogram.
P.S. Spectrum is a set or current values of frequencies — 1D, spectrogram is values change in time — 2D.
eclectic-tech wrote: ↑January 20th, 2019, 1:53 am
In the ini format of 'KeyWord=Value', having 'Values' with equal signs in them looks 'muddy' to me when trying to learn the syntax.
Is it possible to use a different designation symbol? Perhaps | like for InlineSettings?
It sure possible to change symbol, but I'm not sure what will be better.
InlineSettings set one option at a time, so it uses
| symbol to separate option name and option value.
My plugin is mush more like Shape meter: there are several my "options" in one Rainmeter option. Shape separates options by
| and separates option name from option value by
, while my plugin uses
and
= respectively. It makes sense to change my separation symbols to match those of Shape meter, but is it really needed?
There are already places in Rainmeter where you have to use
= in the value of the option: in formulas, in String measures and meters. For example, it's perfectly valid to write
Formula=1=SomeMeter in Calc measure.
key=value syntax, on the other hand, resembles Rainmeter options, so for me it's intuitive to use.
I'm not saying that I'm against changing my syntax, I just don't know what will be better.