Interesting stuff...
- The tabs were the least thing I was thinking about, but here is my understanding: Because MusicBee disposes and initializes again the tab's content when switching between them, it seems clear to me to get asked every time about size and restart from CEN. Technically speaking MusicBee saves the size of the plugin to MusicBee3Settings.ini, but it does not for the layout files when using tabs (if otherwise, please let me know how). This is how the entry should look like for the layout:
<SystemPlugin>
<State>
<Id>\MusicBee\Plugins\mb_CoolEditNostalgia.dll</Id>
<Name>CoolEdit Nostalgia (docking)</Name>
<Description>Visualization inspired by CoolEdit Frequency Analysis</Description>
<Enabled>true</Enabled>
<PanelHeight>235</PanelHeight>
</State>
</SystemPlugin>
- I never used the classic analyzer, but I see your point - to have a gradient of color hues between the two colors for fill and contour, so if you select red and blue, you'll get a rainbow. It might come in as an extra option in the near future.
-The logarithmic scale and labels are as good as possible at the moment. I'm currently working on something that catches on all scales, and will have to rethink the logarithmic a bit too. If I see the possibility I'll improve on that too.
aktor and sveakul, thank you for your feedback!