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

Method getStretch

lib-src/libsbsms/src/slide.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return 1.0f;
38 }
39 float getStretch(float t) {
40 return 1.0f;
41 }
42 float getMeanStretch(float t0, float t1) {
43 return 1.0f;
44 }

Callers 3

resampleCBFunction · 0.45
getStretchMethod · 0.45
updateSlideFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected