]> git.sesse.net Git - nageru/blob - vu_common.h
Rework the LRA and VU meters into something much more like LRA and VU meters.
[nageru] / vu_common.h
1 #ifndef _VU_COMMON_H
2 #define _VU_COMMON_H 1
3
4 #include <QPainter>
5
6 int lufs_to_pos(float level_lu, int height);
7 void draw_vu_meter(QPainter &painter, float range_low_lu, float range_high_lu, int width, int height, int margin);
8
9 #endif // !defined(_VU_COMMON_H)