From 694b31089c8060fc6b908b146b12c0e340d004c7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Aug 2008 01:34:53 +0000 Subject: Cloooser... Bundling of OSC communication both ways (previous was just engine->client). Factor out common OSC*Sender functionality (bundling stuff). Fully type-safe and polyphony-aware port value setting/getting, from RDF through OSC through engine and back again. git-svn-id: http://svn.drobilla.net/lad/ingen@1409 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/shared/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/shared') diff --git a/src/libs/shared/Makefile.am b/src/libs/shared/Makefile.am index b7868bd1..9e52923a 100644 --- a/src/libs/shared/Makefile.am +++ b/src/libs/shared/Makefile.am @@ -12,5 +12,7 @@ libingen_shared_la_SOURCES = \ LV2Features.hpp \ LV2URIMap.cpp \ LV2URIMap.hpp \ + OSCSender.cpp \ + OSCSender.hpp \ Store.cpp \ Store.hpp -- cgit v1.2.1