<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi<br>
<br>
I try to figure out how I can use the lv2:CVPort<br>
I'd like to commit a array of floats from the UI to the engine, from
what I understand the CVPort is suited for this purpose? <br>
Now, when I add this port in my ttl file, jalv fails to start with
the message:<br>
<b>Mandatory port has unknown data type</b><br>
<br>
In the ttl file I've:<br>
<br>
, [<br>
a lv2:CVPort , lv2:InputPort ;<br>
lv2:index 12 ;<br>
lv2:name "NOTES" ;<br>
lv2:symbol "NOTES" ;<br>
] <br>
<br>
when I run lv2info I get:<br>
<br>
Port 12:<br>
Type: <a class="moz-txt-link-freetext" href="http://lv2plug.in/ns/lv2core#CVPort">http://lv2plug.in/ns/lv2core#CVPort</a><br>
<a class="moz-txt-link-freetext" href="http://lv2plug.in/ns/lv2core#InputPort">http://lv2plug.in/ns/lv2core#InputPort</a><br>
Symbol: NOTES<br>
Name: NOTES<br>
<br>
for the port. <br>
<br>
My jalv / LV2 version is 1.2.0<br>
Any hint/help will be appreciated.<br>
<br>
greets<br>
hermann <br>
</body>
</html>