On 2026-06-04 12:40 PM, Fons Adriaensen wrote:

        ] , [
                a lv2:ControlPort, lv2:InputPort ;
                lv2:index 3 ;
                lv2:symbol "midi_ch" ;
                lv2:name "Midi chan" ;
                lv2:default 0 ;
                lv2:minimum 0 ;
                lv2:maximum 16 ;
                lv2:portProperty lv2:integer ;
         ], [
...


0 .. 16 is off by one, unless you meant "0" to mean "all", in which case I'd suggest to add

    lv2:scalePoint [ rdfs:label "Any"; rdf:value 0 ; ] ;

and if I can make a wish, use lv2:name: "MIDI Channel"; no need to abbreviate things there.

Cheers!
robin

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to