MCPcopy 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
396float Slide :: getStretch(float t)
397{
398 if(t > 1.0f) t = 1.0f;
399 return imp->getStretch(t);
400}
401
402float Slide :: getStretchedTime(float t)
403{

Callers

nothing calls this directly

Calls 1

getStretchMethod · 0.45

Tested by

no test coverage detected