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

Method GetValueRelative

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

Source from the content-addressed store, hash-verified

887}
888
889double Envelope::GetValueRelative(double t, bool leftLimit) const noexcept
890{
891 double temp;
892
893 GetValuesRelative(&temp, 1, t, 0.0, leftLimit);
894 return temp;
895}
896
897// relative time
898/// @param Lo returns last index at or before this time, maybe -1

Callers 1

PasteEnvelopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected