mda-lv2 icon indicating copy to clipboard operation
mda-lv2 copied to clipboard

fix: add missing rdf type to custom parameter units

Open SpotlightKid opened this issue 2 years ago • 0 comments

Without these, checking the plugins with lv2lint, gives errors like these:

<http://moddevices.com/plugins/mda/Degrade>
  {1 : quant}
    [FAIL]  Port Units
              units_unit not a URI or object
              seeAlso: <http://lv2plug.in/ns/extensions/units#unit>
  {2 : rate}
    [FAIL]  Port Units
              units_unit not a URI or object
              seeAlso: <http://lv2plug.in/ns/extensions/units#unit>
  {5 : non_lin}
    [FAIL]  Port Units
              units_unit not a URI or object
              seeAlso: <http://lv2plug.in/ns/extensions/units#unit>

See also https://lv2plug.in/ns/extensions/units (second example).

SpotlightKid avatar Apr 04 '24 21:04 SpotlightKid