]> git.sesse.net Git - nageru/blobdiff - vu_common.h
Replace the R128 meters for each channel with a digital peak meter.
[nageru] / vu_common.h
index f065fcfb2b20302cfdb610223ce8c8580bb601c8..9c7098e619edc4aa9582735cec3fc186363648c1 100644 (file)
@@ -5,6 +5,6 @@
 
 double lufs_to_pos(float level_lu, int height, float min_level, float max_level);
 
-void draw_vu_meter(QPainter &painter, int width, int height, int margin, bool is_on, float min_level, float max_level);
+void draw_vu_meter(QPainter &painter, int width, int height, int horizontal_margin, double segment_margin, bool is_on, float min_level, float max_level, bool flip);
 
 #endif // !defined(_VU_COMMON_H)