mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.
Figured out (mostly) AUPluginUI hierarchy. Moved LadspaPluginUI to its own ladspa_pluginui.cc file. git-svn-id: svn://localhost/ardour2/trunk@782 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d4dd338beb
commit
77a13df5bd
17 changed files with 903 additions and 786 deletions
|
|
@ -50,7 +50,7 @@ class PluginSelector : public ArdourDialog
|
|||
Gtk::ScrolledWindow auscroller; // AudioUnit
|
||||
Gtk::ScrolledWindow ascroller; // Added plugins
|
||||
|
||||
ARDOUR::PluginInfo::Type current_selection;
|
||||
ARDOUR::PluginType current_selection;
|
||||
|
||||
// page 1
|
||||
struct LadspaColumns : public Gtk::TreeModel::ColumnRecord {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue