summaryrefslogtreecommitdiffstats
path: root/src/server/DirectDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/DirectDriver.hpp')
-rw-r--r--src/server/DirectDriver.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp
index 5fde93d9..87192599 100644
--- a/src/server/DirectDriver.hpp
+++ b/src/server/DirectDriver.hpp
@@ -65,6 +65,9 @@ public:
return false;
}
+ virtual void append_time_events(ProcessContext& context,
+ Buffer& buffer) {}
+
private:
SampleCount _sample_rate;
SampleCount _block_length;