Browse Source

Remove a comment, doesnt apply yet

tags/22.03
falkTX 3 years ago
parent
commit
72f42baac7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/CardinalPlugin.cpp

+ 0
- 1
src/CardinalPlugin.cpp View File

@@ -432,7 +432,6 @@ class CardinalPlugin : public CardinalBasePlugin
#if DISTRHO_PLUGIN_NUM_INPUTS != 0 #if DISTRHO_PLUGIN_NUM_INPUTS != 0
/* If host audio ins == outs we can get issues for inplace processing. /* 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. * 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; float** fAudioBufferCopy;
#endif #endif


Loading…
Cancel
Save