Hi,
I’ve been working on a compressor plugin, and I’ve noticed that the IVPeakAvgMeterControl dB labels come out as black no matter what (easily verified by using the IPlugControls example, nothing you change on the colour swabs will make that text anything other than black). As per DrawMarkers in iPlug2/IVMeterControl.h at master · iPlug2/iPlug2 · GitHub , it’s being drawn from DEFAULT_TEXT.
Would it be possible to instead use the value text from the IVStyle passed in instead? I can change my local copy to do that, but thought it might be worth bringing up as a possible small issue.