summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index 1ca2e75712..e95199ae15 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -54,19 +54,20 @@ class AutomationStreamView;
class AutomationController;
class ItemCounts;
-class AutomationTimeAxisView : public TimeAxisView {
- public:
+class AutomationTimeAxisView : public TimeAxisView
+{
+public:
AutomationTimeAxisView (ARDOUR::Session*,
- boost::shared_ptr<ARDOUR::Stripable>,
- boost::shared_ptr<ARDOUR::Automatable>,
- boost::shared_ptr<ARDOUR::AutomationControl>,
- Evoral::Parameter,
- PublicEditor&,
- TimeAxisView& parent,
- bool show_regions,
- ArdourCanvas::Canvas& canvas,
- const std::string & name, /* translatable */
- const std::string & plug_name = "");
+ boost::shared_ptr<ARDOUR::Stripable>,
+ boost::shared_ptr<ARDOUR::Automatable>,
+ boost::shared_ptr<ARDOUR::AutomationControl>,
+ Evoral::Parameter,
+ PublicEditor&,
+ TimeAxisView& parent,
+ bool show_regions,
+ ArdourCanvas::Canvas& canvas,
+ const std::string & name, /* translatable */
+ const std::string & plug_name = "");
~AutomationTimeAxisView();
@@ -127,10 +128,10 @@ class AutomationTimeAxisView : public TimeAxisView {
static void what_has_visible_automation (const boost::shared_ptr<ARDOUR::Automatable>& automatable, std::set<Evoral::Parameter>& visible);
- protected:
+protected:
/* Note that for MIDI controller "automation" (in regions), all of these
- may be set. In this case, _automatable is likely _route so the
- controller will send immediate events out the route's MIDI port. */
+ * may be set. In this case, _automatable is likely _route so the
+ * controller will send immediate events out the route's MIDI port. */
/** parent strip */
boost::shared_ptr<ARDOUR::Stripable> _stripable;