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

Method Intersects

libraries/lib-wave-track/WaveClip.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool WaveClipChannel::Intersects(double t0, double t1) const
75{
76 return GetClip().IntersectsPlayRegion(t0, t1);
77}
78
79double WaveClipChannel::Start() const
80{

Callers 5

GetSampleViewMethod · 0.80
DrawMethod · 0.80
ExploreTrackPanelMethod · 0.80
OnMouseMethod · 0.80
DrawOverlaysMethod · 0.80

Calls 1

IntersectsPlayRegionMethod · 0.80

Tested by

no test coverage detected