Re: LV2 help !!

Hermann Meyer <brummer--S0/[email protected]> Thu, 4 Jun 2026 14:02:09 +0200
Newsgroups gmane.linux.audio.devel
Message-ID <[email protected]>
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 w=
ith 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=
=20
this on top of the ttl file


@prefix atom:=C2=A0=C2=A0 <http://lv2plug.in/ns/ext/atom#> .

for midi

@prefix midi:=C2=A0=C2=A0 <http://lv2plug.in/ns/ext/midi#> .


> It doesn't seem to make any difference, and I have
> working examples using both forms...
>
>