Allocate greater port sizes

This commit is contained in:
Jean Pierre Cimalando 2021-04-07 15:24:34 +02:00
parent 45c36e93a8
commit 7c7537b428

View file

@ -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 ;