Browse Source

Update fundamental, all but octave now working

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.05
falkTX 3 years ago
parent
commit
73c9f22c5a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      plugins/Cardinal/src/plugin.hpp
  2. +1
    -1
      plugins/Fundamental

+ 1
- 1
plugins/Cardinal/src/plugin.hpp View File

@@ -58,7 +58,7 @@ float d_findMaxNormalizedFloat(const float floats[], const std::size_t count)
DISTRHO_SAFE_ASSERT_RETURN(floats != nullptr, 0.0f);
DISTRHO_SAFE_ASSERT_RETURN(count > 0, 0.0f);

static const float kEmptyFloats[8192] = {};
static constexpr const float kEmptyFloats[8192] = {};

if (count <= 8192 && std::memcmp(floats, kEmptyFloats, count) == 0)
return 0.0f;


+ 1
- 1
plugins/Fundamental

@@ -1 +1 @@
Subproject commit 48bf3c84ebafc9effe7e565d8cdbf8a46b9d503c
Subproject commit 3845fb1efda1053d236630ee26cff1bc62b6550d

Loading…
Cancel
Save