Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
1186:8665e0ffa0d8 | 1187:306c24eeab10 |
---|---|
45 void setLevel(float); | 45 void setLevel(float); |
46 | 46 |
47 /// Set pan in the range [-1,1] -- will be rounded | 47 /// Set pan in the range [-1,1] -- will be rounded |
48 void setPan(float); | 48 void setPan(float); |
49 | 49 |
50 /// Set left and right peak monitoring levels in the range [0,1] | |
51 void setMonitoringLevels(float, float); | |
52 | |
50 /// Specify whether the level range should include muting or not | 53 /// Specify whether the level range should include muting or not |
51 void setIncludeMute(bool); | 54 void setIncludeMute(bool); |
52 | 55 |
53 void setEnabled(bool enabled); | 56 void setEnabled(bool enabled); |
54 | 57 |