Move get_child_list() into TimeAxisView.
[ardour.git] / gtk2_ardour / midi_automation_line.cc
index c6bb8335aaa1b3711dbde1c310970aeb244cfa9c..b0d28ec8db731026bf827af328040039e1a2353f 100755 (executable)
 using namespace std;
 
 MidiAutomationLine::MidiAutomationLine (
-       const std::string& name, TimeAxisView& tav, ArdourCanvas::Group& group,
-       boost::shared_ptr<ARDOUR::AutomationList> list,
-       boost::shared_ptr<ARDOUR::MidiRegion> region,
-       Evoral::Parameter parameter,
-       const Evoral::TimeConverter<double, ARDOUR::sframes_t>* converter
-       ) : AutomationLine (name, tav, group, list, converter)
-         , _region (region)
-         , _parameter (parameter)
+       const std::string&                                      name,
+       TimeAxisView&                                           tav,
+       ArdourCanvas::Group&                                    group,
+       boost::shared_ptr<ARDOUR::AutomationList>               list,
+       boost::shared_ptr<ARDOUR::MidiRegion>                   region,
+       Evoral::Parameter                                       parameter,
+       const Evoral::TimeConverter<double, ARDOUR::sframes_t>* converter)
+  : AutomationLine (name, tav, group, list, converter)
+  , _region (region)
+  , _parameter (parameter)
 {
 
 }