From 534b3d2248884d5a8352c2239c668e632ab16b41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 5 Jan 2010 21:32:55 +0000 Subject: Merge JackMidiDriver and JackAudioDriver. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2343 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/SetPortValue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/events/SetPortValue.cpp') diff --git a/src/engine/events/SetPortValue.cpp b/src/engine/events/SetPortValue.cpp index 7fe6377d..5efc35ae 100644 --- a/src/engine/events/SetPortValue.cpp +++ b/src/engine/events/SetPortValue.cpp @@ -22,7 +22,7 @@ #include "shared/LV2Object.hpp" #include "module/World.hpp" #include "AudioBuffer.hpp" -#include "AudioDriver.hpp" +#include "Driver.hpp" #include "ClientBroadcaster.hpp" #include "Engine.hpp" #include "EngineStore.hpp" @@ -120,7 +120,7 @@ SetPortValue::pre_process() apply(*_engine.message_context()); _port->parent_node()->set_port_valid(_port->index()); _engine.message_context()->run(_port, - _engine.audio_driver()->frame_time() + _engine.audio_driver()->buffer_size()); + _engine.driver()->frame_time() + _engine.driver()->buffer_size()); } if (_port) { -- cgit v1.2.1