Fix last commit
This commit is contained in:
parent
caf5ca5df6
commit
b668d78c83
2 changed files with 3 additions and 3 deletions
|
|
@ -858,7 +858,7 @@ protected:
|
|||
const uint32_t bufferSize = getBufferSize();
|
||||
fAudioBufferCopy = new float*[DISTRHO_PLUGIN_NUM_INPUTS];
|
||||
for (int i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
|
||||
fAudioBufferCopy[i] = new float[newBufferSize];
|
||||
fAudioBufferCopy[i] = new float[bufferSize];
|
||||
#endif
|
||||
|
||||
fPreviousFrame = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue