Use F7 key as "deploy to MOD" action, make it visible on file menu

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-12 08:06:44 +00:00
parent a16c43f094
commit 28e0295a4a
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 43 additions and 20 deletions

View file

@ -19,6 +19,12 @@
#pragma once
#ifdef HAVE_LIBLO
// # define REMOTE_HOST "localhost"
# define REMOTE_HOST "192.168.51.1"
# define REMOTE_HOST_PORT "2228"
#endif
namespace rack
{
namespace ui {
@ -37,5 +43,6 @@ void revertDialog();
void saveDialog(const std::string& path);
void saveAsDialog();
void appendSelectionContextMenu(rack::ui::Menu* menu);
void deployToMOD();
}