summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-20 02:07:19 +0100
committerDavid Robillard <d@drobilla.net>2017-03-20 02:58:56 +0100
commit4d4721f984e0a22a9874b5d4c4c9ee6674fca856 (patch)
treeeea16bc8e63f9b63299fedd0942575b8e2275371 /src/server/Engine.hpp
parentd2927c78d9719119d7db2f97742f9596d64e4003 (diff)
downloadingen-4d4721f984e0a22a9874b5d4c4c9ee6674fca856.tar.gz
ingen-4d4721f984e0a22a9874b5d4c4c9ee6674fca856.tar.bz2
ingen-4d4721f984e0a22a9874b5d4c4c9ee6674fca856.zip
Fix event timing with PortAudio driver
Diffstat (limited to 'src/server/Engine.hpp')
-rw-r--r--src/server/Engine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp
index 1ea048eb..96648afe 100644
--- a/src/server/Engine.hpp
+++ b/src/server/Engine.hpp
@@ -108,7 +108,7 @@ public:
}
/** Return the current time in microseconds. */
- uint64_t current_time(const RunContext& context) const;
+ uint64_t current_time() const;
/** Reset the load statistics (when the expected DSP load changes). */
void reset_load();