Clear the disto after Fs change
This commit is contained in:
parent
81f54f98f2
commit
988d7926b5
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ void Disto::setSampleRate(double sampleRate)
|
|||
stage.instanceConstants(_oversampling * sampleRate);
|
||||
}
|
||||
}
|
||||
|
||||
clear();
|
||||
}
|
||||
|
||||
void Disto::setSamplesPerBlock(int samplesPerBlock)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue