Home
last modified time | relevance | path

Searched refs:stretchSlide (Results 1 – 1 of 1) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dslide.cpp450 Slide *stretchSlide; member in _sbsms_::SBSMSInterfaceSlidingImp
460 SBSMSInterfaceSlidingImp :: SBSMSInterfaceSlidingImp(Slide *stretchSlide, in SBSMSInterfaceSlidingImp() argument
467 this->stretchSlide = stretchSlide; in SBSMSInterfaceSlidingImp()
472 this->totalStretch = stretchSlide->getTotalStretch(); in SBSMSInterfaceSlidingImp()
485 stretch = stretchSlide->getMeanStretch(t,t1); in SBSMSInterfaceSlidingImp()
500 return stretchScale * stretchSlide->getStretch(t); in getStretch()
506 return stretchSlide->getMeanStretch(t0, t1); in getMeanStretch()
513 else return pitchSlide->getRate(min(1.0f,stretchSlide->getStretchedTime(t) / totalStretch)); in getPitch()
534 SBSMSInterfaceSliding :: SBSMSInterfaceSliding(Slide *stretchSlide, in SBSMSInterfaceSliding() argument
541 imp = new SBSMSInterfaceSlidingImp(stretchSlide, pitchSlide, bPitchReferenceInput, in SBSMSInterfaceSliding()