From be06a28798d91368334c35c8ace157f73fd26a1d Mon Sep 17 00:00:00 2001 From: Extremesecrecy <10959169+extremesecrecy@users.noreply.github.com> Date: Sat, 26 Jul 2025 11:21:07 -0700 Subject: [PATCH] Reference errors Fixing reference errors. --- src/PiPedalModel.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/PiPedalModel.cpp b/src/PiPedalModel.cpp index fdd1acd..d684bf7 100644 --- a/src/PiPedalModel.cpp +++ b/src/PiPedalModel.cpp @@ -41,6 +41,7 @@ #include "SysExec.hpp" #include "Updater.hpp" #include "util.hpp" +#include #include "DBusLog.hpp" #include "AvahiService.hpp" #include "DummyAudioDriver.hpp" @@ -74,6 +75,10 @@ static std::string BytesToHex(const std::vector &bytes) return s.str(); } +static uint32_t SelectBestSampleRate(const AlsaDeviceInfo &inDev, + const AlsaDeviceInfo &outDev, + uint32_t desiredRate); + PiPedalModel::PiPedalModel() : pluginHost(), atomConverter(pluginHost.GetMapFeature())