Am 04.06.26 um 13:45 schrieb Fons Adriaensen:
On Thu, Jun 04, 2026 at 12:51:26PM +0200, Hermann Meyer wrote:
lv2:InputPort is the base class, atom:AtomPort is the data type. Same with
lv2:ControlPort
Thanks for the reply, but I don't understand it.
Are you saying that
a atom:AtomPort, lv2:InputPort ;
should be
a lv2:InputPort, atom:AtomPort ;
??
Yes.
Maybe you miss as well the prefixes, so for atom you need something like
this on top of the ttl file
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
for midi
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
It doesn't seem to make any difference, and I have
working examples using both forms...