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

Method GetValue

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

Accessors

Source from the content-addressed store, hash-verified

878
879// Accessors
880double Envelope::GetValue( double t, double sampleDur ) const
881{
882 // t is absolute time
883 double temp;
884
885 GetValues( &temp, 1, t, sampleDur );
886 return temp;
887}
888
889double Envelope::GetValueRelative(double t, bool leftLimit) const noexcept
890{

Callers 4

GetUploadRequestPayloadFunction · 0.45
CalcFilterMethod · 0.45
CopyRangeMethod · 0.45
PasteEnvelopeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected