Audacity 3.2.0
|
#include <DynamicRangeProcessorHistory.h>
Public Attributes | |
float | time = 0.f |
float | target = 0.f |
float | follower = 0.f |
float | input = 0.f |
float | output = 0.f |
Definition at line 23 of file DynamicRangeProcessorHistory.h.
float DynamicRangeProcessorHistory::Packet::follower = 0.f |
Definition at line 27 of file DynamicRangeProcessorHistory.h.
float DynamicRangeProcessorHistory::Packet::input = 0.f |
Definition at line 28 of file DynamicRangeProcessorHistory.h.
float DynamicRangeProcessorHistory::Packet::output = 0.f |
Definition at line 29 of file DynamicRangeProcessorHistory.h.
float DynamicRangeProcessorHistory::Packet::target = 0.f |
Definition at line 26 of file DynamicRangeProcessorHistory.h.
float DynamicRangeProcessorHistory::Packet::time = 0.f |
Definition at line 25 of file DynamicRangeProcessorHistory.h.