13
0

image for launchpad pro "gui"

This commit is contained in:
Paul Davis 2023-07-03 11:15:47 -06:00
parent c4529f4654
commit 9d153af72d
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -90,7 +90,7 @@ LPPRO_GUI::LPPRO_GUI (LaunchPadPro& p)
_table.set_homogeneous (false);
std::string data_file_path;
std::string name = "push2-small.png";
std::string name = "launchpad-pro.png";
Searchpath spath(ARDOUR::ardour_data_search_path());
spath.add_subdirectory_to_paths ("icons");
find_file (spath, name, data_file_path);

View File

@ -115,6 +115,7 @@ LaunchPadPro::probe (std::string& i, std::string& o)
LaunchPadPro::LaunchPadPro (ARDOUR::Session& s)
: MIDISurface (s, X_("Novation Launchpad Pro"), X_("Launchpad Pro"), true)
, _gui (nullptr)
{
run_event_loop ();
port_setup ();