diff options
Diffstat (limited to 'src/engine/PortImpl.cpp')
-rw-r--r-- | src/engine/PortImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/PortImpl.cpp b/src/engine/PortImpl.cpp index 20d0b682..ecb0d20b 100644 --- a/src/engine/PortImpl.cpp +++ b/src/engine/PortImpl.cpp @@ -194,7 +194,7 @@ PortImpl::broadcast_value(Context& context, bool force) context.event_sink().write(sizeof(ev), &ev); } break; - case DataType::OBJECT: + case DataType::VALUE: LV2Object::to_atom(context.engine().world(), ((ObjectBuffer*)buffer(0))->data(), val); break; } |