![]() |
Audacity 3.2.0
|
Message used to update the MeterPanel. More...
#include <MeterPanel.h>
Public Member Functions | |
| MeterUpdateMsg () | |
| ~MeterUpdateMsg () | |
| wxString | toString () |
| Print out all the values in the meter update message. More... | |
| wxString | toStringIfClipped () |
| Only print meter updates if clipping may be happening. More... | |
Public Attributes | |
| int | numFrames |
| float | peak [kMaxMeterBars] |
| float | rms [kMaxMeterBars] |
| bool | clipping [kMaxMeterBars] |
| int | headPeakCount [kMaxMeterBars] |
| int | tailPeakCount [kMaxMeterBars] |
Message used to update the MeterPanel.
Definition at line 55 of file MeterPanel.h.
|
inline |
Definition at line 66 of file MeterPanel.h.
|
inline |
Definition at line 67 of file MeterPanel.h.
| wxString MeterUpdateMsg::toString | ( | ) |
Print out all the values in the meter update message.
Definition at line 159 of file MeterPanel.cpp.
References clipping, headPeakCount, kMaxMeterBars, numFrames, peak, rms, tailPeakCount, and wxT().
Referenced by toStringIfClipped().
| wxString MeterUpdateMsg::toStringIfClipped | ( | ) |
Only print meter updates if clipping may be happening.
Definition at line 176 of file MeterPanel.cpp.
References clipping, headPeakCount, kMaxMeterBars, tailPeakCount, toString(), and wxT().
| bool MeterUpdateMsg::clipping[kMaxMeterBars] |
Definition at line 61 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), toString(), toStringIfClipped(), and MeterPanel::UpdateDisplay().
| int MeterUpdateMsg::headPeakCount[kMaxMeterBars] |
Definition at line 62 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), toString(), toStringIfClipped(), and MeterPanel::UpdateDisplay().
| int MeterUpdateMsg::numFrames |
Definition at line 58 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), toString(), and MeterPanel::UpdateDisplay().
| float MeterUpdateMsg::peak[kMaxMeterBars] |
Definition at line 59 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), toString(), and MeterPanel::UpdateDisplay().
| float MeterUpdateMsg::rms[kMaxMeterBars] |
Definition at line 60 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), toString(), and MeterPanel::UpdateDisplay().
| int MeterUpdateMsg::tailPeakCount[kMaxMeterBars] |
Definition at line 63 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), toString(), toStringIfClipped(), and MeterPanel::UpdateDisplay().