summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/events/CreateGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/events/CreateGraph.cpp b/src/server/events/CreateGraph.cpp
index 93191437..d14e2f1f 100644
--- a/src/server/events/CreateGraph.cpp
+++ b/src/server/events/CreateGraph.cpp
@@ -54,6 +54,7 @@ CreateGraph::build_child_events()
control_properties.put(uris.lv2_name, uris.forge.alloc("Control"));
control_properties.put(uris.rdf_type, uris.atom_AtomPort);
control_properties.put(uris.atom_bufferType, uris.atom_Sequence);
+ control_properties.put(uris.atom_supports, uris.patch_Message);
control_properties.put(uris.rsz_minimumSize, uris.forge.make(4096));
control_properties.put(uris.lv2_portProperty, uris.lv2_connectionOptional);