mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Who needs PIs for Plugin GUIs?
Use abstract base class for plugin UIs wherever possible
This commit is contained in:
parent
74a673ce17
commit
9cbf3ae4ad
24 changed files with 295 additions and 274 deletions
|
|
@ -26,14 +26,14 @@
|
|||
#ifdef LXVST_SUPPORT
|
||||
|
||||
namespace ARDOUR {
|
||||
class PluginInsert;
|
||||
class PlugInsertBase;
|
||||
class LXVSTPlugin;
|
||||
}
|
||||
|
||||
class LXVSTPluginUI : public VSTPluginUI
|
||||
{
|
||||
public:
|
||||
LXVSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert>, boost::shared_ptr<ARDOUR::VSTPlugin>);
|
||||
LXVSTPluginUI (boost::shared_ptr<ARDOUR::PlugInsertBase>, boost::shared_ptr<ARDOUR::VSTPlugin>);
|
||||
~LXVSTPluginUI ();
|
||||
|
||||
int get_preferred_height ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue