mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +01:00
NO-OP whitespace (updated GH PR #357)
This commit is contained in:
parent
f413b83cb9
commit
63ea7b6516
132 changed files with 2774 additions and 2762 deletions
|
|
@ -155,22 +155,22 @@ protected:
|
|||
boost::shared_ptr<AutomationTimeAxisView> view;
|
||||
RouteTimeAxisView& parent;
|
||||
|
||||
ProcessorAutomationNode (Evoral::Parameter w, Gtk::CheckMenuItem* mitem, RouteTimeAxisView& p)
|
||||
ProcessorAutomationNode (Evoral::Parameter w, Gtk::CheckMenuItem* mitem, RouteTimeAxisView& p)
|
||||
: what (w), menu_item (mitem), parent (p) {}
|
||||
|
||||
~ProcessorAutomationNode ();
|
||||
~ProcessorAutomationNode ();
|
||||
};
|
||||
|
||||
struct ProcessorAutomationInfo {
|
||||
boost::shared_ptr<ARDOUR::Processor> processor;
|
||||
bool valid;
|
||||
Gtk::Menu* menu;
|
||||
std::vector<ProcessorAutomationNode*> lines;
|
||||
boost::shared_ptr<ARDOUR::Processor> processor;
|
||||
bool valid;
|
||||
Gtk::Menu* menu;
|
||||
std::vector<ProcessorAutomationNode*> lines;
|
||||
|
||||
ProcessorAutomationInfo (boost::shared_ptr<ARDOUR::Processor> i)
|
||||
ProcessorAutomationInfo (boost::shared_ptr<ARDOUR::Processor> i)
|
||||
: processor (i), valid (true), menu (0) {}
|
||||
|
||||
~ProcessorAutomationInfo ();
|
||||
~ProcessorAutomationInfo ();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue