Browse Source

Small missing definition

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
aa720c5a0f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/native-plugins/audio-base.hpp

+ 1
- 0
source/native-plugins/audio-base.hpp View File

@@ -123,6 +123,7 @@ struct AudioFilePool {
const water::GenericScopedLock<water::SpinLock> gsl(mutex);
startFrame = 0;
numFrames = 0;
maxFrame = 0;
}

if (buffer[0] != nullptr)


Loading…
Cancel
Save