1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

LadspaEffect::mSampleRate has type double, like other plug-in effects

This commit is contained in:
Paul Licameli 2016-08-22 18:43:23 -04:00
parent d58ac8d5cb
commit 2be2e73e66

View File

@ -156,7 +156,7 @@ private:
LADSPA_Handle mMaster;
sampleCount mSampleRate;
double mSampleRate;
sampleCount mBlockSize;
sampleCount mUserBlockSize;