MCPcopy 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

ProcessMethod · 0.45
getTotalStretchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected