summaryrefslogtreecommitdiffstats
path: root/src/server/DirectDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-12 22:37:22 +0800
committerDavid Robillard <d@drobilla.net>2016-10-01 12:25:43 -0400
commitfed7aaf0901e1b26dcc2bbb222f67b11f6b9d291 (patch)
tree8ae07a75439481109da586b211c4da85fca8730b /src/server/DirectDriver.hpp
parent11b55676a510171a56975743fd752ccbcc170622 (diff)
downloadingen-fed7aaf0901e1b26dcc2bbb222f67b11f6b9d291.tar.gz
ingen-fed7aaf0901e1b26dcc2bbb222f67b11f6b9d291.tar.bz2
ingen-fed7aaf0901e1b26dcc2bbb222f67b11f6b9d291.zip
Add parallel graph execution
Diffstat (limited to 'src/server/DirectDriver.hpp')
-rw-r--r--src/server/DirectDriver.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp
index a9800947..339d9987 100644
--- a/src/server/DirectDriver.hpp
+++ b/src/server/DirectDriver.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2015 David Robillard <http://drobilla.net/>
+ Copyright 2007-2016 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -84,6 +84,8 @@ public:
virtual void append_time_events(RunContext& context,
Buffer& buffer) {}
+ virtual int real_time_priority() { return 60; }
+
private:
typedef boost::intrusive::list<EnginePort> Ports;