X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vu_common.h;fp=vu_common.h;h=5df149ef94ea4cc3dfcdcfcf9f218fa72a0f4157;hb=82e711de31a86ce697ebe80720f92db748272d62;hp=aa577214b191287b0c0d032a335d005c63bf8fe6;hpb=c0f9a296acefabf49a43187eb5c160cc776e8e9d;p=nageru diff --git a/vu_common.h b/vu_common.h index aa57721..5df149e 100644 --- a/vu_common.h +++ b/vu_common.h @@ -5,8 +5,6 @@ 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); +void draw_vu_meter(QPainter &painter, int width, int height, int margin, bool is_on); #endif // !defined(_VU_COMMON_H)