X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vu_common.h;fp=vu_common.h;h=118eed89468ab3ae6b0fa77db6b404a7ebbb29ba;hb=4f44de2a24cb574bfe318f42f9ce6af5eb2fe4b3;hp=5df149ef94ea4cc3dfcdcfcf9f218fa72a0f4157;hpb=82e711de31a86ce697ebe80720f92db748272d62;p=nageru diff --git a/vu_common.h b/vu_common.h index 5df149e..118eed8 100644 --- a/vu_common.h +++ b/vu_common.h @@ -3,7 +3,7 @@ #include -int lufs_to_pos(float level_lu, int height); +double lufs_to_pos(float level_lu, int height); void draw_vu_meter(QPainter &painter, int width, int height, int margin, bool is_on);