X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vu_common.h;fp=vu_common.h;h=aa577214b191287b0c0d032a335d005c63bf8fe6;hb=3376a2309e8b682f8e8d0a96bbda9ccaa19c53c0;hp=06a971f409fb9f4e3ac3c1cbe4c66bf049ac0e04;hpb=c62c23eff1ba994d5c10b9255f467704de4da148;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)