Correct previous (wrong) tweak to delay
This commit is contained in:
@@ -273,7 +273,7 @@ R3LiveShifter::getPreferredStartPad() const
|
|||||||
size_t
|
size_t
|
||||||
R3LiveShifter::getStartDelay() const
|
R3LiveShifter::getStartDelay() const
|
||||||
{
|
{
|
||||||
int fixed = getWindowSourceSize() / 2 + m_resamplerDelay * 2 - 1;
|
int fixed = getWindowSourceSize() / 2 + m_resamplerDelay * 2;
|
||||||
int variable = getWindowSourceSize() / 2;
|
int variable = getWindowSourceSize() / 2;
|
||||||
if (m_contractThenExpand) {
|
if (m_contractThenExpand) {
|
||||||
if (m_pitchScale < 1.0) {
|
if (m_pitchScale < 1.0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user