include lua processors in plugin-selector

This commit is contained in:
Robin Gareus 2016-04-29 01:26:46 +02:00
parent e56c8f0309
commit 25f65d0b90
4 changed files with 12 additions and 0 deletions

View file

@ -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;