image for launchpad pro "gui"
This commit is contained in:
parent
c4529f4654
commit
9d153af72d
BIN
gtk2_ardour/icons/launchpad-pro.png
Normal file
BIN
gtk2_ardour/icons/launchpad-pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
@ -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);
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user