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

Method SetOffset

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

! @excsafety{No-fail} */

Source from the content-addressed store, hash-verified

824
825/*! @excsafety{No-fail} */
826void Envelope::SetOffset(double newOffset)
827{
828 mOffset = newOffset;
829}
830
831/*! @excsafety{No-fail} */
832void Envelope::SetTrackLen( double trackLen, double sampleDur )

Callers 8

GetRenderedCopyFunction · 0.80
RebuildJoinedEnvelopeFunction · 0.80
StretchLeftToMethod · 0.80
StretchByMethod · 0.80
ExpandCutLineMethod · 0.80
SetSequenceStartTimeMethod · 0.80
CleanStateMethod · 0.80
TimeTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected