mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
More Envelope::GetValueRelative; add point for join only as needed
This commit is contained in:
@@ -147,6 +147,9 @@ public:
|
||||
void GetValues
|
||||
(double *buffer, int bufferLen, int leftOffset, const ZoomInfo &zoomInfo) const;
|
||||
|
||||
// Guarantee an envelope point at the end of the domain.
|
||||
void Cap( double sampleTime );
|
||||
|
||||
private:
|
||||
double GetValueRelative(double t) const;
|
||||
void GetValuesRelative
|
||||
|
||||
Reference in New Issue
Block a user