workaround bogaudio missing symbol
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
74667a36a0
commit
a22b588472
3 changed files with 23 additions and 24 deletions
19
plugins/BogaudioModules-helper/BogaudioModules-helper.cpp
Normal file
19
plugins/BogaudioModules-helper/BogaudioModules-helper.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* DISTRHO Cardinal Plugin
|
||||
* Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
#include "../BogaudioModules/src/bogaudio.hpp"
|
||||
|
||||
#include "../BogaudioModules/src/follower_base.hpp"
|
||||
#include "../BogaudioModules/src/VCF.hpp"
|
||||
|
||||
namespace bogaudio {
|
||||
|
||||
constexpr float FollowerBase::efGainMinDecibels;
|
||||
constexpr float FollowerBase::efGainMaxDecibels;
|
||||
constexpr float VCF::maxFrequency;
|
||||
constexpr float VCF::minFrequency;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue