mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
fixed initialization order warning in src/effects/Paulstretch.cpp
This commit is contained in:
@@ -419,8 +419,8 @@ PaulStretch::PaulStretch(float rap_, size_t in_bufsize_, float samplerate_ )
|
||||
, in_pool { poolsize, true }
|
||||
, remained_samples { 0.0 }
|
||||
, fft_smps { poolsize, true }
|
||||
, fft_s { poolsize, true }
|
||||
, fft_c { poolsize, true }
|
||||
, fft_s { poolsize, true }
|
||||
, fft_freq { poolsize, true }
|
||||
, fft_tmp { poolsize }
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user