Mercurial > hg > svgui
diff widgets/LevelPanToolButton.h @ 1187:306c24eeab10 levelpanwidget
Moving around some UI bits
author | Chris Cannam |
---|---|
date | Thu, 15 Dec 2016 10:36:41 +0000 |
parents | 6a6a63506e3f |
children | 808d375a3b12 |
line wrap: on
line diff
--- a/widgets/LevelPanToolButton.h Wed Dec 14 14:28:41 2016 +0000 +++ b/widgets/LevelPanToolButton.h Thu Dec 15 10:36:41 2016 +0000 @@ -47,6 +47,9 @@ /// Set pan in the range [-1,1] -- will be rounded void setPan(float); + /// Set left and right peak monitoring levels in the range [0,1] + void setMonitoringLevels(float, float); + /// Specify whether the level range should include muting or not void setIncludeMute(bool);