LMMS
Loading...
Searching...
No Matches
Scale Points

Functions

LILV_API const LilvNodelilv_scale_point_get_label (const LilvScalePoint *point)
LILV_API const LilvNodelilv_scale_point_get_value (const LilvScalePoint *point)

Detailed Description

Function Documentation

◆ lilv_scale_point_get_label()

LILV_API const LilvNode * lilv_scale_point_get_label ( const LilvScalePoint * point)

Get the label of this scale point (enumeration value).

Returned value is owned by point and must not be freed.

◆ lilv_scale_point_get_value()

LILV_API const LilvNode * lilv_scale_point_get_value ( const LilvScalePoint * point)

Get the value of this scale point (enumeration value).

Returned value is owned by point and must not be freed.