mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
include lua processors in plugin-selector
This commit is contained in:
parent
e56c8f0309
commit
25f65d0b90
4 changed files with 12 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ class PluginSelector : public ArdourDialog
|
|||
void vst_refiller (const std::string&);
|
||||
void lxvst_refiller (const std::string&);
|
||||
void au_refiller (const std::string&);
|
||||
void lua_refiller (const std::string&);
|
||||
|
||||
Gtk::Menu* _plugin_menu;
|
||||
ARDOUR::PluginManager& manager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue