From 9411bd458d28056bf758e57ec9bb35bdcfe3b7c2 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 26 Apr 2021 11:11:21 +0200 Subject: [PATCH] Specify the LV2 main output --- plugins/lv2/sfizz.ttl.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/lv2/sfizz.ttl.in b/plugins/lv2/sfizz.ttl.in index f92b274f..83bddf76 100644 --- a/plugins/lv2/sfizz.ttl.in +++ b/plugins/lv2/sfizz.ttl.in @@ -97,6 +97,8 @@ midnam:update a lv2:Feature . patch:writable <@LV2PLUGIN_URI@:sfzfile> , <@LV2PLUGIN_URI@:tuningfile> ; + pg:mainOutput <@LV2PLUGIN_URI@#stereo_output> ; + lv2:port [ a lv2:InputPort, atom:AtomPort ; atom:bufferType atom:Sequence ;