mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params
git-svn-id: svn://localhost/ardour2/trunk@2215 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4d1542d1e5
commit
6698f5f686
16 changed files with 136 additions and 195 deletions
|
|
@ -186,11 +186,10 @@ class ProcessorBox : public Gtk::HBox
|
|||
|
||||
static Glib::RefPtr<Gtk::Action> paste_action;
|
||||
void paste_processor_list (std::list<boost::shared_ptr<ARDOUR::Processor> >& processors);
|
||||
void paste_processor_state (const XMLNode&);
|
||||
|
||||
void activate_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
void deactivate_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
void cut_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
void copy_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
void edit_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
void hide_processor_editor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
void rename_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue