MCPcopy Create free account
hub / github.com/audacity/audacity / GetValues

Method GetValues

libraries/lib-mixer/Envelope.cpp:981–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981void Envelope::GetValues( double *buffer, int bufferLen,
982 double t0, double tstep ) const
983{
984 // Convert t0 from absolute to clip-relative time
985 t0 -= mOffset;
986 GetValuesRelative( buffer, bufferLen, t0, tstep);
987}
988
989void Envelope::GetValuesRelative
990 (double *buffer, int bufferLen, double t0, double tstep, bool leftLimit)

Callers 3

GetEnvelopeValuesMethod · 0.80
PerformLookupMethod · 0.80
OnPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected