Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ getStretch
Method
getStretch
lib-src/libsbsms/src/slide.cpp:396–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
float Slide :: getStretch(float t)
397
{
398
if(t > 1.0f) t = 1.0f;
399
return imp->getStretch(t);
400
}
401
402
float Slide :: getStretchedTime(float t)
403
{
Callers
nothing calls this directly
Calls
1
getStretch
Method · 0.45
Tested by
no test coverage detected