From 9b7a2af07fd1f5df3e517021d676805eb20bc74f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Aug 2007 05:16:00 +0000 Subject: Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 concurrent audio threads. git-svn-id: http://svn.drobilla.net/lad/ingen@689 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libs/engine/Makefile.am') diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am index 7f87c479..8d082d50 100644 --- a/src/libs/engine/Makefile.am +++ b/src/libs/engine/Makefile.am @@ -30,6 +30,7 @@ libingen_engine_la_SOURCES = \ ClientBroadcaster.hpp \ Connection.cpp \ Connection.hpp \ + CompiledPatch.hpp \ DataType.hpp \ Driver.hpp \ DuplexPort.cpp \ @@ -83,6 +84,8 @@ libingen_engine_la_SOURCES = \ Port.hpp \ PostProcessor.cpp \ PostProcessor.hpp \ + ProcessSlave.hpp \ + ProcessSlave.cpp \ QueuedEngineInterface.cpp \ QueuedEngineInterface.hpp \ QueuedEvent.hpp \ -- cgit v1.2.1