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

Method SnapToSample

libraries/lib-mixer/WideSampleSequence.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25double WideSampleSequence::SnapToSample(double t) const
26{
27 return LongSamplesToTime(TimeToLongSamples(t));
28}
29
30bool WideSampleSequence::GetFloats(size_t iChannel, size_t nBuffers,
31 float *const buffers[], sampleCount start, size_t len,

Callers 13

ProcessMethod · 0.80
ReverseMethod · 0.80
DoRemovalMethod · 0.80
FindGapsMethod · 0.80
FinalizeMethod · 0.80
FinalizeMethod · 0.80
DoRecordMethod · 0.80
adjustTimeFunction · 0.80
DrawClipWaveformFunction · 0.80
OnSplitNewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected