X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vu_common.h;fp=vu_common.h;h=4a50552b9edb553fcd86189b3dd7ee58d06f52a5;hb=2489e27c559cece872818930a9aa6fbc9ead994d;hp=0000000000000000000000000000000000000000;hpb=5367f6ca387be404d90abf8fb9283f8abba58c51;p=nageru diff --git a/vu_common.h b/vu_common.h new file mode 100644 index 0000000..4a50552 --- /dev/null +++ b/vu_common.h @@ -0,0 +1,9 @@ +#ifndef _VU_COMMON_H +#define _VU_COMMON_H 1 + +#include + +int lufs_to_pos(float level_lu, int height); +void draw_vu_meter(QPainter &painter, float level_lu, int width, int height, int margin); + +#endif // !defined(_VU_COMMON_H)