From 3ded5fc3f6ed64117a0be110418a60455a750cf5 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 24 Nov 2015 23:37:49 -0600 Subject: [PATCH] stub file to enable nightly builds --- libs/surfaces/faderport/operations.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libs/surfaces/faderport/operations.cc diff --git a/libs/surfaces/faderport/operations.cc b/libs/surfaces/faderport/operations.cc new file mode 100644 index 0000000000..6443dd7519 --- /dev/null +++ b/libs/surfaces/faderport/operations.cc @@ -0,0 +1,14 @@ +#include "faderport.h" + +using namespace ArdourSurface; + +void +FaderPort::undo() +{ +} + +void +FaderPort::redo() +{ +} +