Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
bool WaveClipChannel::Intersects(double t0, double t1) const
75
{
76
return GetClip().IntersectsPlayRegion(t0, t1);
77
}
78
79
double WaveClipChannel::Start() const
80
{
Callers
5
GetSampleView
Method · 0.80
Draw
Method · 0.80
ExploreTrackPanel
Method · 0.80
OnMouse
Method · 0.80
DrawOverlays
Method · 0.80
Calls
1
IntersectsPlayRegion
Method · 0.80
Tested by
no test coverage detected