ACE Fluidsynth: consistent port-names

This commit is contained in:
Robin Gareus 2020-12-30 19:01:58 +01:00
parent 768d8362cd
commit 7f9d5be11c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 2 deletions

View File

@ -60,12 +60,12 @@
a lv2:OutputPort, lv2:AudioPort ;
lv2:index 2 ;
lv2:symbol "outL" ;
lv2:name "Out Left" ;
lv2:name "Left Output" ;
] , [
a lv2:OutputPort, lv2:AudioPort ;
lv2:index 3 ;
lv2:symbol "outR" ;
lv2:name "Output Right" ;
lv2:name "Right Output" ;
] , [
a lv2:InputPort, lv2:ControlPort ;
lv2:index 4 ;