Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ getTotalStretch
Method
getTotalStretch
lib-src/libsbsms/src/slide.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
IdentitySlide() {
26
}
27
float getTotalStretch() {
28
return 1.0f;
29
}
30
float getStretchedTime(float t) {
31
return t;
32
}
Callers
3
Process
Method · 0.45
getTotalStretch
Method · 0.45
SBSMSInterfaceSlidingImp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected