Browse Source

Tweak static lv2 bundles

tags/v2.1-rc2
falkTX 5 years ago
parent
commit
ea0ae788aa
3 changed files with 14 additions and 2 deletions
  1. +1
    -1
      data/lv2-bundles/files/audiofile.ttl
  2. +12
    -0
      data/lv2-bundles/files/manifest.ttl
  3. +1
    -1
      data/lv2-bundles/files/midifile.ttl

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

@@ -33,7 +33,7 @@
lv2:name "Events Input" ;
] ;

patch:writable <http://kxstudio.sf.net/carla/file> ;
patch:writable <http://kxstudio.sf.net/carla/file/audio> ;

lv2:port [
a lv2:OutputPort, atom:AtomPort ;


+ 12
- 0
data/lv2-bundles/files/manifest.ttl View File

@@ -1,5 +1,6 @@
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix mod: <http://moddevices.com/ns/mod#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
@@ -19,3 +20,14 @@
rdfs:label "file" ;
rdfs:range atom:Path .

<http://kxstudio.sf.net/carla/file/audio>
a lv2:Parameter ;
mod:fileTypes "audiofiles,audioloops" ;
rdfs:label "audio file" ;
rdfs:range atom:Path .

<http://kxstudio.sf.net/carla/file/midi>
a lv2:Parameter ;
mod:fileTypes "midi" ;
rdfs:label "midi file" ;
rdfs:range atom:Path .

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

@@ -33,7 +33,7 @@
lv2:name "Events Input" ;
] ;

patch:writable <http://kxstudio.sf.net/carla/file> ;
patch:writable <http://kxstudio.sf.net/carla/file/midi> ;

lv2:port [
a lv2:OutputPort, atom:AtomPort ;


Loading…
Cancel
Save