1
Fork 0

Remove a comment, doesnt apply yet

This commit is contained in:
falkTX 2022-03-20 21:42:15 +00:00
parent faeaa5862c
commit 72f42baac7
1 changed files with 0 additions and 1 deletions

View File

@ -432,7 +432,6 @@ class CardinalPlugin : public CardinalBasePlugin
#if DISTRHO_PLUGIN_NUM_INPUTS != 0
/* If host audio ins == outs we can get issues for inplace processing.
* So allocate a float array that will serve as safe copy for those cases.
* Also used for bypass, so inputs are fully zero.
*/
float** fAudioBufferCopy;
#endif