]> git.sesse.net Git - nageru/blobdiff - vu_common.h
Add keyboard shortcuts for the menu entries.
[nageru] / vu_common.h
index 4a50552b9edb553fcd86189b3dd7ee58d06f52a5..aa577214b191287b0c0d032a335d005c63bf8fe6 100644 (file)
@@ -4,6 +4,9 @@
 #include <QPainter>
 
 int lufs_to_pos(float level_lu, int height);
-void draw_vu_meter(QPainter &painter, float level_lu, int width, int height, int margin);
+
+// TODO: Now that we precalculate these as pixmaps, perhaps we don't need the
+// high/low range anymore, just a yes/no.
+void draw_vu_meter(QPainter &painter, float range_low_lu, float range_high_lu, int width, int height, int margin);
 
 #endif // !defined(_VU_COMMON_H)