stub file to enable nightly builds
authorBen Loftis <ben@harrisonconsoles.com>
Wed, 25 Nov 2015 05:37:49 +0000 (23:37 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Wed, 25 Nov 2015 05:37:49 +0000 (23:37 -0600)
libs/surfaces/faderport/operations.cc [new file with mode: 0644]

diff --git a/libs/surfaces/faderport/operations.cc b/libs/surfaces/faderport/operations.cc
new file mode 100644 (file)
index 0000000..6443dd7
--- /dev/null
@@ -0,0 +1,14 @@
+#include "faderport.h"
+
+using namespace ArdourSurface;
+
+void
+FaderPort::undo()
+{
+}
+
+void
+FaderPort::redo()
+{
+}
+