mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
add a new global window for reviewing and (soon) downloading loop libraries
This commit is contained in:
parent
10ac1901dd
commit
5461bfb218
7 changed files with 162 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
|||
#include "gui_object.h"
|
||||
#include "gui_thread.h"
|
||||
#include "keyeditor.h"
|
||||
#include "library_download_dialog.h"
|
||||
#include "location_ui.h"
|
||||
#include "lua_script_manager.h"
|
||||
#include "luawindow.h"
|
||||
|
|
@ -1005,6 +1006,13 @@ ARDOUR_UI::create_virtual_keyboard_window ()
|
|||
return vkbd;
|
||||
}
|
||||
|
||||
LibraryDownloadDialog*
|
||||
ARDOUR_UI::create_library_manager_window ()
|
||||
{
|
||||
LibraryDownloadDialog* ldd = new LibraryDownloadDialog ();
|
||||
return ldd;
|
||||
}
|
||||
|
||||
LuaWindow*
|
||||
ARDOUR_UI::create_luawindow ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue