summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PortModel.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-27 05:43:45 +0000
committerDavid Robillard <d@drobilla.net>2007-07-27 05:43:45 +0000
commitbb1f9e95381a75951f6f4948de986553c16dace4 (patch)
treed9daadb012ca354932ccdf8c9b7035466a4319ee /src/libs/client/PortModel.cpp
parent25b610f12b8e46b48e8eda252d029da211ec6ad5 (diff)
downloadingen-bb1f9e95381a75951f6f4948de986553c16dace4.tar.gz
ingen-bb1f9e95381a75951f6f4948de986553c16dace4.tar.bz2
ingen-bb1f9e95381a75951f6f4948de986553c16dace4.zip
Track control values for port 'sliders' (module sliders move in sync with node control window sliders or whatever else).
git-svn-id: http://svn.drobilla.net/lad/ingen@646 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/PortModel.cpp')
-rw-r--r--src/libs/client/PortModel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/client/PortModel.cpp b/src/libs/client/PortModel.cpp
index af80e250..ed59c8ca 100644
--- a/src/libs/client/PortModel.cpp
+++ b/src/libs/client/PortModel.cpp
@@ -16,6 +16,7 @@
*/
#include "PortModel.hpp"
+#include "NodeModel.hpp"
namespace Ingen {
namespace Client {
@@ -44,7 +45,5 @@ PortModel::is_toggle() const
return (hint && hint > 0);
}
-
-
} // namespace Client
} // namespace Ingen