mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
allow creating plugin-presets by dragging a plugin to the sidebar
This commit is contained in:
parent
0aba08594c
commit
4758de37cd
4 changed files with 63 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ public:
|
|||
bool is_selectable() const {return _selectable;}
|
||||
void set_selectable(bool s) { _selectable = s; }
|
||||
|
||||
bool drag_data_get (Glib::RefPtr<Gdk::DragContext> const, Gtk::SelectionData &);
|
||||
|
||||
enum Position {
|
||||
PreFader,
|
||||
Fader,
|
||||
|
|
@ -165,6 +167,7 @@ private:
|
|||
PBD::ScopedConnection active_connection;
|
||||
PBD::ScopedConnection name_connection;
|
||||
PBD::ScopedConnection config_connection;
|
||||
ARDOUR::PluginPresetPtr _plugin_preset_pointer;
|
||||
|
||||
class Control : public sigc::trackable {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue