17 lines
291 B
C++
17 lines
291 B
C++
/*
|
|
* DISTRHO Cardinal Plugin
|
|
* Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com>
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include_next "settings.hpp"
|
|
|
|
namespace rack {
|
|
namespace settings {
|
|
|
|
extern int rateLimit;
|
|
|
|
} // namespace settings
|
|
} // namespace rack
|