From 7c7537b4281637951622ab341ec268109e43535f Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 7 Apr 2021 15:24:34 +0200 Subject: [PATCH] Allocate greater port sizes --- plugins/lv2/sfizz.ttl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/lv2/sfizz.ttl.in b/plugins/lv2/sfizz.ttl.in index 112a970c..bd1d6e8a 100644 --- a/plugins/lv2/sfizz.ttl.in +++ b/plugins/lv2/sfizz.ttl.in @@ -99,7 +99,7 @@ midnam:update a lv2:Feature . lv2:symbol "control" ; lv2:name "Control", "ContrĂ´le"@fr ; - rsz:minimumSize 65536 ; + rsz:minimumSize 524288 ; ] , [ a lv2:OutputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; @@ -108,7 +108,7 @@ midnam:update a lv2:Feature . lv2:symbol "notify" ; lv2:name "Notify", "Notification"@fr ; - rsz:minimumSize 65536 ; + rsz:minimumSize 524288 ; ] , [ a lv2:OutputPort, atom:AtomPort ; atom:bufferType atom:Sequence ; @@ -118,7 +118,7 @@ midnam:update a lv2:Feature . lv2:symbol "automate" ; lv2:name "Automate", "Automatisation"@fr ; - rsz:minimumSize 65536 ; + rsz:minimumSize 524288 ; ] , [ a lv2:AudioPort, lv2:OutputPort ; lv2:index 3 ;