]> 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 c5b1ac0d37cc51f0d48a34c8cd0f869c38d60ae0..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, bool flip);
+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)