Lilv.PortPorts.
val is_input : t -> boolWhether a port is an input.
val is_output : t -> boolWhether a port is an output.
val is_audio : t -> boolWhether a port is an audio port.
val is_control : t -> boolWhether a port is a control port.
val is_connection_optional : t -> boolWhether connection to a port is optional.
val index : t -> intIndex of a port.
val symbol : t -> stringSymbol of a port.
val name : t -> stringName of a port.
val range_float : t -> float * float * floatRange of a port as floats.
val default_float : t -> float optionDefault value of a port as float.
val min_float : t -> float optionMinimal value of a port as float.
val max_float : t -> float optionMaximal value of a port as float.