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/EventSource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/EventSource.hpp') diff --git a/src/engine/EventSource.hpp b/src/engine/EventSource.hpp index 39666254..0db5c879 100644 --- a/src/engine/EventSource.hpp +++ b/src/engine/EventSource.hpp @@ -28,7 +28,7 @@ class ProcessContext; /** Source for events to run in the audio thread. * - * The AudioDriver gets events from an EventSource in the process callback + * The Driver gets events from an EventSource in the process callback * (realtime audio thread) and executes them, then they are sent to the * PostProcessor and finalised (post-processing thread). * -- cgit v1.2.1