summaryrefslogtreecommitdiffstats
path: root/src/server/InternalPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalPlugin.cpp')
-rw-r--r--src/server/InternalPlugin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/InternalPlugin.cpp b/src/server/InternalPlugin.cpp
index 1d397f14..3342ef84 100644
--- a/src/server/InternalPlugin.cpp
+++ b/src/server/InternalPlugin.cpp
@@ -21,7 +21,6 @@
#include "internals/Time.hpp"
#include "internals/Trigger.hpp"
-#include "Driver.hpp"
#include "Engine.hpp"
#include "InternalPlugin.hpp"
@@ -49,7 +48,7 @@ InternalPlugin::instantiate(BufferFactory& bufs,
Engine& engine,
const LilvState* state)
{
- const SampleCount srate = engine.driver()->sample_rate();
+ const SampleCount srate = engine.sample_rate();
if (uri() == NS_INTERNALS "BlockDelay") {
return new BlockDelayNode(this, bufs, symbol, polyphonic, parent, srate);