mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
forward non-used keys from mixer (strip) to "everything else" (editor, really), and add stubs for processors_up and processors_down in mixer strip
git-svn-id: svn://localhost/ardour2/branches/3.0@10425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a059b75238
commit
92c02b2fdd
2 changed files with 35 additions and 3 deletions
|
|
@ -306,6 +306,8 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
|
|||
void delete_processors ();
|
||||
void paste_processors ();
|
||||
void paste_processors (boost::shared_ptr<ARDOUR::Processor> before);
|
||||
void processors_up ();
|
||||
void processors_down ();
|
||||
|
||||
void delete_dragged_processors (const std::list<boost::shared_ptr<ARDOUR::Processor> >&);
|
||||
void clear_processors ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue