|
LMMS
|
Functions | |
| LILV_API const LilvNode * | lilv_scale_point_get_label (const LilvScalePoint *point) |
| LILV_API const LilvNode * | lilv_scale_point_get_value (const LilvScalePoint *point) |
| 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_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.