mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 09:54:42 +01:00
LadspaEffect::mSampleRate has type double, like other plug-in effects
This commit is contained in:
@@ -156,7 +156,7 @@ private:
|
||||
|
||||
LADSPA_Handle mMaster;
|
||||
|
||||
sampleCount mSampleRate;
|
||||
double mSampleRate;
|
||||
sampleCount mBlockSize;
|
||||
sampleCount mUserBlockSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user