Implement update rate limit

Closes #117

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-18 09:50:50 +00:00
parent d9fc8dafde
commit c06768f70f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 71 additions and 0 deletions

View file

@ -27,9 +27,15 @@
namespace rack
{
namespace settings {
extern int rateLimit;
}
namespace ui {
struct Menu;
}
}
namespace patchUtils