diff options
Diffstat (limited to 'src/libs/engine/EventBuffer.hpp')
-rw-r--r-- | src/libs/engine/EventBuffer.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/EventBuffer.hpp b/src/libs/engine/EventBuffer.hpp index 20fde057..0c80d452 100644 --- a/src/libs/engine/EventBuffer.hpp +++ b/src/libs/engine/EventBuffer.hpp @@ -33,8 +33,8 @@ public: ~EventBuffer(); - void prepare_read(SampleCount nframes); - void prepare_write(SampleCount nframes); + void prepare_read(FrameTime start, SampleCount nframes); + void prepare_write(FrameTime start, SampleCount nframes); bool join(Buffer* buf); void unjoin(); |