summaryrefslogtreecommitdiffstats
path: root/src/server/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Driver.hpp')
-rw-r--r--src/server/Driver.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index 2c9390a9..6d0f8693 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -84,6 +84,9 @@ public:
/** Return the audio buffer size in frames */
virtual SampleCount block_length() const = 0;
+ /** Return the event buffer size in bytes */
+ virtual size_t seq_size() const = 0;
+
/** Return the sample rate in Hz */
virtual SampleCount sample_rate() const = 0;