more MTC stuff, including toggleable use of torben's PI controller
[ardour.git] / libs / ardour / ardour / click.h
index 8488df47a66a7cb6f64655bbb5ac89e206a509f5..50efe7ce46e40ed18493378faaf794d47714c572 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2004 Paul Davis 
+    Copyright (C) 2004 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
@@ -27,7 +27,7 @@ namespace ARDOUR {
 class ClickIO : public IO
 {
 public:
-       ClickIO (Session& s, const std::string& name) : IO (s, name) {}
+       ClickIO (Session& s, const std::string& name) : IO (s, name, IO::Output) {}
        ~ClickIO() {}
 
 protected: