Experimental patch to ensure playback buffer bounds use minimal beat->frame rounding.
[ardour.git] / libs / ardour / ardour / worker.h
index c9ff2f2d7f3c8efc41f3507d5d63059e9be22d47..c83f006f72b21e50fc890933ef894714d45cbc67 100644 (file)
@@ -25,7 +25,7 @@
 #include <glibmm/threads.h>
 
 #include "pbd/ringbuffer.h"
-#include "pbd/semaphore.h"
+#include "pbd/semutils.h"
 
 #include "ardour/libardour_visibility.h"
 
@@ -92,7 +92,7 @@ private:
        RingBuffer<uint8_t>*   _requests;
        RingBuffer<uint8_t>*   _responses;
        uint8_t*               _response;
-       PBD::Semaphore         _sem;
+       PBD::Semaphore  _sem;
        bool                   _exit;
        Glib::Threads::Thread* _thread;