summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/PortImpl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp
index c52199ae..03403a7a 100644
--- a/src/server/PortImpl.cpp
+++ b/src/server/PortImpl.cpp
@@ -232,9 +232,12 @@ PortImpl::broadcast_value(Context& context, bool force)
break;
case PortType::VALUE:
case PortType::MESSAGE:
+ std::cerr << "FIXME: Atom value" << std::endl;
+ /*
Ingen::Shared::LV2Atom::to_atom(_bufs.uris(),
((ObjectBuffer*)buffer(0).get())->atom(),
val);
+ */
break;
}