From 73c9f22c5ae8520e05c710b2b2a18a24183cc91e Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 30 Apr 2022 03:26:21 +0100 Subject: [PATCH] Update fundamental, all but octave now working Signed-off-by: falkTX --- plugins/Cardinal/src/plugin.hpp | 2 +- plugins/Fundamental | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Cardinal/src/plugin.hpp b/plugins/Cardinal/src/plugin.hpp index b7f6767..710d31d 100644 --- a/plugins/Cardinal/src/plugin.hpp +++ b/plugins/Cardinal/src/plugin.hpp @@ -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; diff --git a/plugins/Fundamental b/plugins/Fundamental index 48bf3c8..3845fb1 160000 --- a/plugins/Fundamental +++ b/plugins/Fundamental @@ -1 +1 @@ -Subproject commit 48bf3c84ebafc9effe7e565d8cdbf8a46b9d503c +Subproject commit 3845fb1efda1053d236630ee26cff1bc62b6550d