Browse Source

Update static lv2 bundle too

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC2
falkTX 3 years ago
parent
commit
57c570a31f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      data/lv2-bundles/files/midifile.ttl

+ 9
- 1
data/lv2-bundles/files/midifile.ttl View File

@@ -89,6 +89,14 @@
] , [ ] , [
a lv2:OutputPort, lv2:ControlPort ; a lv2:OutputPort, lv2:ControlPort ;
lv2:index 6 ; lv2:index 6 ;
lv2:symbol "num_tracks" ;
lv2:name "Num Tracks" ;
lv2:minimum 0.000000 ;
lv2:maximum 256.000000 ;
lv2:portProperty lv2:integer ;
] , [
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 7 ;
lv2:symbol "length" ; lv2:symbol "length" ;
lv2:name "Length" ; lv2:name "Length" ;
lv2:minimum 0.000000 ; lv2:minimum 0.000000 ;
@@ -101,7 +109,7 @@
] ; ] ;
] , [ ] , [
a lv2:OutputPort, lv2:ControlPort ; a lv2:OutputPort, lv2:ControlPort ;
lv2:index 7 ;
lv2:index 8 ;
lv2:symbol "position" ; lv2:symbol "position" ;
lv2:name "Position" ; lv2:name "Position" ;
lv2:minimum 0.000000 ; lv2:minimum 0.000000 ;


Loading…
Cancel
Save