more MTC stuff, including toggleable use of torben's PI controller
[ardour.git] / libs / ardour / ardour / automatable_sequence.h
index 9259234f81f2f75ca7b18153bd8a5dcab542d113..88e1733c1b7c057add86bf592a2192638695db52 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2009 Paul Davis 
+    Copyright (C) 2009 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -20,8 +20,8 @@
 #ifndef __ardour_automatable_sequence_h__
 #define __ardour_automatable_sequence_h__
 
-#include <evoral/Sequence.hpp>
-#include <ardour/automatable.h>
+#include "evoral/Sequence.hpp"
+#include "ardour/automatable.h"
 
 namespace ARDOUR {
 
@@ -29,7 +29,7 @@ namespace ARDOUR {
 template<typename T>
 class AutomatableSequence : public Automatable, public Evoral::Sequence<T> {
 public:
-       AutomatableSequence(Session& s, size_t size)
+       AutomatableSequence(Session& s, size_t /*size*/)
                : Evoral::ControlSet()
                , Automatable(s)
                , Evoral::Sequence<T>(EventTypeMap::instance())