mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Fixed uninitialized tempo variable bug
This commit is contained in:
parent
b0b5bf8232
commit
365531fa15
@ -94,8 +94,8 @@ TDStretch::TDStretch() : FIFOProcessor(&outputBuffer)
|
|||||||
pRefMidBufferUnaligned = NULL;
|
pRefMidBufferUnaligned = NULL;
|
||||||
overlapLength = 0;
|
overlapLength = 0;
|
||||||
|
|
||||||
|
tempo = 1.0f;
|
||||||
setParameters(44100, DEFAULT_SEQUENCE_MS, DEFAULT_SEEKWINDOW_MS, DEFAULT_OVERLAP_MS);
|
setParameters(44100, DEFAULT_SEQUENCE_MS, DEFAULT_SEEKWINDOW_MS, DEFAULT_OVERLAP_MS);
|
||||||
|
|
||||||
setTempo(1.0f);
|
setTempo(1.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user