AudioWaveForm - set background transparent - bug?
-
Settingthe background to transparent in an AudioWaveForm gives me this exciting result:
- yeah, sorta a hybrid mash up of the HISE development interface plastered on the audiowaveform
-
@Lindon Stuff like this happens when the component must be intransparent. This prevents a repaint of the parent component and increases rendering performance, however if you don't fill the area with a transparent colour, it uses whatever is in the graphics card buffer at the moment.
-
@Lindon @Christoph-Hart Well... This is still art...
-
@Christoph-Hart said in AudioWaveForm - set background transparent - bug?:
@Lindon Stuff like this happens when the component must be intransparent. This prevents a repaint of the parent component and increases rendering performance, however if you don't fill the area with a transparent colour, it uses whatever is in the graphics card buffer at the moment.
Ok so cant be transparent then.