X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vu_common.h;h=aa577214b191287b0c0d032a335d005c63bf8fe6;hb=d62349fd118e89b16adfc5478c73cd8e10136364;hp=06a971f409fb9f4e3ac3c1cbe4c66bf049ac0e04;hpb=fdd77c1f8a51f1e87151b876c2c5ab536a2fb02d;p=nageru diff --git a/vu_common.h b/vu_common.h index 06a971f..aa57721 100644 --- a/vu_common.h +++ b/vu_common.h @@ -4,6 +4,9 @@ #include int lufs_to_pos(float level_lu, int height); + +// TODO: Now that we precalculate these as pixmaps, perhaps we don't need the +// high/low range anymore, just a yes/no. void draw_vu_meter(QPainter &painter, float range_low_lu, float range_high_lu, int width, int height, int margin); #endif // !defined(_VU_COMMON_H)