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:
parent
a16c43f094
commit
28e0295a4a
5 changed files with 43 additions and 20 deletions
|
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue