lv2 ttl patch for lv2lint
This commit is contained in:
parent
978e9d9bc1
commit
d2e44ccf12
2 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ set (LV2PLUGIN_COMMENT "SFZ sampler")
|
|||
set (LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
|
||||
set (LV2PLUGIN_REPOSITORY "https://github.com/sfztools/sfizz")
|
||||
set (LV2PLUGIN_AUTHOR "Paul Ferrand")
|
||||
set (LV2PLUGIN_EMAIL "paul at ferrand dot cc")
|
||||
set (LV2PLUGIN_EMAIL "paul@ferrand.cc")
|
||||
if (SFIZZ_USE_VCPKG)
|
||||
set (LV2PLUGIN_SPDX_LICENSE_ID "LGPL-3.0-only")
|
||||
else()
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
||||
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
|
||||
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
|
||||
@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
|
||||
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
|
||||
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
|
||||
@prefix pprop: <http://lv2plug.in/ns/ext/port-props#> .
|
||||
|
|
@ -57,7 +58,7 @@ midnam:update a lv2:Feature .
|
|||
doap:maintainer [
|
||||
foaf:name "@LV2PLUGIN_AUTHOR@" ;
|
||||
foaf:homepage <@LV2PLUGIN_URI@> ;
|
||||
foaf:email "@LV2PLUGIN_EMAIL@";
|
||||
foaf:mbox <mailto:@LV2PLUGIN_EMAIL@> ;
|
||||
] ;
|
||||
rdfs:comment "@LV2PLUGIN_COMMENT@",
|
||||
"Campionatore SFZ"@it ;
|
||||
|
|
@ -72,6 +73,9 @@ midnam:update a lv2:Feature .
|
|||
lv2:optionalFeature midnam:update ;
|
||||
lv2:extensionData midnam:interface ;
|
||||
|
||||
opts:supportedOption param:sampleRate ;
|
||||
opts:supportedOption bufsize:maxBlockLength, bufsize:nominalBlockLength ;
|
||||
|
||||
patch:writable <@LV2PLUGIN_URI@:sfzfile> ;
|
||||
|
||||
lv2:port [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue