From aa7edd7eb23714887b8d1ee476e9bc6c35a1933b Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 22 Jun 2021 00:41:19 +0200 Subject: [PATCH] Revert "lv2: automation port does not receive OSC" This reverts commit 05bdd428d2bfa2a4bd605272168e2b001cc1dbc6. --- plugins/lv2/sfizz.ttl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lv2/sfizz.ttl.in b/plugins/lv2/sfizz.ttl.in index 0357c7d4..83bddf76 100644 --- a/plugins/lv2/sfizz.ttl.in +++ b/plugins/lv2/sfizz.ttl.in @@ -102,7 +102,7 @@ midnam:update a lv2:Feature . lv2:port [ a lv2:InputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; - atom:supports patch:Message, midi:MidiEvent, time:Position ; + atom:supports patch:Message, midi:MidiEvent, time:Position, <@LV2PLUGIN_URI@:OSCBlob> ; lv2:designation lv2:control ; lv2:index 0 ; lv2:symbol "control" ;