manual clip LED reset by mouse click on the level meter (#421)
This commit is contained in:
parent
ed8e6fb0a5
commit
bea06a75f7
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
- added a red message to indicate that Mute Myself is activated (#476)
|
- added a red message to indicate that Mute Myself is activated (#476)
|
||||||
|
|
||||||
|
- manual clip LED reset by mouse click on the level meter (#421)
|
||||||
|
|
||||||
- replacing internal history graph functionality by external scripts/tools (#501)
|
- replacing internal history graph functionality by external scripts/tools (#501)
|
||||||
|
|
||||||
- bug fix: added more mutex in the server (should fix #480)
|
- bug fix: added more mutex in the server (should fix #480)
|
||||||
|
|
|
@ -87,6 +87,8 @@ protected:
|
||||||
QLabel* pLEDLabel;
|
QLabel* pLEDLabel;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtual void mousePressEvent ( QMouseEvent* ) override { ClipReset(); }
|
||||||
|
|
||||||
void SetBarMeterStyleAndClipStatus ( const ELevelMeterType eNType,
|
void SetBarMeterStyleAndClipStatus ( const ELevelMeterType eNType,
|
||||||
const bool bIsClip );
|
const bool bIsClip );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue