mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Renamed Insert to Processor and Redirect to IOProcessor.
git-svn-id: svn://localhost/ardour2/trunk@2071 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
09264537c4
commit
05bcdd1d4c
68 changed files with 2525 additions and 2547 deletions
|
|
@ -47,7 +47,7 @@ namespace ARDOUR {
|
|||
class PluginInsert;
|
||||
class Plugin;
|
||||
class VSTPlugin;
|
||||
class Redirect;
|
||||
class IOProcessor;
|
||||
class AUPlugin;
|
||||
}
|
||||
|
||||
|
|
@ -184,7 +184,7 @@ class LadspaPluginUI : public PlugUIBase, public Gtk::VBox
|
|||
void control_port_toggled (ControlUI* cui);
|
||||
void control_combo_changed (ControlUI* cui);
|
||||
|
||||
void insert_active_changed (boost::weak_ptr<ARDOUR::Insert>);
|
||||
void processor_active_changed (boost::weak_ptr<ARDOUR::Processor>);
|
||||
|
||||
void astate_clicked (ControlUI*, uint32_t parameter);
|
||||
void automation_state_changed (ControlUI*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue