I have an lv2 with the content below(ttl file)
Can I modify the sfzfile parameter via the sushi gRPC interface? If so, can someone please provide some details. I have explored the gRPC interface but I found no way to pass a value for this particular parameter.
If the lv2 patch extension is not supported by sushi what would be your recommendation; rewrite the plugin to use some other mechanism already supported by sushi or try to add patch extension support to sushi?
(the uri:s below are modified since the forum did not allow more than 2 links in a message)
a doap:Project, lv2:Plugin, lv2:InstrumentPlugin ;Blockquote
sfizz:sfzfile
a lv2:Parameter ;
rdfs:label “SFZ file”,
“Fichier SFZ”@fr ,
“File SFZ”@it ;
rdfs:range atom:Path .
patch:writable sfizz:sfzfile ,